UNPKG

1.06 kBMarkdownView Raw
1- v1.3.2:
2 - date: 2018-11-04
3 - changes:
4 - bump v8 flags dependency
5- v1.3.1:
6 - date: 2018-08-18
7 - changes:
8 - cwd option fix
9- v1.3.0:
10 - date: 2018-08-15
11 - changes:
12 - Switch to 'liftoff' module for CLI
13 - Dropped support for node 0.10, 0.12.
14- v1.2.0
15 - date: 2016-04-01
16 - changes:
17 - Use shared grunt-known-options module.
18- v1.1.0
19 - date: 2016-03-22
20 - changes:
21 - Update to "nopt": "~3.0.6".
22 - nopt is upgraded to ~3.0.6 which has fixed many issues, including passing multiple arguments and dealing with numbers as options.
23 Be aware previously --foo bar used to pass the value 'bar' to the option foo. It will now set the option foo to true and run the task bar.
24- v1.0.1
25 - date: 2016-03-22
26 - changes:
27 - Revert to "nopt": "~1.0.10" due to issues with the update.
28- v1.0.0
29 - date: 2016-03-21
30 - changes:
31 - Update dev deps
32 - Update error message when Gruntfile is not found
33- v1.0.0-rc1
34 - date: 2016-02-11
35 - changes:
36 - Update findup-sync and other deps
37 - remove prefer global warning