Releases: marmelab/json-graphql-server
Releases · marmelab/json-graphql-server
v2.3.0
- Update dependencies
v2.2.3
- Add create many (vantreeseba)
- Fix issue with Remove and Create function not incrementing the ID (underscore05)
- Bump ssri from 6.0.1 to 6.0.2 (dependabot)
- Add neq filter (vantreeseba)
- Fix remove return type (vantreeseba)
- Add hostname cli parameter (vantreeseba)
v2.2.2
- Upgrade dependencies due to security warning
v2.2.1
- Upgrade dependencies due to security warning
v2.2.0
- Upgrade dependencies
- Better handling of string IDs
- Don't remove any entities when you try to remove a nonexistent entity
- Add support + docs for exporting the GraphQLSchema
v2.1.3
- Fix vulnerabilities reported by npm audit
v2.1.1
v2.0.1
v2.0.0
Changes
- Add ability to specify port for
json-graphql-server
binary throughNODE_PORT
djhi - Fix meta queries filter parameter djhi
- Fix usage for fetch djhi
- Fix for calling update multiple times sioked
Breaking changes
On client side, the function returned by getHandler
now has the same signature as fetch
: (url, options)
. It can be used the same way as before with fetch-mock
.