Releases: dependents/node-precinct
Releases · dependents/node-precinct
v11.0.1
What's Changed
- index.js: move variable by @XhmikosR in #117
- index.js: use nullish coalescing and optional chaining operators by @XhmikosR in #118
- Update xo rules and switch to fs/promises in tests by @XhmikosR in #119
- index.js: move code to a function by @XhmikosR in #120
Full Changelog: v11.0.0...v11.0.1
v11.0.0
- Drop Node.js 12 support
- Update dependencies
- Update CI
- Improve CLI
Full Changelog: v10.0.1...v11.0.0
v10.0.1
- 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
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
- Switch to xo for linting by @XhmikosR in #113
- Rename variables by @XhmikosR in d567dd5
- Update dependencies including detective-typescript v10.0.0 by @XhmikosR in #114
Full Changelog: v9.2.1...v10.0.0
v9.2.1
v9.2.0
v9.1.0
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
v9.0.0
- Drop support for Node.js 10, now
^12.20.0 || ^14.14.0 || >=16.0.0
is required - Drop support for
precinct
's second stringtype
argument; useprecinct(file, { type: 'theType' })
- CLI: rename
es6Imports
flag to--es6-mixed-imports
- Remove
debug
dependency and switch todebuglog
- Update all major dependencies
- Switch to ESLint
- Add coverage with c8
Full Changelog: v8.3.1...v9.0.0