Skip to content

2.2.0

Compare
Choose a tag to compare
@moisseev moisseev released this 18 May 14:53
· 51 commits to master since this release
  • Add support for multiple capturing groups

Updating
Starting from version 2.2.0 the add-on displays header parts that matches all capturing groups of the regular expression. Previously it displayed only the first capturing group match.
Users may need to update regular expressions replacing 2nd+ capturing groups with non-capturing groups (:?…).