Releases: kloeckner-i/ember-cli-mirage-graphql
Releases · kloeckner-i/ember-cli-mirage-graphql
Release v0.3.3
Release v0.3.2
This release updates 5 dependencies and fixes a bug where the return type for mutations could not be found if it was a list.
CHANGELOG
Release v0.3.1
This release fixes a bug where this addon could not be used as a runtime dependency.
CHANGELOG
- #43 [BUGFIX] Fix using the addon as a runtime dependency of another addon
Release v0.3.0
Release v0.2.2
This release updates the clean-css dependency to avoid a vulnerability.
CHANGELOG
- #35 [MAINTENANCE] Update clean-css dependency
Release v0.2.1
This release introduces a new feature that allows custom scalar types to be mocked.
CHANGELOG
- #32 [FEATURE] Custom scalar support
Release v0.2.0
This release brings the Ember version of the add-on up to 3.14.
CHANGELOG
- #33 [MAINTENANCE] Upgrade Ember (3.14)
Release v0.1.3
This release includes a small bug fix so non-null lists of non-null types are properly unwrapped.
CHANGELOG
- #31 [BUGFIX] Unwrap type for non-null lists of non null items
Release v0.1.2
This release includes a small bug fix so you can omit options when calling createGraphQLHandler.
CHANGELOG
- #28 [BUGFIX] Allow createGraphQLHandler() to be used without options
Release v0.1.1
This release includes a small bug fix so non-null field types are correctly found in Mirage's DB.
Changelog
- #24 [BUGFIX] Unwrap non-null types when computing table name