ash_graphql/CHANGELOG.md
2020-10-09 21:29:36 -04:00

1.8 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.4.0 (2020-10-10)

Features:

  • update to latest ash

Bug Fixes:

  • fix usage of new Ash.Query.filter/2

v0.3.2 (2020-09-28)

Bug Fixes:

  • set api_opts properly

v0.3.1 (2020-09-28)

Bug Fixes:

  • dataloader errors w/ associations

v0.3.0 (2020-09-24)

Features:

  • rewrite with dataloader

  • rewrite with dataloader

Bug Fixes:

  • use module name specific to the api

  • support booleans

v0.2.1 (2020-08-26)

Bug Fixes:

  • use InputObjectDefinition for relationship change

v0.2.0 (2020-08-18)

Features:

  • update to latest ash

v0.1.3 (2020-08-17)

Bug Fixes:

  • don't add graphql types if API doesn't compile

v0.1.2 (2020-08-14)

Bug Fixes:

  • get mix check passing

  • include initial files

v0.1.1 (2020-08-13)

Bug Fixes:

  • include initial files

v0.1.0 (2020-08-13)

Features:

  • initial POC release