Releases: marmelab/json-graphql-server
Releases · marmelab/json-graphql-server
v3.1.2
3.1.1
3.1.0
3.0.1
Fix broken 3.0.0 release
3.0.0
Note This release is buggy, please use 3.0.1 instead.
- Drop Node <= 18 support
- Fix Date as string type cannot be compared to date string
- Update dependencies (now supports GraphQL 16)
- Update documentation
2.4.0
- Allow to use _gt and _lt filters with strings (#166) (djhi)
- Fix CLI host parameter short name (#157) (minupalaniappan)
- Add full name arguments (#155) (moritzbrantner)
- Bump express from 4.17.3 to 4.19.2 (#165) (dependabot)
- Bump semver from 5.7.1 to 5.7.2 (#163) (dependabot)
- Bump @babel/traverse from 7.9.5 to 7.23.2 (#162) (dependabot)
- Bump word-wrap from 1.2.3 to 1.2.5 (#161) (dependabot)
- Bump browserify-sign from 4.0.4 to 4.2.2 (#160) (dependabot)
- Bump cookiejar from 2.1.2 to 2.1.4 (#153) (dependabot)
- Bump json5 from 1.0.1 to 1.0.2 (#152) (dependabot)
- Bump express from 4.17.1 to 4.17.3 (#149) (dependabot)
- Bump qs from 6.5.2 to 6.5.3 (#148) (dependabot)
- Bump minimatch from 3.0.4 to 3.1.2 (#147) (dependabot)
- Bump decode-uri-component from 0.2.0 to 0.2.2 (#146) (dependabot)
2.3.2
What's Changed
- Fix usage examples in Readme, closed issues link in Contributing, prettier config and version by @slax57 in #138
- Add ISO string Date support by @slax57 in #139
- Fix createMany Input Type requiring an id by @slax57 in #141
- Export get plain schema, modify readme with example. by @vantreeseba in #117
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #124
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #126
- Bump ajv from 6.12.2 to 6.12.6 by @dependabot in #135
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #137
- Bump browserslist from 4.12.0 to 4.19.1 by @dependabot in #134
- Bump ws from 7.2.3 to 7.5.8 by @dependabot in #140
- Bump terser from 4.6.11 to 4.8.1 by @dependabot in #142
New Contributors
Full Changelog: v2.3.1...v2.3.2
2.3.1
- Revert upgrade dependencies
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)