This release is a mostly a maintenance release, with no new functionality.
Performance
- Compile Babel using loose options.
- No longer using ES6 classes. These do not perform well, even with loose options.
- Various other performance improvements
Maintenance
- No longer include Babel-Polyfill within the distributed files. The polyfills are now embedded into the distributed files (using Babel's runtime transform). This will allow the distributed files to play nicely with other libraries transpiled with Babel.