Skip to content

v0.15.0

Compare
Choose a tag to compare
@kristoferbaxter kristoferbaxter released this 20 Dec 01:56

This release is mostly maintenance to prepare for the next round of more invasive changes, it removes many branch points for unused code due to changing when preCompilation occurs.

  • Remove unused branches now that parsing happens after rollup tree shaking (#251) 56367b3
  • Remove ArrowFunction Transform since Closure Compiler has fixed their bug with single argument arrow funcitons 9d966c2

v0.14.1...v0.15.0