Skip to content

Commit df1b575

Browse files
committed
Changed CHANGELOG documentation links to documentation site
1 parent 6fdcfd9 commit df1b575

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,19 @@ This release brings several breaking changes. Please refer to [UPGRADE](UPGRADE.
55

66
New features and notable changes:
77
- Changed minimum PHP version from 5.4 to 5.5
8-
- Lazy loading of types without separate build step (see #69, see [docs](docs/type-system/schema.md#lazy-loading-of-types))
9-
- PSR-7 compliant Standard Server (see [docs](docs/executing-queries.md#using-server))
10-
- New default error formatting, which does not expose sensitive data (see [docs](docs/error-handling.md))
11-
- Ability to define custom error handler to filter/log/re-throw exceptions after execution (see [docs](docs/error-handling.md#custom-error-handling-and-formatting))
12-
- Allow defining schema configuration using objects with fluent setters vs array (see [docs](docs/type-system/schema.md#using-config-class))
13-
- Allow serializing AST to array and re-creating AST from array lazily (see [docs](docs/reference.md#graphqlutilsast))
14-
- [Apollo-style](https://dev-blog.apollodata.com/query-batching-in-apollo-63acfd859862) query batching support via server (see [docs](docs/executing-queries.md#query-batching))
8+
- Lazy loading of types without separate build step (see #69, see [docs](http://webonyx.github.io/graphql-php/type-system/schema/#lazy-loading-of-types))
9+
- PSR-7 compliant Standard Server (see [docs](http://webonyx.github.io/graphql-php/executing-queries/#using-server))
10+
- New default error formatting, which does not expose sensitive data (see [docs](http://webonyx.github.io/graphql-php/error-handling/))
11+
- Ability to define custom error handler to filter/log/re-throw exceptions after execution (see [docs](http://webonyx.github.io/graphql-php/error-handling/#custom-error-handling-and-formatting))
12+
- Allow defining schema configuration using objects with fluent setters vs array (see [docs](http://webonyx.github.io/graphql-php/type-system/schema/#using-config-class))
13+
- Allow serializing AST to array and re-creating AST from array lazily (see [docs](http://webonyx.github.io/graphql-php/reference/#graphqlutilsast))
14+
- [Apollo-style](https://dev-blog.apollodata.com/query-batching-in-apollo-63acfd859862) query batching support via server (see [docs](http://webonyx.github.io/graphql-php/executing-queries/#query-batching))
15+
- Schema validation, including validation of interface implementations (see [docs](http://webonyx.github.io/graphql-php/type-system/schema/#schema-validation))
16+
- Ability to pass custom config formatter when defining schema using [GraphQL type language](http://graphql.org/learn/schema/#type-language) (see [docs](http://webonyx.github.io/graphql-php/type-system/type-language/))
1517

1618
Improvements:
1719
- Significantly improved parser performance (see #137 and #128)
1820
- Support for PHP7 exceptions everywhere (see #127)
19-
- Ability to pass custom config formatter when defining schema using [GraphQL type language](http://graphql.org/learn/schema/#type-language) (see [docs](docs/type-system/type-language.md))
2021
- Improved [documentation](http://webonyx.github.io/graphql-php/) and docblock comments
2122

2223
Deprecations and breaking changes - see [UPGRADE](UPGRADE.md) document.

0 commit comments

Comments
 (0)