Skip to content

Releases: urlbox/urlbox-node

v2.2.0

15 May 13:09
Compare
Choose a tag to compare

What's Changed

  • Update index.ts to use new node:crypto package ref by @drush in #21

New Contributors

  • @drush made their first contribution in #21

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Feb 17:08
Compare
Choose a tag to compare

What's Changed

  • Switch to nodejs crypto module, removed crypto-js
  • add github workflows by @cjroebuck in #18

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

15 Jan 17:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v1.3.4

15 Jan 16:43
Compare
Choose a tag to compare

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

15 Jan 17:20
Compare
Choose a tag to compare

Breaking Changes

  • Rename buildUrl to generateRenderLink
  • 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