Releases: zspecza/common-tags
Releases · zspecza/common-tags
v1.5.0
Breaking Changes 🚨
stripIndents
removes empty lines - this is a bug and will be fixed in v1.5.1 (#128)
Fixes
oneLine
preserves whitespace within lines (#90) - thanks @hjdivad!inlineArrayTransformer
doesn't add extra newlines when maintaining indentation (#114) - thanks @ibrahima!- a conjunction is not added by
inlineArrayTransformer
when there is only one element in an array (#117) - thanks @LucianBuzzo! oneLineTrim
works properly in cases where there's no indentation (#126)- non-standard (not yet)
trimLeft
/trimRight
were replaced with regular expressions (#127)
New Features
"start"
and"end"
were added as new sides accepted bytrimResultTransformer
(#127)
Dependencies
babel-runtime
was bumped to^6.26.0
from^6.18.0
v1.4.0
v1.3.1
v1.3.0
v1.2.2
v1.2.1
- Fixes a critical bug that prevented more than one use of any tag that uses
trimResultTransformer
v1.2.0
v1.1.2
v1.1.1
- no longer require
default
when used in commonjs format - small tweak to bithound config regarding unused dependency
- more terse export syntax
- tests now warn of dependencies that are not exported properly
- tests now stop at first failure
- update wallaby config
- give contributors credit