| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-28 | 618 Bytes | |
| v1.4.2 source code.tar.gz | 2026-06-28 | 3.4 MB | |
| v1.4.2 source code.zip | 2026-06-28 | 5.3 MB | |
| Totals: 3 Items | 8.8 MB | 0 | |
Many thanks to @Faze-up and @chatman-media for contributing to this release.
- Fix word count actions to cache the
Intl.Segmenterfor non-primitive locales, preventing it from being recreated on everywords,minWords,maxWordsandnotWordsvalidation (pull request [#1521]) - Fix
flattenmethod to handle issue path keys that collide withObject.prototypemembers liketoStringinstead of throwing aTypeError(pull request [#1522]) - Fix
intersectschema to merge object keys that collide withObject.prototypemembers liketoStringinstead of failing to merge them (pull request [#1522])