Revision history for Perl extension Poz
0.09 2024-12-30T01:54:18Z
- feature: add null feature
0.08 2024-12-29T00:15:12Z
- bugfix: an optional string array in an object invokes be crashed
0.07 2024-12-24T08:26:23Z
- bugfix: add enum and union as internal of Poz
0.06 2024-12-24T08:24:45Z
- add union value feature
0.05 2024-12-23T08:26:58Z
- supports default of array
0.04 2024-12-23T08:19:23Z
- supports optional array
0.03 2024-12-22T01:34:04Z
- bugfix: Fixed a bug where the default values of the object were not being assigned.
0.02 2024-12-15T01:21:25Z
- Added safe_parse to all Poz types (kfly8)
0.01 2024-12-08T07:08:19Z
- original version