Skip to content

Releases: TobyAndToby/generate-license-file

v2.0.0

29 Aug 16:41
a0020ac
Compare
Choose a tag to compare

What's Changed

  • ✨ New documentation website: https://generate-license-file.js.org!
  • ✨ New --ci flag for the CLI
  • ✨ New --version flag for the CLI
  • 🔧 Now creates the required directories for output files if they don't exist
  • 🔧 Normalised the line endings in the output files to be consistent throughout the file
  • 🔧 Now exports the ILicense type

Breaking Changes

For more details, see our V1-to-V2 migration guide.

  • ⚠ Inputs now need to be paths to package.json files, not the directories that contain them
  • ⚠ End-of-line inputs need to be either crlf or lf rather than windows or posix respectively
  • ℹ Minor formatting changes to the output files

v1.3.0

08 Jan 22:46
3ad0e18
Compare
Choose a tag to compare

What's Changed

  • ✨ Refactored internals.
  • 🔧 Errors thrown by the CLI are handled gracefully.
  • 💫 New CLI flag --no-spinner introduced to disable the spinner while the output file is being generated.
  • 📜 Fix a bug where the projects own license would be included in the output.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

22 Aug 22:25
Compare
Choose a tag to compare
  • Added an option and cli flag for setting the end of line characters
  • Added unit tests
  • Added end to end tests

Initial Release

24 May 19:06
Compare
Choose a tag to compare
v1.1.0

Moved the licence file creation into the main