Skip to content

Releases: kenneth-gray/data-mocks-server

v9.0.1

27 Oct 17:36
6982048
Compare
Choose a tag to compare

9.0.1 (2021-10-27)

v9.0.0

14 Feb 15:32
6451e5b
Compare
Choose a tag to compare

9.0.0 (2021-02-14)

Features

  • allow server to run in a central location without selected scenarios affecting all users (3ff92a6), closes #33

BREAKING CHANGES

  • Exported types have been limited to the essentials, rather than exposing all
    internal types

v8.3.0

06 Jan 17:24
fc9ccf3
Compare
Choose a tag to compare

8.3.0 (2021-01-06)

Bug Fixes

Features

  • add PATCH to list of allowed HTTP verbs (fb0b6d9), closes #31

v8.2.0

24 Oct 14:35
976b5b9
Compare
Choose a tag to compare

8.2.0 (2020-10-24)

Features

  • added additional submit buttons to the top of the scenarios UI (748f11e)

v8.1.0

24 Oct 13:16
1647b49
Compare
Choose a tag to compare

8.1.0 (2020-10-24)

Features

  • extended updateContext so that it can also accept a function (78398bd)

v8.0.1

24 Oct 12:13
Compare
Choose a tag to compare

UNPUBLISHED

This release was unpublished, because the documentation was incorrect.

8.0.1 (2020-10-24)

v8.0.0

16 Feb 01:26
Compare
Choose a tag to compare

8.0.0 (2020-02-16)

Features

  • reduced what's accessible from response functions (546e53b)

BREAKING CHANGES

  • GraphQL response functions only have access to variables, context and updateContext
    (query and operationName removed). HTTP response functions only have access to body, query, params,
    context and updateContext (all other express request fields removed).

v7.0.0

15 Feb 16:16
63f1d28
Compare
Choose a tag to compare

7.0.0 (2020-02-15)

Bug Fixes

  • parsing of GraphQL AST improved so that the operation type and name check is correct (976c1b7)

BREAKING CHANGES

  • Stricter checks when checking for operation names. They must be specified
    when more than one operation is present. They must be found in the submitted operations.

v6.0.1

09 Feb 15:33
dba9c43
Compare
Choose a tag to compare

6.0.1 (2020-02-09)

Bug Fixes

  • allow operations of the same name but different types to co-exist (4890f70)

v6.0.0

09 Feb 02:39
3b4a0ea
Compare
Choose a tag to compare

6.0.0 (2020-02-09)

Bug Fixes

  • graphQL operations now match on url, operation name and operation type (720661f)

BREAKING CHANGES

  • The server will now respond with a 404 if the operation type does not match.