- Bump Backpex dependency to 0.17.0. Backpex has dropped its built-in Ash integration in favor of this community project.
- Add Getting Started guide
- Add missing ability to specify primary_key
- fix: can?/3 returns false for missing actions instead of crashing. Thank you psoukry!
- Bump Backpex version to 0.16
- Fix adapter load bug
- Add sorting support. Closes pull request #4
- Update demo to use an expression calculation.
Implement changes required for upgrading Backpex to version 0.15.0 within AshBackpex and demo
- Can now use
layout &DemoWeb.Layouts.admin/1when declaring Resource layout - Updated resource adapter function signatures and incorporate it.
- Other v15 updates happen transparently
Return {:ok, nil} from AshBackpex.Adapter.get\4 when item is not found.
Just use main Backpex Hex repo. Still learning about Hex!
Improve support for Ash {:array, type} parameters including MultiSelect
Ensure errors display correctly
Use up-to-date fork of main Backpex repo with AshBackpex-specific fixes (temporary!)
Update to Backpex 0.14.0
Add demo app
Add credo, ex_check, dialyxir, sobelow, with various code-quality refactors.
Learn more about ex_doc and get main docs to land on README.md.
Generate documentation with ex_doc.
Spark DSL with ability to derive Backpex configuration from an Ash resource. Currently supports top-level configurations, fields and filters.