Skip to content

v4.0.0

Compare
Choose a tag to compare
@BrianMitchL BrianMitchL released this 13 Mar 06:22
· 2 commits to main since this release
v4.0.0
bc2c5bf

What's Changed

Breaking Changes

  • Node 16+ is required to develop and build this package
  • To install and use the package, older versions should continue to work
  • The compiled files have changed slightly with new file names and newer bundlers that has changed the emitted structure slightly.
    • dist/giftexchange.cjs.js - not minified
    • dist/giftexchange.esm.js - not minified
    • dist/giftexchange.umd.development.js- not minified
    • dist/giftexchange.umd.production.js - minified
    • dist/index.d.ts

Full Changelog: v3.0.0...v4.0.0