ash/test/filter
Zach Daniel 8c0e4de6bd improvement: allow using get_path/2 by name, as well as bracket access
prior to this, you had to say `map[:foo][:bar]`, but now you can also say
`get_path(map, [:foo, :bar])`. This makes certain things much clearer, i.e
`^arg(:foo)[:foo]`, which is problematic, would normally need to be written
as `(^arg(:foo))[:foo]` so that the pin only applied to the `arg/1` call.
This looks much nicer as `get_path(^arg(:foo), [:foo])`.
2022-10-24 07:57:21 -06:00
..
filter_interaction_test.exs improvement: deprecate :replace in favor of :relate_and_unrelate 2022-09-19 15:44:06 -04:00
filter_test.exs improvement: allow using get_path/2 by name, as well as bracket access 2022-10-24 07:57:21 -06:00
simplication_test.exs fix: use Date.add when using LessThanOrEqual with date value (#281) 2021-11-13 14:11:32 -05:00