Releases: unjs/impound
Releases · unjs/impound
v1.1.5
🐞 Bug Fixes
- Deduplicate warnedMessages - by @danielroe (30fd6)
- Strip queries when printing importer - by @danielroe (70e6e)
View changes on GitHub
v1.1.4
🐞 Bug Fixes
- Register non-JS modules so we can report violations - by @danielroe (566ff)
View changes on GitHub
v1.1.3
v1.1.2
🐞 Bug Fixes
- Improve snippet lookup with fallback for aliased/pre-resolved specifiers - by @danielroe (03113)
View changes on GitHub
v1.1.1
🐞 Bug Fixes
- Report trace violations eagerly for dev server compatibility - by @danielroe (f9a57)
View changes on GitHub
v1.1.0
🚀 Features
- Pass importer as second argument to functional patterns - by @danielroe (af00c)
- Add warn option for log deduplication - by @danielroe (64d94)
- Add onViolation callback - by @danielroe (12882)
- Support suggestions in pattern error messages - by @danielroe (e54d6)
- Add import tracing for rich violation diagnostics - by @danielroe (4a936)
- Add
excludeFilesoption - by @danielroe (40885)
🏎 Performance
- Inline proxy code - by @danielroe (205b9)
View changes on GitHub
v1.0.0
🚀 Features
- Support an array of
matchers- by @danielroe in #131 (4da5e) - Support functional patterns - by @danielroe (1b915)
🏎 Performance
- Migrate to
unplugin-utils- by @danielroe (b3df4) - Migrate to
exsolvefrommlly- by @danielroe (70bef)
View changes on GitHub
v0.2.2
v0.2.1
No significant changes
View changes on GitHub
v0.2.0
🚨 Breaking Changes
- Resolve include/exclude paths against passed
cwd- by @danielroe (8515f)