Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-11-19 | 4.8 kB | |
v0.12.0.tar.gz | 2020-11-19 | 101.3 kB | |
v0.12.0.zip | 2020-11-19 | 113.6 kB | |
Totals: 3 Items | 219.7 kB | 0 |
v0.12.0 (2020-11-19)
Bug Fix 🐞
- #715 Use HTTP code of underlying errors (@IvanGoncharov)
- #716 Wrap HttpError into GraphQLError (@IvanGoncharov)
Polish 💅
4 PRs were merged
* [#658](https://github.com/graphql/express-graphql/pull/658) Convert remaining files to TypeScript ([@danielrearden](https://github.com/danielrearden)) * [#677](https://github.com/graphql/express-graphql/pull/677) Improve TS type coverage ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#713](https://github.com/graphql/express-graphql/pull/713) ESLint: enable more checks ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#718](https://github.com/graphql/express-graphql/pull/718) Switch to using 'devAssert' similar to `graphql-js` ([@IvanGoncharov](https://github.com/IvanGoncharov))Internal 🏠
16 PRs were merged
* [#676](https://github.com/graphql/express-graphql/pull/676) Cleanup from Flow and Babel ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#680](https://github.com/graphql/express-graphql/pull/680) integrationTests: test built package on all supported node versions ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#682](https://github.com/graphql/express-graphql/pull/682) ESLint: enable lint rules that were temporary disabled ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#683](https://github.com/graphql/express-graphql/pull/683) build: rename dist directory to match 'graphql-js' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#684](https://github.com/graphql/express-graphql/pull/684) eslint: unify tests and integrationTests overrides ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#690](https://github.com/graphql/express-graphql/pull/690) integrationTests: add TS 4.0 ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#692](https://github.com/graphql/express-graphql/pull/692) integrationTests: minimise test logs ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#695](https://github.com/graphql/express-graphql/pull/695) LICENSE: Remove year from copyright ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#706](https://github.com/graphql/express-graphql/pull/706) LICENSE: Remove year from copyright ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#708](https://github.com/graphql/express-graphql/pull/708) build: change to 'build' to 'build:npm' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#709](https://github.com/graphql/express-graphql/pull/709) CI: test on node 15 ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#710](https://github.com/graphql/express-graphql/pull/710) TS: Add more checks/validations into 'tsconfig.json' ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#711](https://github.com/graphql/express-graphql/pull/711) integrationTests: sync with graphql-js ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#712](https://github.com/graphql/express-graphql/pull/712) build: add support for experimental releases ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#717](https://github.com/graphql/express-graphql/pull/717) test: log TS errors but run tests ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#723](https://github.com/graphql/express-graphql/pull/723) Run tests before release ([@IvanGoncharov](https://github.com/IvanGoncharov))Dependency 📦
7 PRs were merged
* [#681](https://github.com/graphql/express-graphql/pull/681) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#689](https://github.com/graphql/express-graphql/pull/689) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#694](https://github.com/graphql/express-graphql/pull/694) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#707](https://github.com/graphql/express-graphql/pull/707) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#714](https://github.com/graphql/express-graphql/pull/714) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#719](https://github.com/graphql/express-graphql/pull/719) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov)) * [#722](https://github.com/graphql/express-graphql/pull/722) Update deps ([@IvanGoncharov](https://github.com/IvanGoncharov))Committers: 2
- Daniel Rearden(@danielrearden)
- Ivan Goncharov(@IvanGoncharov)