Skip to content

Release 1.4.0

Compare
Choose a tag to compare
@wichert wichert released this 13 Jul 07:42
· 6541 commits to master since this release
  • Include value of used submit button when using forms for injection. This fixes ticket 305.
  • The argument parser has been updated to support quoted arguments in shorthand notation.
  • Add new validate pattern. This fixes ticket 68.
  • Add a new internal pat-update event which is triggered for elements that are changed.
  • Markdown pattern: correct internal escaping behaviour which could cause characters to show up in unexpected escaped form in literal blocks. This fixes ticket 306.
  • Depends pattern:
    • Include element with invalid dependency in error log messages. This makes it a lot simpler to find the source of errors.
    • Support non-ASCII variable names and values. This fixes ticket 304.
    • Do not include generated parser in source tree. Instead the make rules have been improved to generate/update the parser as needed.
    • Support quoting of values. This makes it possible to test for values containing whitespace.