Skip to content

Releases: TobyAndToby/generate-license-file

v3.2.0

09 Apr 21:10
d56e340

Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.2.0

v3.0.1

12 Dec 20:40
fa40a2a

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

02 Dec 13:04
4c4fe67

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v3.0.0-beta.4

28 Nov 22:40
6208b75

Choose a tag to compare

v3.0.0-beta.4 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.3...v3.0.0-beta.4

v3.0.0-beta.3

27 Nov 18:32
c139afd

Choose a tag to compare

v3.0.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.2...v3.0.0-beta.3

v3.0.0-beta.2

20 Nov 19:07
a3f9934

Choose a tag to compare

v3.0.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

v3.0.0-beta.1

11 Sep 19:30
9cbfdfc

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

What's Changed

Read more

v2.0.0

29 Aug 16:41
a0020ac

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

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

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