Changes for version 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)
Documentation
Modules
User data management with multiple storage backends
SQLite storage backend for Concierge::Users
CSV/TSV flat-file storage backend for Concierge::Users
Field definitions, validators, and configuration utilities for Concierge::Users
YAML file-per-user storage backend for Concierge::Users