ash/CHANGELOG.md

590 lines
12 KiB
Markdown
Raw Normal View History

2020-06-01 17:19:07 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2020-10-12 19:35:38 +13:00
## [v1.17.1](https://github.com/ash-project/ash/compare/v1.17.0...v1.17.1) (2020-10-12)
### Bug Fixes:
* bugs with keyset pagination
2020-10-12 16:57:44 +13:00
## [v1.17.0](https://github.com/ash-project/ash/compare/v1.16.2...v1.17.0) (2020-10-12)
### Features:
* Add pagination (#131)
2020-10-10 14:02:11 +13:00
## [v1.16.2](https://github.com/ash-project/ash/compare/v1.16.1...v1.16.2) (2020-10-10)
### Bug Fixes:
* parse functions properly
2020-10-10 13:56:30 +13:00
## [v1.16.1](https://github.com/ash-project/ash/compare/v1.16.0...v1.16.1) (2020-10-10)
### Bug Fixes:
* fix dialyzer
* fix certain versions of elixir having issues
2020-10-08 18:59:26 +13:00
## [v1.16.0](https://github.com/ash-project/ash/compare/v1.15.1...v1.16.0) (2020-10-08)
### Features:
* expression based filter
2020-10-07 18:18:35 +13:00
## [v1.15.1](https://github.com/ash-project/ash/compare/v1.15.0...v1.15.1) (2020-10-07)
2020-10-06 17:58:57 +13:00
## [v1.15.0](https://github.com/ash-project/ash/compare/v1.14.0...v1.15.0) (2020-10-06)
### Features:
* filter rewrite to op/function/ref based structure
* added description for missing resources (#117)
### Bug Fixes:
* add module name to errors (#127)
* Fix composite key in changeset functions (#125)
2020-09-24 13:06:37 +12:00
## [v1.14.0](https://github.com/ash-project/ash/compare/v1.13.4...v1.14.0) (2020-09-24)
### Features:
* descriptions for actions and relationships (#116)
### Bug Fixes:
* typespec/error message improvements
2020-09-22 10:38:40 +12:00
## [v1.13.4](https://github.com/ash-project/ash/compare/v1.13.3...v1.13.4) (2020-09-21)
### Bug Fixes:
* upgrade picosat dependency
* correct comment in UUID type (#115)
2020-09-20 08:40:30 +12:00
## [v1.13.3](https://github.com/ash-project/ash/compare/v1.13.2...v1.13.3) (2020-09-19)
### Features:
* set_attribute builtin change
* (greater_than/less_than)_or_equal predicates
* support deletes as updates via "soft"
* support base_filters
### Bug Fixes:
* less_than predicate was flipped for runtime
2020-09-08 07:27:45 +12:00
## [v1.13.2](https://github.com/ash-project/ash/compare/v1.13.1...v1.13.2) (2020-09-07)
### Bug Fixes:
* remove delegate data layer (#112)
* delete process/global storage properly
2020-09-04 17:02:36 +12:00
## [v1.13.1](https://github.com/ash-project/ash/compare/v1.13.0...v1.13.1) (2020-09-04)
### Bug Fixes:
* Fix identities (#110)
2020-09-02 15:37:34 +12:00
## [v1.13.0](https://github.com/ash-project/ash/compare/v1.12.0...v1.13.0) (2020-09-02)
### Features:
* required belongs_to relationships (#107)
2020-09-20 08:40:30 +12:00
* support filter templates on read actions
2020-09-02 15:37:34 +12:00
* builtin concat calculation
* add changes to actions (#106)
* add `accept` option to create/update actions (#105)
* add `Ash.NotLoaded` back, simpler defaults
* improve errors (add stacktraces)
### Bug Fixes:
2020-09-20 08:40:30 +12:00
* various delegate data layer improvements
2020-09-02 15:37:34 +12:00
2020-09-20 08:40:30 +12:00
* engine halting issues
2020-09-02 15:37:34 +12:00
* resolve engine deadlocks
* support nested lists of filters
2020-08-27 16:30:26 +12:00
## [v1.12.0](https://github.com/ash-project/ash/compare/v1.11.1...v1.12.0) (2020-08-27)
### Features:
2020-08-30 19:15:16 +12:00
- add `one_of` validation
2020-08-27 16:30:26 +12:00
2020-08-30 19:15:16 +12:00
- add `simple` data layer, and make it default
2020-08-27 16:30:26 +12:00
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- allow anonymous functions in the dsl
2020-08-27 16:30:26 +12:00
2020-08-27 05:55:25 +12:00
## [v1.11.1](https://github.com/ash-project/ash/compare/v1.11.0...v1.11.1) (2020-08-26)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- only update filter when its a filter
2020-08-27 05:55:25 +12:00
2020-08-30 19:15:16 +12:00
- set resource in delegation query
2020-08-27 05:55:25 +12:00
2020-08-26 16:16:31 +12:00
## [v1.11.0](https://github.com/ash-project/ash/compare/v1.10.0...v1.11.0) (2020-08-26)
### Features:
2020-08-30 19:15:16 +12:00
- support inner lateral joins (#100)
2020-08-26 16:16:31 +12:00
2020-08-30 19:15:16 +12:00
- add identities, to enhance `get` calls (#99)
2020-08-26 16:16:31 +12:00
2020-08-30 19:15:16 +12:00
- initial calculation support (#98)
2020-08-26 16:16:31 +12:00
2020-08-30 19:15:16 +12:00
- initial calculation support
2020-08-26 16:16:31 +12:00
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- spec + dialyzer fixes
2020-08-26 16:16:31 +12:00
2020-08-30 19:15:16 +12:00
- spec mix task run as no_return
2020-08-26 16:16:31 +12:00
2020-08-23 10:46:00 +12:00
## [v1.10.0](https://github.com/ash-project/ash/compare/v1.9.0...v1.10.0) (2020-08-22)
### Features:
2020-08-30 19:15:16 +12:00
- Add delegate data_layer (#97)
2020-08-23 10:46:00 +12:00
2020-08-19 16:50:52 +12:00
## [v1.9.0](https://github.com/ash-project/ash/compare/v1.8.0...v1.9.0) (2020-08-19)
### Features:
2020-08-30 19:15:16 +12:00
- various custom data_layer features
2020-08-19 16:50:52 +12:00
2020-08-18 17:51:07 +12:00
## [v1.8.0](https://github.com/ash-project/ash/compare/v1.7.0...v1.8.0) (2020-08-18)
### Features:
2020-08-30 19:15:16 +12:00
- streamline `load` by accepting ok/error
2020-08-18 17:51:07 +12:00
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- extensions: resolve duplicate nested entities
2020-08-18 17:51:07 +12:00
2020-08-30 19:15:16 +12:00
- use Ecto's NotLoaded for assocs for now
2020-08-18 17:51:07 +12:00
2020-08-30 19:15:16 +12:00
- create/update typespecs were wrong
2020-08-18 17:51:07 +12:00
2020-08-17 18:43:47 +12:00
## [v1.7.0](https://github.com/ash-project/ash/compare/v1.6.8...v1.7.0) (2020-08-17)
### Features:
2020-08-30 19:15:16 +12:00
- add `is_nil` predicate
2020-08-17 18:43:47 +12:00
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- add lexical scope to DSL for imports
2020-08-17 18:43:47 +12:00
2020-08-30 19:15:16 +12:00
- crash on entity w/ no options specified
2020-08-17 18:43:47 +12:00
2020-08-30 19:15:16 +12:00
- convert `eq: nil` into is_nil, fix credo
2020-08-17 18:43:47 +12:00
2020-08-16 10:04:38 +12:00
## [v1.6.8](https://github.com/ash-project/ash/compare/v1.6.7...v1.6.8) (2020-08-15)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- some day tag names will work
2020-08-16 10:04:38 +12:00
2020-08-16 09:54:04 +12:00
## [v1.6.7](https://github.com/ash-project/ash/compare/v1.6.6...v1.6.7) (2020-08-15)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- get the tag name for real this time
2020-08-16 09:54:04 +12:00
2020-08-16 09:48:25 +12:00
## [v1.6.6](https://github.com/ash-project/ash/compare/v1.6.5...v1.6.6) (2020-08-15)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- try again to get the version name in tweets
2020-08-16 09:48:25 +12:00
2020-08-16 09:36:38 +12:00
## [v1.6.5](https://github.com/ash-project/ash/compare/v1.6.4...v1.6.5) (2020-08-15)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- get the version property
2020-08-16 09:36:38 +12:00
2020-08-16 09:31:37 +12:00
## [v1.6.4](https://github.com/ash-project/ash/compare/v1.6.3...v1.6.4) (2020-08-15)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- test out automatic tweeting
2020-08-16 09:31:37 +12:00
2020-08-16 08:32:02 +12:00
## [v1.6.3](https://github.com/ash-project/ash/compare/v1.6.2...v1.6.3) (2020-08-15)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- remove bad package reference from the docs
2020-08-16 08:32:02 +12:00
2020-08-14 09:50:00 +12:00
## [v1.6.2](https://github.com/ash-project/ash/compare/v1.6.1...v1.6.2) (2020-08-13)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- various fixes for graphql extension
2020-08-14 09:50:00 +12:00
2020-08-11 05:45:05 +12:00
## [v1.6.1](https://github.com/ash-project/ash/compare/v1.6.0...v1.6.1) (2020-08-10)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- `load` typespecs
2020-08-11 05:45:05 +12:00
2020-08-10 19:37:20 +12:00
## [v1.6.0](https://github.com/ash-project/ash/compare/v1.5.1...v1.6.0) (2020-08-10)
### Features:
2020-08-30 19:15:16 +12:00
- add named aggregates
2020-08-10 19:37:20 +12:00
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- various fixes from json:api integration
2020-08-10 19:37:20 +12:00
2020-07-25 11:27:22 +12:00
## [v1.5.1](https://github.com/ash-project/ash/compare/v1.5.0...v1.5.1) (2020-07-24)
### Bug Fixes:
2020-08-30 19:15:16 +12:00
- scope data layer feature to aggregate kind
2020-07-25 11:27:22 +12:00
2020-07-25 09:35:28 +12:00
## v1.5.0 (2020-07-24)
### Features:
- group metadata by path and async?: false
- run aggregates async if not in query
- aggregations!
## [v1.4.1](https://github.com/ash-project/ash/compare/1.4.0...v1.4.1) (2020-07-20)
### Bug Fixes:
2020-07-23 17:37:10 +12:00
2020-07-25 09:35:28 +12:00
- simplify dsl building using `on_load`
2020-07-23 17:10:17 +12:00
2020-07-25 09:35:28 +12:00
## [v1.4.0](https://github.com/ash-project/ash/compare/1.3.1...v1.4.0) (2020-07-16)
2020-07-23 17:10:17 +12:00
2020-07-25 09:35:28 +12:00
### Features:
- allow editing join association attributes
## [v1.3.1](https://github.com/ash-project/ash/compare/1.3.0...v1.3.1) (2020-07-16)
### Bug Fixes:
2020-07-23 17:10:17 +12:00
2020-07-25 09:35:28 +12:00
- use proper errors everywhere
## [v1.3.0](https://github.com/ash-project/ash/compare/1.2.1...v1.3.0) (2020-07-15)
2020-07-23 17:10:17 +12:00
### Features:
2020-07-25 09:35:28 +12:00
- various small refactors + validations
## [v1.2.1](https://github.com/ash-project/ash/compare/1.2.0...v1.2.1) (2020-07-13)
### Bug Fixes:
- changeset + set_state issues
2020-07-21 14:16:42 +12:00
2020-07-25 09:35:28 +12:00
## [v1.2.0](https://github.com/ash-project/ash/compare/1.1.3...v1.2.0) (2020-07-13)
2020-07-21 14:16:42 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-07-21 14:16:42 +12:00
2020-07-25 09:35:28 +12:00
- refactor changes into changesets
2020-07-21 14:16:42 +12:00
2020-07-25 09:35:28 +12:00
## [v1.1.3](https://github.com/ash-project/ash/compare/1.1.2...v1.1.3) (2020-07-09)
2020-07-17 11:17:22 +12:00
2020-07-25 09:35:28 +12:00
## [v1.1.2](https://github.com/ash-project/ash/compare/1.1.1...v1.1.2) (2020-07-09)
2020-07-15 17:39:06 +12:00
2020-07-25 09:35:28 +12:00
## [v1.1.1](https://github.com/ash-project/ash/compare/1.1.0...v1.1.1) (2020-07-09)
2020-07-13 15:21:11 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-07-09 18:55:48 +12:00
2020-07-25 09:35:28 +12:00
- small fixes
2020-07-09 18:55:48 +12:00
2020-07-25 09:35:28 +12:00
## [v1.1.0](https://github.com/ash-project/ash/compare/1.0.3...v1.1.0) (2020-07-09)
2020-07-08 12:31:30 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-07-08 12:31:30 +12:00
2020-07-25 09:35:28 +12:00
- lots of docs, simplify query generation
2020-07-08 11:28:47 +12:00
2020-07-25 09:35:28 +12:00
- validate relationship keys
2020-07-08 11:28:47 +12:00
2020-07-25 09:35:28 +12:00
## [v1.0.3](https://github.com/ash-project/ash/compare/1.0.2...v1.0.3) (2020-07-08)
2020-07-08 11:28:47 +12:00
2020-07-25 09:35:28 +12:00
## [v1.0.2](https://github.com/ash-project/ash/compare/1.0.1...v1.0.2) (2020-07-07)
2020-07-08 11:28:47 +12:00
2020-07-25 09:35:28 +12:00
## [v1.0.1](https://github.com/ash-project/ash/compare/1.0.0...v1.0.1) (2020-07-07)
2020-07-08 02:39:50 +12:00
2020-07-25 09:35:28 +12:00
## [v1.0.0](https://github.com/ash-project/ash/compare/0.10.0...v1.0.0) (2020-07-07)
2020-07-08 02:39:50 +12:00
2020-07-25 09:35:28 +12:00
### Breaking Changes:
2020-07-08 02:39:50 +12:00
2020-07-25 09:35:28 +12:00
- remove initial subscriptions pass
2020-07-08 02:39:50 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
- general improvements
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
- in predicate + engine errors
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
## [v0.10.0](https://github.com/ash-project/ash/compare/0.9.1...v0.10.0) (2020-07-02)
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
### Breaking Changes:
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
- remove atom type, add docs
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-07-08 02:39:03 +12:00
2020-07-25 09:35:28 +12:00
- list types
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- refactor ash types to modules, add constraints
2020-07-02 15:19:22 +12:00
2020-07-21 14:05:54 +12:00
### Bug Fixes:
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- remove benchee, ensure mnesia always uses transactions
2020-07-25 09:32:33 +12:00
2020-07-25 09:35:28 +12:00
- try clearing cache to fix CI
2020-07-25 09:32:33 +12:00
2020-07-25 09:35:28 +12:00
- stop gitignoring the mnesia data layer
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- try to fix ash.formatter task
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- test/improve parallelizable requests
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- require that resources have primary keys
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
## [v0.9.1](https://github.com/ash-project/ash/compare/0.9.0...v0.9.1) (2020-06-30)
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- move to simpler transaction logic
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
## [v0.9.0](https://github.com/ash-project/ash/compare/0.8.0...v0.9.0) (2020-06-29)
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- add less_than and greater_than filter support
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
- validate all related resources in API
2020-07-02 15:19:22 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-30 16:15:16 +12:00
2020-07-25 09:35:28 +12:00
- fix tests/credo
2020-06-29 15:44:09 +12:00
2020-07-25 09:35:28 +12:00
- fix tests, add tests for gt/lt filters
2020-06-29 15:44:09 +12:00
2020-07-25 09:35:28 +12:00
## [v0.8.0](https://github.com/ash-project/ash/compare/0.7.0...v0.8.0) (2020-06-29)
### Features:
2020-06-28 06:27:45 +12:00
2020-07-25 09:35:28 +12:00
- cross data layer filters
2020-06-22 18:14:14 +12:00
2020-07-25 09:35:28 +12:00
- cross data layer filtering
2020-06-22 16:35:08 +12:00
2020-07-25 09:35:28 +12:00
## [v0.7.0](https://github.com/ash-project/ash/compare/0.6.5...v0.7.0) (2020-06-27)
2020-06-22 15:27:10 +12:00
2020-07-25 09:35:28 +12:00
### Features:
- section option configuration
### Bug Fixes:
2020-06-21 11:42:17 +12:00
2020-07-25 09:35:28 +12:00
- set persistent_term properly
2020-06-21 11:04:20 +12:00
2020-07-25 09:35:28 +12:00
## [v0.6.5](https://github.com/ash-project/ash/compare/0.6.4...v0.6.5) (2020-06-22)
2020-06-21 11:04:20 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-21 11:04:20 +12:00
2020-07-25 09:35:28 +12:00
- use authorization filters in side loads
2020-06-15 19:29:00 +12:00
2020-07-25 09:35:28 +12:00
## [v0.6.4](https://github.com/ash-project/ash/compare/0.6.3...v0.6.4) (2020-06-22)
2020-06-15 19:03:17 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-14 18:42:44 +12:00
2020-07-25 09:35:28 +12:00
- remove reverse relationships
2020-06-14 18:42:44 +12:00
2020-07-25 09:35:28 +12:00
## [v0.6.3](https://github.com/ash-project/ash/compare/0.6.2...v0.6.3) (2020-06-22)
2020-06-14 18:42:44 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-14 18:42:44 +12:00
2020-07-25 09:35:28 +12:00
- many filter/side load fixes/improvements
2020-07-21 14:05:54 +12:00
2020-07-25 09:35:28 +12:00
## [v0.6.2](https://github.com/ash-project/ash/compare/0.6.1...v0.6.2) (2020-06-20)
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
- allow side_load option on create/update
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
## [v0.6.1](https://github.com/ash-project/ash/compare/0.6.0...v0.6.1) (2020-06-20)
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
- raised error message contents
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
- parent error messages
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
- relationship path clause
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
## [v0.6.0](https://github.com/ash-project/ash/compare/0.5.2...v0.6.0) (2020-06-19)
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-06-05 15:35:31 +12:00
2020-07-25 09:35:28 +12:00
- boolean filter refactor (#78)
2020-06-05 13:56:21 +12:00
2020-07-25 09:35:28 +12:00
- predicate behaviour
2020-06-05 13:56:21 +12:00
2020-07-25 09:35:28 +12:00
## [v0.5.2](https://github.com/ash-project/ash/compare/0.5.1...v0.5.2) (2020-06-15)
2020-06-05 13:56:21 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-05 13:56:21 +12:00
2020-07-25 09:35:28 +12:00
- consider nested entities in ash.formatter
2020-06-05 13:56:21 +12:00
2020-07-25 09:35:28 +12:00
## [v0.5.1](https://github.com/ash-project/ash/compare/0.5.0...v0.5.1) (2020-06-15)
2020-06-05 13:56:21 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
- compile application in ash.formatter task
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
## [v0.5.0](https://github.com/ash-project/ash/compare/0.4.0...v0.5.0) (2020-06-15)
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
- extension section module imports, generated .formatter.exs (#71)
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
## [v0.4.0](https://github.com/ash-project/ash/compare/0.3.0...v0.4.0) (2020-06-14)
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
### Features:
2020-06-04 18:21:36 +12:00
2020-07-25 09:35:28 +12:00
- rebuild DSL inner workings for extensibility (#70)
2020-06-03 02:38:46 +12:00
2020-07-25 09:35:28 +12:00
- add `after_compile` and validate primary key
2020-06-03 02:38:46 +12:00
2020-07-25 09:35:28 +12:00
### Bug Fixes:
2020-06-03 01:41:48 +12:00
2020-07-25 09:35:28 +12:00
- dialyzer warnings
2020-06-03 01:41:48 +12:00
2020-07-25 09:35:28 +12:00
- honor the `authorize?` flag
2020-06-03 00:53:36 +12:00
2020-07-21 14:05:54 +12:00
### Improvements:
2020-06-03 00:53:36 +12:00
2020-07-25 09:35:28 +12:00
- add `date` support (#68)
## [v0.3.0](https://github.com/ash-project/ash/compare/0.2.0...v0.3.0) (2020-06-05)
### Features:
- remove name/type from ash core
### Bug Fixes:
- account for action/actor args to interface
- remove the rest of the deps on name/type
- add `resource_module?/1` back to `Ash`
## [v0.2.0](https://github.com/ash-project/ash/compare/0.1.9...v0.2.0) (2020-06-05)
### Features:
- use option schemas in the interface (#30)
## [v0.1.9](https://github.com/ash-project/ash/compare/0.1.8...v0.1.9) (2020-06-04)
### Bug Fixes:
- references to error handling code
- fix empty filter checks
## [v0.1.8](https://github.com/ash-project/ash/compare/0.1.7...v0.1.8) (2020-06-02)
This release is a test of our automatic hex.pm package publishing
## [v0.1.7](https://github.com/ash-project/ash/compare/0.1.6...v0.1.7) (2020-06-02)
This release is a test of our automatic hex.pm package publishing
## [v0.1.6](https://github.com/ash-project/ash/compare/0.1.5...v0.1.6) (2020-06-02)
This release is a test of our automatic hex.pm package publishing
## [v0.1.5](https://github.com/ash-project/ash/compare/0.1.4...v0.1.5) (2020-06-02)
2020-06-03 00:39:31 +12:00
2020-07-25 09:35:28 +12:00
This release is a test of our automatic hex.pm package publishing
2020-06-03 00:39:31 +12:00
2020-07-25 09:35:28 +12:00
## [v0.1.4](https://github.com/ash-project/ash/compare/0.1.3...v0.1.4) (2020-06-02)
2020-06-02 18:41:10 +12:00
2020-07-25 09:35:28 +12:00
This release covers the initial linting/dialyzing improvements
2020-06-02 18:41:10 +12:00
2020-07-25 09:35:28 +12:00
## (2020-06-01)
2020-06-01 17:19:07 +12:00
2020-07-25 09:35:28 +12:00
### Changelog Begins