| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-17 | 1.1 kB | |
| v1.3.0 source code.tar.gz | 2026-03-17 | 3.3 MB | |
| v1.3.0 source code.zip | 2026-03-17 | 5.2 MB | |
| Totals: 3 Items | 8.5 MB | 0 | |
Many thanks to @EskiMojo14, @yslpn, @alexilyaev, @idleberg, @BerkliumBirb and @frenzzy for contributing to this release.
Read the release notes on our website for a quick overview of the most exciting new features in this release.
- Add
guardtransformation action to narrow types using type predicates (pull request [#1204]) - Add
parseBooleantransformation action to parse boolean values from strings and other types (pull request [#1251]) - Add
isrcvalidation action to validate ISRC codes (pull request [#1373]) - Add
cachemethod for caching schema output by input (pull request [#1170]) - Add
domainvalidation action to validate domain names (pull request [#1284]) - Add
jwsCompactvalidation action to validate JWS compact strings (pull request [#1348]) - Fix
creditCardvalidation action to allow 13-digit Visa card numbers (pull request [#1347]) - Fix
isoTimestampvalidation action to allow optional space before UTC offset for PostgreSQLtimestamptzcompatibility (pull request [#1195]) - Fix types for deeply readonly default and fallback values