@readme/better-ajv-errors formats JSON Schema validation errors from ajv into more readable messages for developers. It is useful when your schema validation fails and you want to print clearer CLI output (or JavaScript-friendly error objects) instead of raw ajv errors.
Project status
- Active maintenance: Repo shows an upstream push on 2026-08-03, but the most recent tagged package update in the provided history is 2.4.0 on 2025-10-24, so maintenance appears intermittent rather than continuously releasing.
- Update cadence: After 2.4.0 (2025-10-24), there are no further documented updates up to 2026-08-12 (about 9 to 10 months), indicating a low release cadence in practice.
AI summary generated
Recent updates
2.4.0
Release 2.4.0 is primarily described as dependency chores, including several @babel/runtime bumps and updating GitHub Actions workflow versions. However, the actual diff also shows a tooling migration and several code-level safety changes using optional chaining that are not mentioned in the release notes.
Breaking2.3.2
Release 2.3.2 updates the package version metadata and modifies TypeScript typings. The only substantive code change shown in the diff is a change to the return type conditional logic in typings based on the `options.format` value.
2.3.1
Version 2.3.1 makes a small but potentially breaking change to the output format when using the `cli-array` format option. The release notes provided do not describe any functional behavior changes, but the code and test snapshots show a change in return type.