Skip to content

v3.0.0

Choose a tag to compare

@haltcase haltcase released this 17 Jan 05:54
· 47 commits to master since this release

This release improves the expected results of the macro. There is a breaking
change but if you weren't using it within tagged template expressions,
you're probably in the clear!

BREAKING CHANGES
  • The output has changed when placeholders are used within tagged template
    expressions. foo`${it}` will now replace the it in place rather
    than wrap the entire tagged template expression.
FEATURES
  • it: stop traversal at template expressions (9d69f9f), closes #12
BUG FIXES
  • pipeline: improve interop with pipe operator (8dc1895), closes #13