Skip to content

0.12.1

Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 08 Jun 09:31
· 172 commits to master since this release
5dd386a

This is a long overdue patch release that includes a number of fixes from community:

  • Subpattern definitions now accept nesting other subpatterns within them (#237 by @Jezza)
  • Callbacks can now use a new FilterResult type where emitting an error or skipping would be necessary (#236 by @Jeremy-Stafford)
  • Chunk is now implemented for all array sizes via const generics, which fixes issues with long regex patterns (#221 by @icewind1991)