Revision history for Concierge-Users
v0.7.1 2026-02-12
- Fixed use of Capture::Tiny in tests
v0.7.1 2026-02-11
- Documentation fixes: include_standard_fields default behavior, core enum override via field_overrides
- Moved scalability benchmarks to xt/ author tests
v0.7.0 2026-02-11
- Initial release to CPAN
- SQLite, CSV/TSV, and YAML storage backends
- Field validation with multiple validators (email, phone, date, timestamp, boolean, enum, moniker, name)
- Field overrides and custom application fields
- Automatic data archiving on re-setup
- Service layer pattern with structured hashref returns
- Comprehensive test suite (115 tests)
v0.7.2 2026-02-11
- Improved documentation