Releases: maastrich/hashup
Releases · maastrich/hashup
v0.9.0
Installation
npm install @maastrich/hashup@v0.9.0See CHANGELOG.md for full details.
What's Changed
- feat: default baseDir to cwd by @maastrich in #22
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Installation
npm install @maastrich/hashup@v0.8.0See CHANGELOG.md for full details.
What's Changed
- feat: emit for zero-match entries instead of failing by @maastrich in #21
Full Changelog: v0.7.1...v0.8.0
v0.7.1
Installation
npm install @maastrich/hashup@v0.7.1See CHANGELOG.md for full details.
What's Changed
- feat: structured debug log prefixes by @maastrich in #20
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Installation
npm install @maastrich/hashup@v0.7.0See CHANGELOG.md for full details.
What's Changed
- feat: --cwd flag + linear-memory hash cache by @maastrich in #19
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Installation
npm install @maastrich/hashup@v0.6.0See CHANGELOG.md for full details.
What's Changed
- feat: share hash cache across entries by @maastrich in #18
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Installation
npm install @maastrich/hashup@v0.5.0See CHANGELOG.md for full details.
What's Changed
- feat: skip node_modules and add log levels by @maastrich in #17
Full Changelog: v0.4.3...v0.5.0
v0.4.3
Installation
npm install @maastrich/hashup@v0.4.3See CHANGELOG.md for full details.
What's Changed
- fix: avoid
Invalid string lengthwhen combining many hashes by @maastrich in #16
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Installation
npm install @maastrich/hashup@v0.4.2See CHANGELOG.md for full details.
What's Changed
- chore: add /release slash command by @maastrich in #14
- fix: avoid stack overflow from spread-push on large dep graphs by @maastrich in #15
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Installation
npm install @maastrich/hashup@v0.4.1See CHANGELOG.md for full details.
What's Changed
- ci: bump actions to Node 24 compatible versions by @maastrich in #12
- fix: terminate on circular imports and skip non-JS file parsing by @maastrich in #13
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Installation
npm install @maastrich/hashup@v0.4.0See CHANGELOG.md for full details.
What's Changed
- feat: support zod 3 and zod 4 by @maastrich in #11
Full Changelog: v0.3.0...v0.4.0