Skip to content

Latest commit

 

History

History
277 lines (152 loc) · 17.3 KB

CHANGELOG.md

File metadata and controls

277 lines (152 loc) · 17.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.1 (2023-11-07)

🐛 Bug Fixes

2.0.0 (2023-09-13)

⚠ BREAKING CHANGES

  • add check command instead of using it as an option (#96)
  • remove generateOutputOn option (#92)

🆕 Features

  • add check command instead of using it as an option (#96) (cd53a8d)
  • add colors to console (#98) (cf9be6e)
  • remove generateOutputOn option (#92) (a7f976c)

🐛 Bug Fixes

  • avoid generating error report when disableErrorReport is true (#97) (88c1abe)

🔧 Others

📝 Docs

🔬 Tests

1.0.4 (2023-07-03)

☁️ CI

1.0.3 (2023-06-30)

🐛 Bug Fixes

  • added missing permissions in publication pipeline (#84) (c093a69)

1.0.2 (2023-06-29)

🐛 Bug Fixes

  • added missing permissions in publication pipeline (#82) (f59119d)

1.0.1 (2023-06-27)

☁️ CI

  • remove hardcoded version value in the release-please gh action (#75) (cdf31cd)

🐛 Bug Fixes

📝 Docs

  • add nanotower as a contributor for code (#81) (fb0459c)
  • add UlisesGascon as a contributor for code, doc, and maintenance (#79) (d304906)

1.0.0 (2023-06-26)

⚠ BREAKING CHANGES

  • license arguments spdx compliant (#66)

🆕 Features

  • add command to check if license is SPDX compliant (f07cfd2)

📝 Docs

☁️ CI

  • add npm provenance when publishing the package (#72) (571e8b7)
  • add semantic-pull-request and release-and-publish gh actions (#67) (db04785)
  • fix release-please gh action to avoid duplicated release names (#69) (a9ceb30)

🔄 Code Refactoring

  • add link in command description and error (cd33b5c)
  • license arguments spdx compliant (#66) (055da1f)

2.1.0 (2022-09-06)

🆕 Features

🔄 Code Refactoring

  • simplify entry point (84dceef)
  • simplify runner and move function to utils (c966d89)

🐛 Bug Fixes

  • amend file generation on no arguments (297b954)

2.0.1 (2022-05-09)

🔄 Code Refactoring

  • make regex function compatible with node versions prior to v14 (262e06e)

🔧 Others

  • update package description (c3e24a6)

2.0.0 (2022-04-26)

🔬 Tests

  • amend typo (6f535e7)
  • remove temporary test file from previous PR (8f36489)

🔄 Code Refactoring

  • accept failOn arguments as a whitespace separated list (0dffd0a)
  • improve error message on failed args to failOn (5fccfd6)
  • improve regexp to extract pattern (c9027d6)
  • rename match function (ea7402c)
  • replace current failOn args filter and admit regexps (a976f32)
  • update failOn option description (4b7ad03)
  • use instanceof instead of strategy pattern (48409c1)
  • use new utils functions to extract invalid packages (9ffdbd1)

🔧 Others

🎨 Styling

  • added assets for logo and banner (b4ab6b8)

📝 Docs

  • improved readme (e0c37f0)
  • remove line break (482a741)
  • update failOn option description and add examples (b04be1f)

🐛 Bug Fixes

1.3.0 (2022-04-06)

🔬 Tests

☁️ CI

🔧 Others

1.2.1 (2022-02-08)

Bug Fixes

  • mooved checkIfLicensesAreCorrect inside init callback (#39) (f78e71b)

1.2.0 (2021-11-05)

Bug Fixes

  • checkIfLicenseAreCorrect description (3e64350)
  • license validation (35b59f1)
  • linter errors (ff76675)
  • removed console.log (8c6de5e)
  • return also users licenses even if not in licenses array (5d55997)

1.1.1 (2021-11-04)

Bug Fixes

  • added is-ci to avoid running husky in ci (300ff3e)
  • dependecies fixed versions (9be5136)

1.1.0 (2021-11-03)

Features

  • add custom header at the start of report (b27c27b)
  • add header to auto generated license file (6d02348)
  • add new 'disableReport' option to args (ca4257d)
  • added PR, bug and feature request templates (a8afc42)
  • create md file with table format for license report (a798550)
  • define new option to set up a custom header (dd02054)
  • don't generate report if 'disableReport' is enabled (13e92ef)
  • eslint (b88e671)
  • show package count for each invalid license (e5a9f63)

Bug Fixes

  • added new option start with default value to process.cwd() (e888c40)
  • CI release script (ac83990)
  • do not use colon in default filename for windows (c19154b)
  • fix package name for separate version and scope (@) (3f4cdd0)
  • github action (927ec09)
  • github action to publish to npm (b21968e)
  • github action to publish to npm (9289bd0)
  • github action to publish to npm (4590bbc)
  • github action to publish to npm (421e4da)
  • github action to publish to npm (0352cde)
  • github action to publish to npm (b5833ac)
  • github action to publish to npm (904ce4b)
  • husky lint (5c6c1b8)
  • run with npx (ee0eb2b)
  • update readme (c9c9f3c)