Skip to content

Releases: enoonan/ash_backpex

v0.0.12

06 Jan 18:53

Choose a tag to compare

See changelog

v0.0.11

22 Dec 16:11

Choose a tag to compare

See changelog

v0.0.10

09 Dec 17:57

Choose a tag to compare

fix: can?/3 returns false for missing actions instead of crashing. Thank you psoukry!

v0.0.9

21 Oct 16:52

Choose a tag to compare

Updates

v0.0.8

15 Sep 16:47

Choose a tag to compare

Updates

Implement changes required for upgrading Backpex to version 0.15.0 within AshBackpex and demo

  • Can now use layout &DemoWeb.Layouts.admin/1 when 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.

v0.0.7

29 Aug 17:29

Choose a tag to compare

Reverts a mix.exs change from previous release. I did not realize using a git dependency will mess with Hex publishing.

v0.0.6

29 Aug 17:06

Choose a tag to compare

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!)

v0.0.5

14 Aug 18:13

Choose a tag to compare

Upgrade Backpex to 0.14.0

v0.0.4

14 Aug 17:00

Choose a tag to compare

Add demo and code quality tools