Releases: knightedcodemonkey/specifier
Releases · knightedcodemonkey/specifier
v2.0.9
What's Changed
- chore(deps): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #40
- chore: upgrade deps. by @knightedcodemonkey in #41
Full Changelog: v2.0.8...v2.0.9
v2.0.8
What's Changed
- chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in #37
- chore: upgrade dev deps, trusted publishing. by @knightedcodemonkey in #39
Full Changelog: v2.0.7...v2.0.8
v2.0.7
What's Changed
- chore: update deps, windows ci. by @knightedcodemonkey in #36
Full Changelog: v2.0.6...v2.0.7
v2.0.6
What's Changed
- chore: upgrade oxc-parser. by @knightedcodemonkey in #35
Full Changelog: v2.0.5...v2.0.6
v2.0.5
v2.0.4
v2.0.3
What's Changed
- fix: dynamic import then. by @knightedcodemonkey in #32
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- fix: dynamic imports from arrow func expressions. by @knightedcodemonkey in #31
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
What's Changed
- feat: updateAst. by @knightedcodemonkey in #20
- feat: resolve() across module systems. by @knightedcodemonkey in #21
- chore: update deps. by @knightedcodemonkey in #24
- feat!: switch to oxc-parser. by @knightedcodemonkey in #25
- fix: type exports. by @knightedcodemonkey in #26
- docs: fix typos. by @knightedcodemonkey in #27
- docs: update. by @knightedcodemonkey in #28
Full Changelog: v1.0.1...v2.0.0
BREAKING CHANGES
updateSrcsignature now requires alangargument.- Remove
mapper. - Remove
updateAst. - Remove source maps.
- No more
line, andcolumnpositions. - No more catching parse errors, they bubble up to the caller.