Skip to content

Releases: jozefizso/generator-license

v5.6.0

25 Sep 14:49
Compare
Choose a tag to compare

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

14 Jun 20:16
86b7afb
Compare
Choose a tag to compare
  • Updated yeoman-generator to v4.13.0
  • generator-license requires at least NodeJS v10

v5.4.0

29 Mar 13:47
Compare
Choose a tag to compare

Add --publish option to allow or prevent npm from publishing your package by mistake. (defaults to "allow" unless no license is selected)

v5.3.0

29 Mar 13:34
Compare
Choose a tag to compare
  • Replace nolicense with UNLICENSED
  • Do not prompt user to re-answer some prompts if the master generator passed null or undefined down.

v5.2.0

22 Oct 09:32
Compare
Choose a tag to compare
  • Dependencies bump

v5.1.0

15 Jan 20:20
Compare
Choose a tag to compare
  • 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

08 Jan 22:18
Compare
Choose a tag to compare

Minor nits and standardize license names.

generator-license v5.0.0

01 Jan 14:45
v5.0.0
Compare
Choose a tag to compare

Changes:

  • allow to choose the default license
  • update to yeoman-generator v1.0.1

Thanks to christophehurpeau for implementing these changes.

generator-license v2.0

04 May 09:12
Compare
Choose a tag to compare

Generator can be used in other packages.
Added unlicense template.
Fixed crash from v2.0.0

v2.0.0

03 May 14:23
Compare
Choose a tag to compare
generator-license v2.0.0