Skip to content

Release 7.0.0

Latest
Compare
Choose a tag to compare
@KrisSiegel KrisSiegel released this 11 Jan 10:13
· 1 commit to master since this release
c173dd2

This release is a new major version due to some API deprecation / removal. Beyond that the API is effectively unchanged and should continue to work unless you used undocumented features that were just removed :)

Breaking changes

  • Removed msngr.asyncify
  • Removed msngr.safe

Misc changes

  • Cleaned up dead code in build and testing scripts
  • msngr.min.js size decrease from 11.7kb to 11.1kb
  • Changed npm test behavior to no longer rebuild (only runs tests)
  • Added npm run clean to clean the current build
  • Added package-lock.json for better, reproducible builds