Releases: kenneth-gray/data-mocks-server
Releases · kenneth-gray/data-mocks-server
v9.0.0
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
8.3.0 (2021-01-06)
Bug Fixes
Features
- add PATCH to list of allowed HTTP verbs (fb0b6d9), closes #31
v8.2.0
8.2.0 (2020-10-24)
Features
- added additional submit buttons to the top of the scenarios UI (748f11e)
v8.1.0
8.1.0 (2020-10-24)
Features
- extended updateContext so that it can also accept a function (78398bd)
v8.0.1
UNPUBLISHED
This release was unpublished, because the documentation was incorrect.
8.0.1 (2020-10-24)
v8.0.0
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
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
6.0.1 (2020-02-09)
Bug Fixes
- allow operations of the same name but different types to co-exist (4890f70)
v6.0.0
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.