Release 6.0.0
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