Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 330 Bytes

CHANGELOG.md

File metadata and controls

3 lines (2 loc) · 330 Bytes

3.0.0

  • BREAKING changes regex from /\((\S*)\).*{((.|\n)*)}/ to /\((\S*)\).*?\[((.|\n)*)\]/ -> from (condition){value} to (condition)[value] to fix #206 and #221