v3.0.0
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 theitin place rather
than wrap the entire tagged template expression.