Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 531 Bytes

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 531 Bytes

changelog

0.6.0

  • Update to current version of rcu

0.5.1

  • Bump rcu dependency

0.5.0

  • Cleaner generated code
  • A test suite!

0.4.1

  • Update rcu

0.4.0

  • Each builder returns a { code, map } object, rather than appending any generated sourcemap as a data URI (only the es6 builder currently allows you to generate a sourcemap)

0.3.0

  • Add preserveExtensions option to ES6 builder
  • Tidy up

0.2.0

  • Wrap ES6 output in an IIFE
  • Sourcemap support for ES6 output

0.1.0

  • First release