0.05 2026-04-02T12:24:51+02:00
- API change: Rewrite check_array_strings() to version without possible
strings. The result are two use cases (one without possible strings,
second one with possible strings). Remove one error for case of required
reference to array with possible strings.
- Improve doc.
0.04 2026-02-21T17:24:04+01:00
- Move check_object() to Mo::utils::common.
0.03 2026-02-19T17:16:54+01:00
- Add check_array_items() check.
- Update copyright years.
0.02 2025-10-17T00:48:39+02:00
- Add check_array_strings() check.
0.01 2025-08-02T12:57:24+02:00
- Add test for finish coverage testing of check_array_object().
- Finish testing of check_array().
- First version. Copy check subroutines from Mo::utils.
- Rewrite error message for check_array_object().