Skip to content
This repository was archived by the owner on Mar 23, 2018. It is now read-only.

v0.3.4

Choose a tag to compare

@goto-bus-stop goto-bus-stop released this 29 Mar 18:17
· 42 commits to master since this release
7f46109
  • Fix transforming template strings as the only expr in an arrow function. (ca71528)

    This is a pretty important one, the pretty common () => bel`<span />` pattern now works correctly.

  • Add on-load to the runtime dependencies, even though it's technically unnecessary this should make installation Just Work™ with both npm@2 and npm@3 and up. (5d30dd9)