Skip to content

Releases: dependents/node-precinct

v11.0.1

07 May 15:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.0.0...v11.0.1

v11.0.0

05 May 07:12
Compare
Choose a tag to compare
  • Drop Node.js 12 support
  • Update dependencies
  • Update CI
  • Improve CLI

Full Changelog: v10.0.1...v11.0.0

v10.0.1

26 Apr 06:37
Compare
Choose a tag to compare
  • Update dependencies
  • Add Node.js 20 in CI
  • Update README.md
  • index.js: minor tweaks

Full Changelog: v10.0.0...v10.0.1

v10.0.0

17 Apr 06:28
Compare
Choose a tag to compare

Highlights

This release has ~35% smaller install size due to the size improvements in TypeScript v5 🎉

Make sure your dependencies tree has switched to TypeScript v5 to benefit from the size decrease, otherwise you will end up with two TypeScript versions, which will be worse since TypeScript won't be deduped.

What's Changed

Full Changelog: v9.2.1...v10.0.0

v9.2.1

19 Mar 10:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.0...v9.2.1

v9.2.0

19 Mar 08:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.1.0...v9.2.0

v9.1.0

18 Mar 16:11
Compare
Choose a tag to compare

What's Changed

  • Add dependabot.yml for action updates
  • Add CodeQL workflow
  • CI: add Node.js 18 and persist-credentials: false
  • Specify lockfile-version=2 for older npm compatibility
  • Update minor and patch dependencies
  • README.md: fix CI badge
  • Switch to @dependents/node-detect-less

Full Changelog: v9.0.1...v9.1.0

v9.0.1

18 Mar 16:03
Compare
Choose a tag to compare
9.0.1

v9.0.0

19 Mar 06:33
Compare
Choose a tag to compare
  • Drop support for Node.js 10, now ^12.20.0 || ^14.14.0 || >=16.0.0 is required
  • Drop support for precinct's second string type argument; use precinct(file, { type: 'theType' })
  • CLI: rename es6Imports flag to --es6-mixed-imports
  • Remove debug dependency and switch to debuglog
  • Update all major dependencies
  • Switch to ESLint
  • Add coverage with c8

Full Changelog: v8.3.1...v9.0.0