Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-07-05 | 11.3 kB | |
v0.10.0.tar.gz | 2020-07-05 | 118.2 kB | |
v0.10.0.zip | 2020-07-05 | 131.5 kB | |
Totals: 3 Items | 261.0 kB | 0 |
v0.10.0 (2020-07-05)
Breaking Change π₯
- #608 Do not pass parameters if we can't parse them. (@IvanGoncharov)
- #622 Sync TS typings with Flow typings (@danielrearden)
- #624 Flow cleanup typings (@IvanGoncharov)
- #626 Convert CommonJS module syntax to ES6 (@danielrearden)
- #638 Drop support for TS < 3.4 (@IvanGoncharov)
New Feature π
- #653 Allow
extensions
callback to returnundefined
(@IvanGoncharov) - #664 Update GraphiQL and expose 'headerEditorEnabled' property (@IvanGoncharov)
Bug Fix π
- #565 Fix GraphiQL font rendering (@sjparsons)
- #591 TS: Allow to pass object as graphiql option (@juffalow)
- #594 Fix customExecuteFn return type (@felixputera)
- #629 Fix type for extensions option (@danielrearden)
- #646 Fix RequestInfo typings (@danielrearden)
Docs π
3 PRs were merged
* [#585](https://github.com/graphql/express-graphql/pull/585) Update npm install command (deprecated --dev option) ([@738](https://github.com/738)) * [#627](https://github.com/graphql/express-graphql/pull/627) Update README.md ([@danielrearden](https://github.com/danielrearden)) * [#649](https://github.com/graphql/express-graphql/pull/649) Update README to show how to disable introspection ([@danielrearden](https://github.com/danielrearden))Polish π
23 PRs were merged
* [#568](https://github.com/graphql/express-graphql/pull/568) Enable more Flow lint checks ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#595](https://github.com/graphql/express-graphql/pull/595) docs(README): fix missing word ([@dandv](https://github.com/dandv)) * [#607](https://github.com/graphql/express-graphql/pull/607) Switch to null coalescing operator ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#609](https://github.com/graphql/express-graphql/pull/609) Make few check more explicit ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#611](https://github.com/graphql/express-graphql/pull/611) Convert all throwed errors to `httpError` ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#613](https://github.com/graphql/express-graphql/pull/613) Rewrite code to fully use async/await ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#617](https://github.com/graphql/express-graphql/pull/617) Sync ESLint with 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#618](https://github.com/graphql/express-graphql/pull/618) TS: enable linting on types ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#620](https://github.com/graphql/express-graphql/pull/620) Migrate from legacy API to URLSearchParams ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#628](https://github.com/graphql/express-graphql/pull/628) Refactor TS declaration files ([@danielrearden](https://github.com/danielrearden)) * [#630](https://github.com/graphql/express-graphql/pull/630) Add missing parameter types ([@danielrearden](https://github.com/danielrearden)) * [#631](https://github.com/graphql/express-graphql/pull/631) http-test: clean up framework specific wrappers ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#632](https://github.com/graphql/express-graphql/pull/632) Simplify getGraphQLParams ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#633](https://github.com/graphql/express-graphql/pull/633) http-test: simplify a bit ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#640](https://github.com/graphql/express-graphql/pull/640) Convert tests to TS ([@danielrearden](https://github.com/danielrearden)) * [#641](https://github.com/graphql/express-graphql/pull/641) Fix supertest usage inside tests ([@danielrearden](https://github.com/danielrearden)) * [#642](https://github.com/graphql/express-graphql/pull/642) Switch to alternative format for type imports ([@danielrearden](https://github.com/danielrearden)) * [#643](https://github.com/graphql/express-graphql/pull/643) Fix middleware thunk test ([@danielrearden](https://github.com/danielrearden)) * [#645](https://github.com/graphql/express-graphql/pull/645) Modify file upload test ([@danielrearden](https://github.com/danielrearden)) * [#650](https://github.com/graphql/express-graphql/pull/650) Improve test coverage ([@danielrearden](https://github.com/danielrearden)) * [#657](https://github.com/graphql/express-graphql/pull/657) ESLint: enable checking of 'examples' dir ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#659](https://github.com/graphql/express-graphql/pull/659) Update graphqlMiddleware and parseBody ([@danielrearden](https://github.com/danielrearden)) * [#661](https://github.com/graphql/express-graphql/pull/661) Add cspell checker ([@IvanGoncharov](https://github.com/IvanGoncharov))Internal π
17 PRs were merged
* [#604](https://github.com/graphql/express-graphql/pull/604) resources: sync up with 'graphql-js' scripts ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#605](https://github.com/graphql/express-graphql/pull/605) Update babel ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#606](https://github.com/graphql/express-graphql/pull/606) babel: Switch to using `babel-env` ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#619](https://github.com/graphql/express-graphql/pull/619) ESLint: sync 'eslint-internal-rules' with 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#621](https://github.com/graphql/express-graphql/pull/621) package.json: sync with `graphql-js` ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#634](https://github.com/graphql/express-graphql/pull/634) Switch to NPM ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#635](https://github.com/graphql/express-graphql/pull/635) Switch to GitHub Actions ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#636](https://github.com/graphql/express-graphql/pull/636) Swith from coveralls to codecov ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#637](https://github.com/graphql/express-graphql/pull/637) Replace 'dtslint' with TS integration test ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#639](https://github.com/graphql/express-graphql/pull/639) Sync up .gitignore with 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#644](https://github.com/graphql/express-graphql/pull/644) nyc: remove unused exclude config option ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#651](https://github.com/graphql/express-graphql/pull/651) workflows: check commit for ignored files ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#654](https://github.com/graphql/express-graphql/pull/654) nyc: require 100% coverage ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#655](https://github.com/graphql/express-graphql/pull/655) ESLint: enable 'no-promise-executor-return' check ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#656](https://github.com/graphql/express-graphql/pull/656) Sync up config files with 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#662](https://github.com/graphql/express-graphql/pull/662) Sync up GitHub actions with 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#663](https://github.com/graphql/express-graphql/pull/663) Move showStats function to utils ([@danielrearden](https://github.com/danielrearden))Dependency π¦
16 PRs were merged
* [#566](https://github.com/graphql/express-graphql/pull/566) Update prettier ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#567](https://github.com/graphql/express-graphql/pull/567) Update Flow to v0.112 ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#569](https://github.com/graphql/express-graphql/pull/569) Update 'graphql' to 14.5.8 ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#570](https://github.com/graphql/express-graphql/pull/570) Update bunch of deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#571](https://github.com/graphql/express-graphql/pull/571) Update ESLint ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#572](https://github.com/graphql/express-graphql/pull/572) Update GraphiQL to v0.14 ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#599](https://github.com/graphql/express-graphql/pull/599) Use fixed versions for all devDependencies ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#601](https://github.com/graphql/express-graphql/pull/601) Update prettier ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#602](https://github.com/graphql/express-graphql/pull/602) Update flow ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#603](https://github.com/graphql/express-graphql/pull/603) Update flow ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#614](https://github.com/graphql/express-graphql/pull/614) Update GraphiQL and its deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#615](https://github.com/graphql/express-graphql/pull/615) Update 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#616](https://github.com/graphql/express-graphql/pull/616) Update TS deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#623](https://github.com/graphql/express-graphql/pull/623) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#648](https://github.com/graphql/express-graphql/pull/648) Update restify ([@danielrearden](https://github.com/danielrearden)) * [#652](https://github.com/graphql/express-graphql/pull/652) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov))Committers: 7
- Dan Dascalescu(@dandv)
- Daniel Rearden(@danielrearden)
- Felix Putera(@felixputera)
- Ivan Goncharov(@IvanGoncharov)
- Junwoo Ji(@738)
- Matej Jellus(@juffalow)
- Sam Parsons(@sjparsons)