47 lines
1.2 KiB
Markdown
47 lines
1.2 KiB
Markdown
- v1.4.1:
|
|
- date: 2021-05-24
|
|
- changes:
|
|
- fix preload option for latest grunt
|
|
- v1.4.0:
|
|
- date: 2021-03-25
|
|
- changes:
|
|
- updated dependencies
|
|
- Requires node >= 10
|
|
- v1.3.2:
|
|
- date: 2018-11-04
|
|
- changes:
|
|
- bump v8 flags dependency
|
|
- v1.3.1:
|
|
- date: 2018-08-18
|
|
- changes:
|
|
- cwd option fix
|
|
- v1.3.0:
|
|
- date: 2018-08-15
|
|
- changes:
|
|
- Switch to 'liftoff' module for CLI
|
|
- Dropped support for node 0.10, 0.12.
|
|
- v1.2.0
|
|
- date: 2016-04-01
|
|
- changes:
|
|
- Use shared grunt-known-options module.
|
|
- v1.1.0
|
|
- date: 2016-03-22
|
|
- changes:
|
|
- Update to "nopt": "~3.0.6".
|
|
- nopt is upgraded to ~3.0.6 which has fixed many issues, including passing multiple arguments and dealing with numbers as options.
|
|
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.
|
|
- v1.0.1
|
|
- date: 2016-03-22
|
|
- changes:
|
|
- Revert to "nopt": "~1.0.10" due to issues with the update.
|
|
- v1.0.0
|
|
- date: 2016-03-21
|
|
- changes:
|
|
- Update dev deps
|
|
- Update error message when Gruntfile is not found
|
|
- v1.0.0-rc1
|
|
- date: 2016-02-11
|
|
- changes:
|
|
- Update findup-sync and other deps
|
|
- remove prefer global warning
|