ash/lib
Zach Daniel ea73432ff1 improvement: compile time optimizations via configuration
improvement: breaking change! if you were previously relying on the undocumented
ability to configure resources using application config, you will no longer configure
them as `config :ash, DslEntity`, but rather you will set an otp_app on the entity,
e.g `use Ash.Resource, otp_app: :otp_app`, and then you'll configure that via
`config :otp_app, MyApp.Resource, ...`
2021-10-29 17:21:05 -04:00
..
ash improvement: compile time optimizations via configuration 2021-10-29 17:21:05 -04:00
mix/tasks chore: Enable Credo's Readability.StrictModuleLayout (#228) 2021-04-18 19:41:49 -04:00
ash.ex docs: remove Ash from docs 2021-03-13 16:07:40 -05:00
sat_solver.ex feat: expression calculations for sorting/filtering 2021-06-04 01:37:11 -04:00