ash/lib
zimt28 9337ed6479
feat: Custom short names for types (#423)
A compile env can be set to allow customizing the available type short names. This supports two things:

1. Adding custom type short names, like `attribute :price, :money` mapping to `MyApp.Type.Money`
2. Overriding the builtin type short names, like `attribute, :price, :string` mapping to a custom string type implementation (there is likely no reason to do this)
2022-10-19 15:24:40 -04:00
..
ash feat: Custom short names for types (#423) 2022-10-19 15:24:40 -04:00
mix feat: basic livebook generator and mix task (#420) 2022-10-17 08:52:24 -05:00
ash.ex improvement: add tracing and telemetry 2022-08-28 19:27:44 -06:00
doc_index.ex chore: fix mix tasks list 2022-09-29 16:26:46 -04:00
sat_solver.ex fix: various fixes with complex policy statements 2022-09-25 13:21:17 -04:00