This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
v1.0.1
Finally! Version 1.0 has arrived! 🎉 🎉 Well... v1.0.1... publishing v1.0 got screwed up because the resulting packaging was missing all of the code files. Bower v1.0.1 is on the way as well! This release brings in a slew of new changes that improves upon Push's extensibility and customizability. From the PR:
Functionality
- Converted entire codebase to ES2015 Javascript + Babel
- Third-party plugins can now be loaded via Push.extend()
- Push.config() now allows you to set global configuration variables, including a "fallback" function that executes when Push doesn't support the current browser
Deployment
- Build output now includes source maps
- Now supports automated browser testing from BrowserStack (tests the latest desktop versions of Safari, Opera, Chrome, Firefox, and Edge)
Minor Adjustments
- Added badges for Davis and CodeClimate
- Bug fixes