ash/documentation/topics
Zach Daniel f6f5d194bf feat: freeform expressions
feat: validatiosn in actions

feat: query arguments

feat: add `Ash.Query.for_read/3`

feat: return changeset with API errors

feat: add case insensitive string `CiString`/`:ci_string`

feat: support `context/1` and `arg/1` in filter templates

feat: support targeting notifications with the `for` option

feat: add `ago/2` query function

feat: add basic arithmetic operators (+, *, -, /)

feat: `sensitive?` option for attributes

feat: `sensitive?` option for arguments

feat: `private` arguments, which can’t be set using `for_<action>`

feat: add `prevent_change` which will erase changes just before the changeset is committed

feat: add `match?` validation that supports a custom error message

feat: add `interval` type to support `ago/2` function

feat: add `url_encoded_binary` type

feat: add `function` type

improvement: `changing?` is now a validation

improvement: add `Transformer.get_persisted/3`

improvement: add `api` field to `Notification`

improvement: standardize errors, add `to_error_class`

improvement: use `Comp` everywhere

Improvement: use action on changeset if set by `for_<action_type>`

improvement: `action_failed?` field on change sets

improvement: remove ability for data layers to add operators (for now at least)

Improvement: Changeset.apply_attributes/2 now returns an error tuple

Improvement: add a bunch of new/informative errors

improvement: runtime filter now uses left join logic (a naive implementation of it)

improvement: support more filter templates in resources

Improvement: basic/naive type system for operators/functions

Fix: properly expand module aliases for options w/o compile time dependency

chore(engine): track changeset changes for the request with `manage_changeset?: true`
2021-01-21 15:22:50 -05:00
..
aggregates.md docs: update generated documentation to be single file 2020-12-26 23:54:36 -05:00
authorization.md docs: update query/authorization docs 2020-09-22 10:51:15 -04:00
calculations.md improvement: Add trim/allow_empty to string type (#171) 2021-01-15 20:41:21 -05:00
contexts_and_domains.md fix: remove delegate data layer (#112) 2020-09-06 01:16:21 -04:00
embedded_resources.md feat: Add Embedded Resources (#170) 2021-01-12 15:05:56 -05:00
error_handling.md docs: write error handling guide 2020-07-15 21:17:57 -04:00
formatting_resources.md feat: filter rewrite to op/function/ref based structure 2020-10-06 00:58:06 -04:00
identities.md feat: freeform expressions 2021-01-21 15:22:50 -05:00
multitenancy.md improvement: support specifying that some options are modules 2020-10-29 00:14:01 -04:00
notifiers.md chore: docs + def -> defp 2020-10-17 13:35:09 -04:00
pagination.md feat: multitenancy! and tons of various fixes (#139) 2020-10-28 01:14:17 -04:00
validation.md