Skip to content

Releases: kloeckner-i/ember-cli-mirage-graphql

Release v0.3.3

02 Jun 16:58
Compare
Choose a tag to compare

This release updates handlers to allow for passing in instances of GraphQLSchema. This is useful for cases where you might want to merge multiple schemas.

CHANGELOG

  • #49 [FEATURE] Allow GraphQLSchema instances to be passed to handlers

Release v0.3.2

04 May 08:09
Compare
Choose a tag to compare

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

  • #44 [MAINTENANCE] Bump jquery from 3.4.1 to 3.5.0
  • #45 [BUGFIX] Handle mutation that returns an array
  • #46 [MAINTENANCE] Update acorn, kind-of, minimist and serialize-javascript dependencies

Release v0.3.1

14 Apr 12:19
Compare
Choose a tag to compare

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

26 Feb 22:00
Compare
Choose a tag to compare

This release adds some support for GraphQL union types.

CHANGELOG

  • #41 [FEATURE] Union type check

Release v0.2.2

25 Nov 09:36
Compare
Choose a tag to compare

This release updates the clean-css dependency to avoid a vulnerability.

CHANGELOG

  • #35 [MAINTENANCE] Update clean-css dependency

Release v0.2.1

11 Nov 14:14
Compare
Choose a tag to compare

This release introduces a new feature that allows custom scalar types to be mocked.

CHANGELOG

  • #32 [FEATURE] Custom scalar support

Release v0.2.0

11 Nov 14:13
Compare
Choose a tag to compare

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

03 Nov 13:35
Compare
Choose a tag to compare

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

18 Oct 06:14
Compare
Choose a tag to compare

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

01 Aug 07:41
Compare
Choose a tag to compare

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