0.12.1
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 viaconst
generics, which fixes issues with long regex patterns (#221 by @icewind1991)