Skip to content

Latest commit

 

History

History
392 lines (202 loc) · 16.6 KB

CHANGELOG.md

File metadata and controls

392 lines (202 loc) · 16.6 KB

Change Log

5.9.0

Minor Changes

5.8.0

Minor Changes

5.7.0

Minor Changes

5.6.0

Minor Changes

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.5.5 (2023-05-24)

Bug Fixes

  • error variable was shadowed by function (#162) (17fe528)

5.5.4 (2023-05-24)

Note: Version bump only for package lockfile-lint-api

5.5.3 (2023-05-24)

Note: Version bump only for package lockfile-lint-api

5.5.2 (2023-05-23)

Bug Fixes

5.5.1 (2023-02-13)

Note: Version bump only for package lockfile-lint-api

5.5.0 (2022-12-26)

Features

  • add support for yarn berry lockfiles (#147) (d4cf64d)

5.4.6 (2022-10-08)

Bug Fixes

  • cli parsing - handle correctly false value for validator (#146) (8f7e4c7)

5.4.5 (2022-09-30)

Bug Fixes

  • integrity: rename command-line argument from --validate-integrity-sha512 to --validate-integrity (#144) (a29d18b)

5.4.4 (2022-09-27)

Note: Version bump only for package lockfile-lint-api

5.4.3 (2022-09-26)

Note: Version bump only for package lockfile-lint-api

5.4.2 (2022-09-26)

Bug Fixes

5.4.1 (2022-09-26)

Note: Version bump only for package lockfile-lint-api

5.4.0 (2022-09-26)

Features

  • validator: add new integrity hash type validator (#135) (46d0fa7)

5.3.0 (2022-08-10)

Features

  • add format options for report output (#134) (4667c3d)

5.2.7 (2022-07-22)

Note: Version bump only for package lockfile-lint-api

5.2.6 (2022-07-02)

Bug Fixes

  • lockfile-lint-api: remove extra console.log in yarn.lock parsing (#131) (75bb6d2)

5.2.5 (2022-06-11)

Bug Fixes

5.2.4 (2022-03-13)

Note: Version bump only for package lockfile-lint-api

5.2.3 (2022-03-10)

Note: Version bump only for package lockfile-lint-api

5.2.2 (2022-03-10)

Note: Version bump only for package lockfile-lint-api

5.2.1 (2022-03-10)

Note: Version bump only for package lockfile-lint-api

5.2.0 (2022-03-09)

Features

5.1.8 (2021-05-04)

Bug Fixes

  • missing git step on release with lerna (#111) (5fcd65b)

5.1.7 (2021-02-26)

Bug Fixes

  • parser: Fix exception on empty dependencies (#107) (1ab87a9)

5.1.6 (2020-05-13)

Bug Fixes

5.1.5 (2020-05-13)

Bug Fixes

  • hostvalidator: support full urls for host (#88) (d0002e7)
  • bump package ver that skipped releases (7d239ca)

5.1.3 (2020-04-30)

Bug Fixes

  • hostvalidator: support full urls for host (#88) (d0002e7)

5.1.2 (2020-03-25)

Note: Version bump only for package lockfile-lint-api

5.1.1 (2020-03-24)

Bug Fixes

  • refactor: use includes() instead of indexOf() (#86) (ab50386)

5.1.0 (2020-03-23)

Features

5.0.12 (2020-02-10)

Note: Version bump only for package lockfile-lint-api

5.0.11 (2020-02-10)

Note: Version bump only for package lockfile-lint-api

5.0.10 (2020-02-04)

Bug Fixes

  • validators: host validator enforced with URLs only (#61) (036edbf)

5.0.9 (2020-02-04)

Bug Fixes

  • validators: only validating when URL is present (#59) (dcf4e40), closes #53

5.0.8 (2020-02-03)

Bug Fixes

  • api: lint all dependencies in package-lock (#53) (f5bb8ca)

5.0.7 (2020-01-17)

Note: Version bump only for package lockfile-lint-api

5.0.6 (2020-01-17)

Note: Version bump only for package lockfile-lint-api

5.0.5 (2020-01-16)

Bug Fixes

  • validators: skip packages with no resolved field (#43) (4d4aaf3)

5.0.4 (2019-12-23)

Note: Version bump only for package lockfile-lint-api

5.0.3 (2019-12-18)

Note: Version bump only for package lockfile-lint-api

5.0.2 (2019-11-28)

Bug Fixes

5.0.1 (2019-11-22)

Note: Version bump only for package lockfile-lint-api

5.0.0 (2019-11-22)

Features

BREAKING CHANGES

  • emptyhostname: lockfile-lint-api internal method API has changed its function signature to allow receiving a value, and then an options object in a second argument.

Relevant issues:

4.0.0 (2019-11-22)

Features

BREAKING CHANGES

  • emptyhostname: lockfile-lint-api internal method API has changed its function signature to allow receiving a value, and then an options object in a second argument.

Relevant issues:

3.0.0 (2019-11-22)

Features

BREAKING CHANGES

  • emptyhostname: lockfile-lint-api internal method API has changed its function signature to allow receiving a value, and then an options object in a second argument.

Relevant issues:

2.3.0 (2019-11-07)

Features

  • errors: provide the actual bad string in ValidateScheme (#20) (45fb7d2)

2.2.0 (2019-10-24)

Features

  • errors: user friendly error messages in lockfile parsing (#22) (17654d0)

2.1.4 (2019-10-15)

Bug Fixes

  • readme: fixing typo in README.md example (#19) (7307a74)

2.1.3 (2019-10-13)

Bug Fixes

  • errors: verbose error message includes package name (#13) (f4ec3a1)

2.1.2 (2019-10-13)

Bug Fixes

  • package: remove tests and other files from published package (#15) (1e61938)

2.1.1 (2019-10-12)

Bug Fixes

  • docs: update API usage of ValidateScheme (a1d113b)

2.1.0 (2019-10-12)

Features

  • schema: support protocol schema and refactor host validators (#12) (a483115)

2.0.0 (2019-07-22)

Features

  • support npm lockfile parsing (#2) (b94ab49)

BREAKING CHANGES

  • exported lockfile parser util renamed

  • feat(parsers): compatability with new yarn/npm parsers

BREAKING CHANGE

  • feat(parsers): support npm parser

  • build(yarn): update CI version of yarn

  • build(cache): disable all cache

  • fix(filenames): case-sensitive filename changed

  • fix(file): removed old file

1.0.7 (2019-06-19)

Bug Fixes

  • readme: update contribution link and open todos (536f5e8)

1.0.6 (2019-06-19)

Note: Version bump only for package lockfile-lint-api

1.0.5 (2019-06-18)

Note: Version bump only for package lockfile-lint-api

1.0.4 (2019-06-18)

Bug Fixes

  • keywords: use proper package keywords format when publishing to npm (bf05a80)
  • tests: cleanup unnecessary function call (49cbe72)

1.0.3 (2019-06-18)

Bug Fixes

  • keywords: use proper package keywords format when publishing to npm (bf05a80)
  • tests: cleanup unnecessary function call (49cbe72)

1.0.2 (2019-06-18)

Bug Fixes

  • keywords: use proper package keywords format when publishing to npm (bf05a80)
  • tests: cleanup unnecessary function call (49cbe72)

1.0.1 (2019-06-11)

Bug Fixes

  • readme: use correct export name (f962950)