Skip to content

Release 6.0.0

Compare
Choose a tag to compare
@KrisSiegel KrisSiegel released this 28 Jul 10:15
· 4 commits to master since this release

This release is a re-focusing on what makes msngr.js great. It removes the mache cache, the global configuration object and the universal networking to focus only on messaging and processing of messages. Additional, internal refactoring was also done to further shrink the filesize to a gzipped size of roughly 3kb.

Breaking changes

  • Removed msngr.mache
  • Removed global config instance of mache
  • Removed msngr.net
  • Removed msngr.deDupeArray

Misc changes

  • Refacored multiple files to consolidate logic and reduce file size further