Skip to content

Releases: garthenweb/bubleify

v2.0.0

27 Jul 18:31
Compare
Choose a tag to compare
  • 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

02 Feb 17:47
Compare
Choose a tag to compare
  • Fixes a bug when bubleify is used on the command line with the --target option (#14)

v1.2.0

29 Apr 11:37
Compare
Choose a tag to compare
  • Update Bublé to v0.19
  • Activate tests for NodeJS 10
  • Update dev dependencies to fix security vulnerabilities

v1.1.0

24 Dec 15:47
Compare
Choose a tag to compare
  • Update Bublé to v0.18
  • Remove object-assign as a production dependency

v1.0.0

08 Nov 23:23
Compare
Choose a tag to compare
  • 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

14 Dec 20:22
Compare
Choose a tag to compare
  • Update Bublé to v0.15 (#10)
  • Update development dependencies (#9)
  • Add NodeJS v7 to and remove NodeJS v5 from travis config (#9)

v0.6.0

18 Oct 08:16
Compare
Choose a tag to compare

v0.5.1

19 Jul 20:12
Compare
Choose a tag to compare
  • Replace Array.includes call with indexOf to support NodeJS < v6 (#6)

v0.5.0

22 Jun 20:29
Compare
Choose a tag to compare
  • 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

19 Jun 21:51
Compare
Choose a tag to compare
  • add bubleError option for better error messages
  • update Bublé to v0.11.5