Common Classes Package v2.12.0
Version/Release 2.12.0
-
[2023.12.01; Maikuolan]: Improved escaping. Added support for specifying a Redis database number to the cache handler (CIDRAM/CIDRAM#540).
-
[2023.12.08; Bug-fix; Maikuolan]: Not escaping keys when reconstructing YAML data could prevent successful reprocessing of those keys if said keys contained any hashes or backslashes. The solution is to enforce escaping of keys when such bytes are detected, regardless of how the property for quoting keys is defined. Accordingly, that's been done, and a new method added for that purpose (CIDRAM/CIDRAM#547).
-
[2023.12.24; Maikuolan]: The request handler can now handle custom methods.
-
[2023.12.29; Maikuolan]: The number formatter's getSetCSV method removed and replaced by a getSetJSON method.
Caleb M (Maikuolan),
December 29, 2023.