Releases: garthenweb/bubleify
Releases · garthenweb/bubleify
v2.0.0
- updates
buble
to version 0.20.x
(#18)
- update all dev dependencies to remove security warnings (#18)
- BREAKING: drop node v4 support (#18)
- v4 might still work but is not compatible with some dependencies any longer as it reached its end of life already two years from now
v1.2.1
- Fixes a bug when bubleify is used on the command line with the
--target
option (#14)
v1.2.0
- Update Bublé to v0.19
- Activate tests for NodeJS 10
- Update dev dependencies to fix security vulnerabilities
v1.1.0
- Update Bublé to v0.18
- Remove
object-assign
as a production dependency
v1.0.0
- Update Bublé to v0.17
- Update all dependencies
- Add support for node v9
- Remove support for node >= 0.12 (should still work, but tests are removed)
v0.7.0
- Update Bublé to v0.15 (#10)
- Update development dependencies (#9)
- Add NodeJS v7 to and remove NodeJS v5 from travis config (#9)
v0.5.1
- Replace Array.includes call with indexOf to support NodeJS < v6 (#6)
v0.5.0
- Fix bug with non JavaScript files included in the stream (#5)
- Add
extensions
option to adjust which extensions should get transformed with Bublé
- Update Bublé to v0.12.0
v0.4.0
- add bubleError option for better error messages
- update Bublé to v0.11.5