Version 1.3

This commit is contained in:
Yorhel 2025-09-04 11:30:24 +02:00
parent a8ac435f85
commit 715f4a748b
11 changed files with 18 additions and 10 deletions

View file

@ -1,3 +1,11 @@
1.3 - 2025-09-04
- FU::Validate: Scalar validations now reject control characters by default
- FU::Validate: Add `allow_control` option to override above behavior
- FU::Util: JSON and URI parsing now always permit control characters
- FU::Util: More strict UTF-8 validation on path & URI decoding
- FU::Util: Deprecate `decode_utf8()`
- FU::Util: Deprecate `allow_control` option in `json_parse()`
1.2 - 2025-07-06
- FU::Pg: Throw error on non-boolean-looking Perl values for boolean bind
parameters