This repository has been archived by the owner on May 26, 2023. It is now read-only.
Releases: apollographql/graphql-js
Releases · apollographql/graphql-js
v14.5.0
Published to https://www.npmjs.com/package/@apollo/graphql/v/14.5.0
Changes:
- 3b43c8a 14.5.0
- 8cd6edc Merge pull request #8 from apollographql/no-throw-on-duplicate
- bef209d Export the instanceOf function
- ffd86fa Silence build output during double dependency test
- 9ae0995 Use an instanceOf that warns instead of throwing on duplicate modules
This list of changes was auto generated.
v14.4.5
Published to https://www.npmjs.com/package/@apollo/graphql/v/14.4.5
Changes:
- efeac65 Fix release pipeline directory
- 04df5cf 14.4.5
- 8f4e0a6 Add Azure release pipeline to yaml (#7)
- 3fc10e2 Merge pull request #5 from apollographql/apollo-readme
- 9737aa5 Remove yarn reference
- 47d211d Use Apollo language in README
This list of changes was auto generated.
v14.4.4
Published to https://www.npmjs.com/package/@apollo/graphql/v/14.4.4
Changes:
- 55da633 14.4.4
- dc983af Move void -> undefiend
- 9d086b0 Update URL in readme
- b61a6e6 Add Apollo Contributor guidelines
- bd334cd 14.4.3
This list of changes was auto generated.
v14.4.3
Published to https://www.npmjs.com/package/@apollo/graphql/v/14.4.3
Changes:
- 1cacd47 14.4.3
- 02f4f46 Merge pull request #3 from apollographql/gradual-ts
- 3c69215 Add TS contribution instructions to README
- 1754ecf Add azure pipelines triggers
- 45da517 Convert parser.js to parser.ts
- 112c3c2 Add tsc build scripts
- be6cd67 Add .d.ts files from DefinitelyTyped
- 72f0c05 Add npm badge
This list of changes was auto generated.
v14.4.2
Published to https://www.npmjs.com/package/@apollo/graphql/v/14.4.2
Changes:
- 2858f04 Merge pull request #2 from apollographql/make-package-public
- 8a34a86 Make package public
- b41f22b Set up CI with Azure Pipelines (#1)
- 901c4e7 definitions: make constructed fields non-optional (graphql#2091) [ graphql#2089 ]
- 7782190 type definitions: Use consistent order for public fields (graphql#2090)
- 0105d92 definition: replace object spread with explicit assignments (graphql#2089) [ graphql#1527 ]
- b113ef7 benchmark: collect memory usage per operation (graphql#2088)
- 0cd1903 benchmark: use version specific babel (graphql#2087)
- d78b445 GraphQLSchema: simplify
getPossibleTypes
&isPossibleType
(graphql#2086) - d9f959e starWarsIntrospection-test: cleanup + add explanation comment (graphql#2085)
See more
- cd9fc8e GraphQLSchema: Remove unneeded recursion during type collection (graphql#2083)
- 89f9f72 Convert type definitions subtypes to be exact (graphql#2082) [ graphql#1527 ]
- f85d9b6 Update Flow to 0.105 (graphql#2080)
- e591e95 Add benchmark for validating invalid query (graphql#2079) [ graphql#2074 ]
- ebcdfd2 getVariableValues: improve coverage of 'maxErrors' (graphql#2078)
- d4ccf67 validation-test: remove unneeded 'specifiedRules' (graphql#2077)
- 14f260b Limits errors in getVariableValues() (graphql#2062) [ graphql#2037 ]
- 18371cb coverage: remove not essential 'istanbul ignore's (graphql#2076)
- 6adb527 inspect: correctly handle custom objects without class name (graphql#2075)
- 37c527d coverage: Fixed coverage bug introduced in graphql#2067 (graphql#2071)
- 5e986eb Make npm scripts for prettier run on Windows (graphql#2072)
- 392db5a Simplify parser, avoid extra function call (graphql#2073)
- ce8b4cd coverage: Fixed coverage bug introduced in graphql#2067 (graphql#2070)
- d130a60 parser: Inline 'parseExecutableDefinition' to simplify code (graphql#2069)
- b13f283 parser: Extract 'optionalMany' utility function (graphql#2068)
- a5bbe71 Convert all non-reachable exceptions into invariants (graphql#2067)
- e58762a Use 'invariant' only for real invariants, add 'devAssert' for t… (graphql#2066)
- ebcc754 Remove 'invariant' calls from 'stripIgnoredCharacters' tests (graphql#2065)
- 91a4be2 invariant: improve code that babel outputs (graphql#2064)
- dea6028 Remove useless invariant since 'serialize' is always exist (graphql#2063)
- 168570f change 'CoercedVariableValues' to disjoint union (graphql#2061)
- e67f2e5 Using direct imports in test files (graphql#2060)
- 5c9946b Sort imports in all JS files (graphql#2059)
- fc4058d flow: Enable 'uninitialized-instance-property' lint (graphql#2058)
- e6725de Update Flow to 0.104 (graphql#2057)
- b82e5a6 buildExecutionContext: simplify errors handling (graphql#2054)
- 52820eb jsutils: Add generic Path implementation (graphql#2053)
- dae9f87 coerceValue: Simplify path printing (graphql#2052)
- 38cee97 Make getArgumentValues/getVariableValues algorithm linear (graphql#2051)
- 18f1f79 Simplify coercion algorithm in getVariableValues/getArgumentValues (graphql#2050)
- bb07ecc Remove useless check since args are always array (can be empty) (graphql#2049)
- 670bbac coerceValues: correctly handle NaN and similar values (graphql#2047)
- bbab902 Enable 'flowlint deprecated-type' (graphql#2046)
- 166317a test: Fully cover 'coerceValue' function with tests (graphql#2045)
- a6f822e Update deps (graphql#2043)
- 2a66440 Add tests for parseValue & parseLiteral of std scalars (graphql#2042)
- adb5292 Update Babel (graphql#2040)
- bad0a69 benchmark: improve reproducibility (graphql#2039)
- 3cd06f1 gen-changelog: remove hardcoded GitHub org and repo (graphql#2035)
- 49d86bb Cleanup leftovers of CI publishing (graphql#2034)
- 83cb5ff Run prettier on all files in repo (graphql#2033)
- 08b8503 ESLint: Enable flowtype/no-existential-type rule (graphql#2032)
- b40291f Remove use of existential type in validation tests (graphql#2031)
- ae34ef9 Update deps (graphql#2030)
- 7de6d85 Parser: group internal methods into a class to share lexer & op… (graphql#2028)
- ef28874 Flow: Remove unnecessary type annotations (graphql#2027)
- 17990cb Flow: Remove unussed '$FlowIssue' (graphql#2026)
- d05c983 Move 'getTokenDesc' into parser (graphql#2025)
- 1fd4a22 parser: Remove unnecessary export on internal function (graphql#2024)
- e3b5f82 parser: simplify 'many' utility function (graphql#2023)
- 639d14d Update deps (graphql#2022)
- 7431197 Benchmark: simplify code (graphql#2021)
- 4600e1d Benchmark: Inline code from benchmark.js (graphql#2019)
- 758d08a Travis: Run gitdeploy only on pushes to master (graphql#2016)
- fd97652 Flow: Remove some of the 'existential type' usages (graphql#2015)
- a5a9aa3 Mark as private to prevent accidential publishing of root 'pack… (graphql#2013)
- 2afbf0b Fix build after graphql#1467 (graphql#2014)
- d4a1362 Make error handling consistent in createSourceEventStream (graphql#1467)
- 6faa515 v14.4.2
- 1493122 Correctly add modified 'version.js' to release commit (graphql#2011)
- cbd5c95 Defensively verify that Symbol.for is available (graphql#2009) [ graphql#2007 ]
- 16db20c Flow: Remove deprecated 'Function' type (graphql#2008)
- 72bd71e buildClientSchema: add test for missing standard scalar (graphql#2006)
- 3c54315 v14.4.1
- fde76bd Travis: remove Node.js v11 from test matrix (graphql#2004)
- 7d3fa94 Travis: Disable automatic publishing on NPM (graphql#2003)
- edd925b Mark user-provided 'variableValues' as read-only (graphql#2002)
- 9b2e626 Switch some of arguments from
Array
to$ReadOnlyArray
(graphql#2001) - 27f695e dedent: Simplify and remove unused features (graphql#2000)
- 7c20807 changelog: Remove duplicate PRs (graphql#1999)
- 1710fb0 Add "postversion" step to commit changed files (graphql#1998)
- 16f5ca0 v14.4.0
- 610de0e Update NPM token inside '.travis.yml' (graphql#1996)
- 4899187 Improve typings for 'toJSONDeep' function (graphql#1995)
- 2a0dcd9 Improve Flow typing for 'memoize3' (graphql#1994)
- e6d2c5a Update Flow to v0.102 (graphql#1993)
- 857682a Change formatting of '.travis.yml'. Continuation of 2b9d571 (graphql#1992)
- 2b9d571 Change formating of '.travis.yml' to better match output of Tra… (graphql#1991)
- a1b1292 Update deps
- d8c1dfd printLocation: Add special support for minified documents
- e171bbc printLocation: Use vertical bar as number column delimiter
- b904859 Add test for didYouMean with sub-message (graphql#1988)
- a9a21f3 Extract 'printLocation' & 'printSourceLocation' functions (graphql#1984)
- 3ddf148 printError shouldn't return trailing new line (graphql#1983)
- 84b416f printError: improve coverage (graphql#1982)
- 3a71d3e Move TokenKind into separate file to solve cycle import (graphql#1981)
- 2787f27 Correct imports to use direct paths instead of relying on 'index.js' (graphql#1980)
- f6fffa3 Flow: switch to new '...' syntax for inexact objects (graphql#1978)
- 7eb38ea buildClientSchema: improve coverage (graphql#1977)
- a0eaaa9 inspect-test: remove $FlowFixMe (graphql#1976)
- a097125 inspect-test: Improve coverage (graphql#1975)
- 91d673f buildClientSchema: add dev check for invalid introspection argument (graphql#1974) [ graphql#1970 ]
- 42ef363 Extract 'isObjectLike' utility function (graphql#1973)
- b31099e inspect: Handle 'nu...