messenger v1.3.0 Release Notes

Release Date: 2013-05-13 // almost 11 years ago
    • ✂ Removed dependencies on Underscore and Backbone.
    • ➕ Add src/js/shim.js which includes cutdown versions of some Underscore functions and Backbone's event handling. It is included automatically in messenger.js and messenger.min.js. This file can be safely excluded in environments with Backbone and Underscore, but support for that is not yet in the build system.
    • ➕ Add src/js/preboot.js which needs to be included before the main messenger file. It is included automatically in messenger.js and messenger.min.js.