Revision history for Perl extension Poz
0.15 2025-01-06T14:11:40Z
- update our website!
0.14 2025-01-02T23:46:30Z
- bugfix: z->is(...) not resolve the parent class
0.13 2025-01-02T16:13:50Z
- feature: implement Poz::Types::is
0.12 2025-01-02T14:43:58Z
- bugfix: nested instances is not blessed
0.11 2024-12-30T14:30:40Z
- feature: add "is" feature to object type
0.10 2024-12-30T13:47:49Z
- bugfix: undefined value warning when undefined value passed to object schema
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