You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,32 +13,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Added
15
15
16
-
- Added new `ResolveWith` descriptor method. #1892
16
+
- Added new `ResolveWith` descriptor method. [#1892](https://github.com/ChilliCream/hotchocolate/pull/1892)
17
17
- Added support for local schema authentication and multi delegation.
18
18
- Added nullable detection with Required attribute.
19
-
- Added support for expression syntax on field selectors `descriptor.Field(t => t.Foo.Bar)`. #2157
19
+
- Added support for expression syntax on field selectors `descriptor.Field(t => t.Foo.Bar)`. [#2157](https://github.com/ChilliCream/hotchocolate/pull/2157)
20
20
- Added TimeSpan scalar.
21
21
- Added support for field-scoped services (services that only live for the duration of the field execution).
22
-
- Added new `ID` attribute to streamline global object identifiers. #2165
23
-
- Added bew `ID` descriptor to streamline global object identifiers. #2166
22
+
- Added new `ID` attribute to streamline global object identifiers. [#2165](https://github.com/ChilliCream/hotchocolate/pull/2165)
23
+
- Added bew `ID` descriptor to streamline global object identifiers. [#2166](https://github.com/ChilliCream/hotchocolate/pull/2166)
24
24
25
25
### Changed
26
26
27
-
- Impoved the connection API for easier integration. #1887
28
-
- Unsealed AuthorizeAttribute. #1993
27
+
- Impoved the connection API for easier integration. [#1887](https://github.com/ChilliCream/hotchocolate/pull/1887)
0 commit comments