Skip to content

Latest commit

 

History

History
156 lines (87 loc) · 5.99 KB

CHANGELOG.md

File metadata and controls

156 lines (87 loc) · 5.99 KB

4.1.3 (2023-09-26)

Chores

  • add workaround to fix npm pack issue (#15) (7de9611)

4.1.2 (2023-08-23)

Bug Fixes

  • extract JSON from non-JSON strings (#14) (ba3fe30)

4.1.1 (2023-07-21)

Chores

4.1.0 (2022-04-13)

Features

  • Install plugin's peerDependencies when testing install (300f007)

Tests

  • run tests serially to prevent timeouts (#11) (0581184)

4.0.1 (2021-08-18)

Chores

4.0.0 (2021-05-28)

Chores

BREAKING CHANGES

  • this project requires a minimum of node 14 now

3.0.3 (2021-03-26)

Bug Fixes

  • skip syntax check on es library dist files (20d011d)

3.0.2 (2021-02-24)

Bug Fixes

  • do not check bin syntax (15d4866)

3.0.1 (2020-10-20)

Bug Fixes

3.0.0 (2020-10-19)

Features

  • Refactor to support a test to require and es-checking library files (#7) (5b23af0)

BREAKING CHANGES

  • Many new files are checked for syntax. Index file returns a new promise format.

2.0.0 (2019-08-21)

Bug Fixes

  • BREAKING: use npm pack --json to select files (#3) (4673ed4)
  • security: fix security issues by updating package-lock.json (e6cf114)

Chores

1.2.0 (2018-11-26)

Chores

  • package: update es-check to ^5.0.0 (47a7f8c)

1.1.0 (2018-10-05)

Features

  • add logging for skipped tests, during verbose (6ce559b)

Chores

  • package: update dependencies (796b4e0)

1.0.5 (2018-10-01)

Bug Fixes

1.0.4 (2018-09-13)

Chores

  • package: update es-check to v4, add not-prerelease (0b1cc40)

1.0.3 (2018-09-12)

Chores

  • package: update pkg-can-install to 1.0.3 (960b7fb)

1.0.2 (2018-09-12)

Bug Fixes

  • always cleanup even on early exit (5605a45)

1.0.1 (2018-09-12)

Bug Fixes

1.0.0 (2018-09-12)

Features