Releases: knightedcodemonkey/specifier
Releases · knightedcodemonkey/specifier
v2.0.0-rc.1
What's Changed
- feat: resolve() across module systems. by @knightedcodemonkey in #21
Full Changelog: v2.0.0-rc.0...v2.0.0-rc.1
v2.0.0-rc.0
Release v1.0.1
Fix:
Initial release
v1.0.0 chore: initial release. (#16)
Pre-release v1.0.0-rc.4
chore: update build dep. (#15)
Pre-release v1.0.0-rc.3
Changes:
- Updates source files to TypeScript.
- Updates README.
- See the breaking changes 👇
BREAKING CHANGE: all methods return an object, removed updateCode, removed loc and pos from syntaxError, bump node engine to >= 14.0.0.
Pre-release v1.0.0-rc.2
Changes:
- Adds
.d.ts
so you can see stuff in your editor 😄 .
Pre-release v1.0.0-rc.1
Changes:
- Add support for import attributes.
- Improve types defined in the README.
Initial release candidate
- Adds
specifier.updateSrc
for updating specifiers from a source code string. - Updates the README.
Pre-release v1.0.0-alpha.7
BREAKING CHANGES:
- Removed
errorContext
and instead that data is now available insyntaxError
which is eitherundefined
or an object.
Changes:
- Adds a test for JSX.
- Updates the README.