This repository was archived by the owner on Mar 23, 2018. It is now read-only.
v0.3.4
-
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-loadto 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)