ash_graphql/CHANGELOG.md

120 lines
1.9 KiB
Markdown
Raw Normal View History

2020-08-14 10:55:34 +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-28 19:19:41 +13:00
## [v0.5.0](https://github.com/ash-project/ash_graphql/compare/v0.4.0...v0.5.0) (2020-10-28)
### Features:
* support multitenancy (#7)
2020-10-10 14:29:36 +13:00
## [v0.4.0](https://github.com/ash-project/ash_graphql/compare/v0.3.2...v0.4.0) (2020-10-10)
### Features:
* update to latest ash
### Bug Fixes:
* fix usage of new Ash.Query.filter/2
2020-09-29 02:42:46 +13:00
## [v0.3.2](https://github.com/ash-project/ash_graphql/compare/v0.3.1...v0.3.2) (2020-09-28)
### Bug Fixes:
* set api_opts properly
2020-09-29 02:19:14 +13:00
## [v0.3.1](https://github.com/ash-project/ash_graphql/compare/v0.3.0...v0.3.1) (2020-09-28)
### Bug Fixes:
* dataloader errors w/ associations
2020-09-24 13:04:05 +12:00
## [v0.3.0](https://github.com/ash-project/ash_graphql/compare/v0.2.1...v0.3.0) (2020-09-24)
### Features:
* rewrite with dataloader
* rewrite with dataloader
### Bug Fixes:
* use module name specific to the api
* support booleans
2020-08-27 06:05:15 +12:00
## [v0.2.1](https://github.com/ash-project/ash_graphql/compare/v0.2.0...v0.2.1) (2020-08-26)
### Bug Fixes:
* use `InputObjectDefinition` for relationship change
2020-08-18 17:55:41 +12:00
## [v0.2.0](https://github.com/ash-project/ash_graphql/compare/v0.1.3...v0.2.0) (2020-08-18)
### Features:
* update to latest ash
2020-08-17 19:01:34 +12:00
## [v0.1.3](https://github.com/ash-project/ash_graphql/compare/v0.1.2...v0.1.3) (2020-08-17)
### Bug Fixes:
* don't add graphql types if API doesn't compile
2020-08-15 02:20:58 +12:00
## [v0.1.2](https://github.com/ash-project/ash_graphql/compare/v0.1.1...v0.1.2) (2020-08-14)
### Bug Fixes:
* get mix check passing
* include initial files
2020-08-15 02:20:47 +12:00
## [v0.1.1](https://github.com/ash-project/ash_graphql/compare/v0.1.0...v0.1.1) (2020-08-13)
### Bug Fixes:
* include initial files
2020-08-14 10:55:34 +12:00
## [v0.1.0](https://github.com/ash-project/ash_graphql/compare/v0.1.0...v0.1.0) (2020-08-13)
### Features:
* initial POC release