Releases: urlbox/urlbox-node
Releases · urlbox/urlbox-node
v2.2.0
v2.1.0
What's Changed
- Switch to nodejs crypto module, removed crypto-js
- add github workflows by @cjroebuck in #18
New Contributors
- @cjroebuck made their first contribution in #18
Full Changelog: v2.0.3...v2.1.0
v2.0.3
v1.3.4
Point release to update outdated dependencies for the v1 branch of this package:
- cryptojs now at 4.2.0
- babel 6 upgraded to v7
Full Changelog: v1.3.3...v1.3.4
v2.0.0
Breaking Changes
- Rename
buildUrl
togenerateRenderLink
- Remove
buildUrls
method
Improvements
- Added
generateInsecureRenderLink
method - Remove babel
- Replace jest with vitest
- Prune unnecessary packages
- Convert to typescript
- Add typescript types
- Publish as both ESM and CJS modules
- Rename repo to
urlbox/urlbox-node
Fixes
- Update dependencies
Full Changelog: v1.3.4...v2.0.0