Node Precinct Versions Save

Unleash the detectives

v11.0.0

1 year ago
  • Drop Node.js 12 support
  • Update dependencies
  • Update CI
  • Improve CLI

Full Changelog: https://github.com/dependents/node-precinct/compare/v10.0.1...v11.0.0

v10.0.1

1 year ago
  • Update dependencies
  • Add Node.js 20 in CI
  • Update README.md
  • index.js: minor tweaks

Full Changelog: https://github.com/dependents/node-precinct/compare/v10.0.0...v10.0.1

v10.0.0

1 year ago

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: https://github.com/dependents/node-precinct/compare/v9.2.1...v10.0.0

v9.2.1

1 year ago

What's Changed

  • Lint fixes by @XhmikosR in e1f7a4c

Full Changelog: https://github.com/dependents/node-precinct/compare/v9.2.0...v9.2.1

v9.2.0

1 year ago

What's Changed

  • Update safe dependencies by @XhmikosR in bc34895

Full Changelog: https://github.com/dependents/node-precinct/compare/v9.1.0...v9.2.0

v9.1.0

1 year ago

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: https://github.com/dependents/node-precinct/compare/v9.0.1...v9.1.0

v9.0.1

1 year ago

v9.0.0

2 years ago
  • 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: https://github.com/dependents/node-precinct/compare/v8.3.1...v9.0.0