UNPKG

1.95 kBMarkdownView Raw
1
21.0.0 / 2016-09-19
3==================
4
5 * use npm version to create new releases
6 * adding contributor guidelines
7 * bump mako-utils
8 * clean up readme urls
9
100.5.2 / 2016-09-14
11==================
12
13 * test: adding cases for missing file and invalid JSON
14 * update mako-utils
15
160.5.1 / 2016-09-10
17==================
18
19 * improve error reporting for invalid json
20 * improve error reporting for missing file
21
220.5.0 / 2016-09-01
23==================
24
25 * add 'path' and 'original' to resulting config
26
270.4.6 / 2016-08-31
28==================
29
30 * chore(package): update mako-utils to version 0.1.0
31 * chore(package): update standard to version 8.0.0 (#11)
32 * chore(package): update mocha to version 3.0.0 (#9)
33 * chore(package): update globby to version 6.0.0 (#8)
34 * adding code style badge
35
360.4.5 / 2016-06-29
37==================
38
39 * switch to bluebird from co
40 * include concurrency in config if specified
41 * adding mako-utils
42
430.4.4 / 2016-06-27
44==================
45
46 * removing cwp
47
480.4.3 / 2016-06-27
49==================
50
51 * switch to cwp instead of relative
52
530.4.2 / 2016-06-22
54==================
55
56 * do not set root as null, to allow for easy override by Object.assign later
57
580.4.1 / 2016-06-19
59==================
60
61 * formatting existing code to standard
62 * switch to standard for linting
63 * update readme
64
650.4.0 / 2016-06-17
66==================
67
68 * returning root in config, instead of as file.base
69 * clean up travis config, prune before update
70
710.3.1 / 2016-06-11
72==================
73
74 * adding debug output
75
760.3.0 / 2016-06-11
77==================
78
79 * supporting a custom root for files
80
810.2.1 / 2016-03-06
82==================
83
84 * update keywords
85
860.2.0 / 2015-12-13
87==================
88
89 * adding sync mode (fixes #1)
90
910.1.0 / 2015-12-03
92==================
93
94 * added: env-based config
95 * deps: update globby
96
970.0.2 / 2015-11-09
98==================
99
100 * cleaning up co yield
101
1020.0.1 / 2015-11-09
103==================
104
105:sparkles: