Skip to content

Release v1.0.22

Choose a tag to compare

@lewismoten lewismoten released this 26 Mar 13:46
· 182 commits to master since this release
b34b9a0

Current Release

[1.0.22] - 2024-03-26

Added

  • Link to changelog
  • Process Nested Arrays {{key[0][1][2]}}
  • Process array segments without keys {{[0]}}
  • More tests for each tag style
  • example.js for RunKit.
  • Test README samples with both main and devMain.
  • Guard against stateful regular expressions
  • Guard against regular expressions with wrong flags or start/end of line/text
  • Add tests to verify example.js has expected output

Fixed

  • DollarSignWithCurlyBraces works with paths containing $
  • DollarSignWithSquareBrackets works with paths containing [ and ]
  • CurlyBracesWithDollarSigns works with paths containing $
  • DoubleSquareBracketsWithDollarSigns works with paths containing $
  • DoubleUnderscores works with paths containing _
  • DoubleSquareBrackets works with paths containing [ and ]
  • SquareBrackets works with paths containing [ and ]