Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 1.04 KB

Change log

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

3.0.0

  • [feature] Huge refactor & cleanup converting underlying implementation to use Babel Core. #36
    • This should fix a huge number of really annoying edge-cases that were present in the previous implementation, e.g #32
    • Support Sourcemaps! #10
    • Massive thanks to @vladimir-tikhonov for his stellar effots! 🚀👏

2.0.1 — 2015-08-05

  • [fixed] — Injection of Babel generated module code. #11

2.0.0 — 2015-05-30

  • [added] — Support for falling back to base module definition if an alternate is not defined; made this this default behaviour. #7

1.0.0 — 2014-10-09

  • Initial release.