Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 609 Bytes

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 609 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[2.5.0] - 2018-06-15

  • [New] transform ES5 property mutators
  • [New/Fix] set "strict" to true (#31)
  • [Deps] update babel-preset-env, babel-plugin-transform-object-rest-spread, babel-plugin-transform-es2015-modules-commonjs, object.assign

[2.4.0] - 2017-06-28

  • [New] Added an option to toggle debug mode (#18)

[2.3.3] - 2017-06-20

  • Switches from babel-preset-es2015 to babel-preset-env. Allows targeting of specific environments.