Revision history for Mojolicious-Plugin-Fondation
0.07 2026-08-06 23:37:57+02:00 Europe/Paris
- many_to_many_async relationships discovered via _many_to_many metadata
- Add issues = 1 to GithubMeta to point bugtracker to GitHub issues
0.06 2026-08-04 22:53:56+02:00 Europe/Paris
- See on which plugin the action is performed
- fallback format_date helper
- Migrate to Schema::Result::Base TO_JSON
0.05 2026-07-13 14:12:33+02:00 Europe/Paris
- add fondation.js with no-op JS fallbacks
- scan dev_plugins_dir to add local plugins
0.04 2026-07-12 18:45:13+02:00 Europe/Paris
- Add Setup wizard link to welcome page when Fondation::Setup is loaded
- add command fondation clean
- add local controllers
- Resolver: add before/after ordering hints in fondation_meta
- Make helpers follow dependency order: first loaded wins, Fondation fallbacks run last
- Add layout to error page
- Delete error template
- Skipping all fondation_finalyze if schema not found
- add find_template_source to API
- Remove legacy arrayref dependency format ['Plugin', {config}]
- Add no-op fallback for fondation.authenticated
0.03 2026-06-17 17:57:48+02:00 Europe/Paris
- Fix Windows path separator handling in Templates action and tests
0.02 2026-06-16 14:42:08+02:00 Europe/Paris
- Fix Windows path separator issues
- Add missing dependency
- Refactor the documentation
0.01 2026-06-07
- Initial release
- Hierarchical plugin loading
- Configuration priority: direct > application > default