Releases: jozefizso/generator-license
Releases · jozefizso/generator-license
v5.7.1
v5.7.0
v5.6.0
Bug fix release for generator-license
:
Fixed bugs
- Fix Unlicense SPDX identifier not being capitalized #107
- Fix removing license in package.json when UNLICENSED #108
Changes
- Added test coverage running in GHA
- Added tests for NodeJS v20 runtime
- Updated dependencies to latest versions
Breaking changes
- Removed support for NodeJS v14 (The end-of-life date for Node. js 14 was April 30, 2023)
List of changes: v5.5.0...v5.6.0
v5.5.0
v5.4.0
v5.3.0
v5.2.0
v5.1.0
- New option
--output
to specify which file to write the license to. e.g.yo license --output=src/license.txt
. - New option
--license
to manually pass the license to generate. e.g.yo license --license=mit
- New option
--licensePrompt
to customize the prompt message (useful for composition) - Fix to allow passing a year range as option
v5.0.1
generator-license v5.0.0
Changes:
- allow to choose the default license
- update to yeoman-generator v1.0.1
Thanks to christophehurpeau for implementing these changes.