Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.11.0](v1.10.0...v1.11.0) (2020-11-04) ### Bug Fixes * Node 10 is the min supported version ([19844d7](19844d7)) * Support more `graphql` versions ([de69b4e](de69b4e)) * **server:** Close socket if `onSubscribe` returns invalid array ([#53](#53)) ([0464a54](0464a54)) * **server:** Consistently set `rootValue` and `contextValue`, if not overridden ([#49](#49)) ([7aa3bcd](7aa3bcd)) * **server:** Distribute server error to all clients even if one error listener throws ([#56](#56)) ([b96dbb9](b96dbb9)) * **server:** Don't surface bad request error details in production ([#55](#55)) ([70317b2](70317b2)) ### Features * `cjs`, `esm` and `umd` builds with minification and compression for the browser ([#58](#58)) ([ebb8dfe](ebb8dfe)) ### Performance Improvements * Reduce runtime prototype traversal for hasOwnProperty ([#52](#52)) ([1bb9218](1bb9218))
- Loading branch information