v0.3.3
a16z-infra/JungleGymv0.3.3Apr 16, 2015by koistya
AI Summary
This release updates the Babel transpiler to version 5.0.0 and removes 'use strict' directives from source files, as they are now handled automatically by Babel. It also updates the deployment script and refreshes other npm dependencies.
Key Highlights
- Updated Babel to version 5.0.0.
- Removed 'use strict' directives from source files.
- Updated deployment script and dependencies.
Breaking Changes
- Babel version updated to 5.0.0.
- Removal of 'use strict' directives from source files.
Full Release Notes
- Update Babel to 5.0: http://babeljs.io/blog/2015/03/31/5.0.0/ - Remove Use Strict Directive from .js files since Babel inserts them automatically - Update deployment script. See `deploy` task in `gulpfile.js` - Update other npm modules