Skip to content

Commit 0407e34

Browse files
sunsidedmichaelstaib
authored andcommitted
Fixed missing version links and dates in CHANGELOG (#5866)
1 parent 234a152 commit 0407e34

File tree

1 file changed

+66
-31
lines changed

1 file changed

+66
-31
lines changed

CHANGELOG.md

Lines changed: 66 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
## [12.0.1]
12+
## [12.0.1] - 2021-10-01
1313

1414
### Hot Chocolate
1515

1616
#### Fixes
1717

1818
Return argument value as field definition runtimeType if requested as object type by @benmccallum (#4291)
1919

20-
## [12.0.0]
20+
## [12.0.0] - 2021-09-27
2121

2222
### Hot Chocolate
2323

@@ -106,7 +106,7 @@ Return argument value as field definition runtimeType if requested as object typ
106106
- Optimized component code splitting for better load times
107107
- Fixed shortcut label texts for Windows and Linux
108108

109-
## [11.1.0]
109+
## [11.1.0] - 2021-03-30
110110

111111
### Added
112112

@@ -181,7 +181,7 @@ Return argument value as field definition runtimeType if requested as object typ
181181
- Fixed nullable matrix types in schema first. (#2998)
182182
- Fixed fragment projections issue with the operation compiler. (#2920)
183183

184-
## [11.0.9]
184+
## [11.0.9] - 2021-01-27
185185

186186
### Added
187187

@@ -197,7 +197,7 @@ Return argument value as field definition runtimeType if requested as object typ
197197
- Fixed selection optimizer were not resolved correctly. (#2889)
198198
- Fixed projection of edge type (#2888)
199199

200-
## [11.0.8]
200+
## [11.0.8] - 2021-01-14
201201

202202
### Added
203203

@@ -218,7 +218,7 @@ Return argument value as field definition runtimeType if requested as object typ
218218
- Fixed string literals in places of enum values have to raise a query errors. (#2846)
219219
- Fixed issues with Apollo active persisted queries flow. (#2864)
220220

221-
## [11.0.7]
221+
## [11.0.7] - 2021-01-06
222222

223223
### Added
224224

@@ -230,38 +230,38 @@ Return argument value as field definition runtimeType if requested as object typ
230230
- Fixed argument renaming during schema stitching. (#2784)
231231
- Fixed cursor backward pagination with two list elements (#2777)
232232

233-
## [11.0.6]
233+
## [11.0.6] - 2020-12-23
234234

235235
### Fixed
236236

237237
- Fixed error filters not being activated (#2774)
238238

239-
## [11.0.5]
239+
## [11.0.5] - 2020-12-18
240240

241241
### Fixed
242242

243243
- Fixes query rewriting when fields are merged during stitching. (#2765)
244244

245-
## [11.0.4]
245+
## [11.0.4] - 2020-12-16
246246

247247
### Fixed
248248

249249
- Fixed executable detection (#2762)
250250

251-
## [11.0.3]
251+
## [11.0.3] - 2020-12-15
252252

253253
### Fixed
254254

255255
- Added back the syntax serializers for backward compatibility (#2758)
256256

257-
## [11.0.2]
257+
## [11.0.2] - 2020-12-08
258258

259259
### Fixed
260260

261261
- Fixed PagingAmountRewriter for stitching in migration guide (#2737)
262262
- Fixed execution of batch requests (#2726)
263263

264-
## [11.0.1]
264+
## [11.0.1] - 2020-12-02
265265

266266
### Added
267267

@@ -277,7 +277,7 @@ Return argument value as field definition runtimeType if requested as object typ
277277

278278
- Removed legacy syntax printer and ensured that only the new one is used. (#2711)
279279

280-
## [11.0.0]
280+
## [11.0.0] - 2020-11-23
281281

282282
### Added
283283

@@ -338,37 +338,37 @@ Return argument value as field definition runtimeType if requested as object typ
338338
- Fixed inference of enum values from GraphQL SDL
339339
- Fixed issue with non-null arguments that have defaults (#2441)
340340

341-
## [10.5.5]
341+
## [10.5.5] - 2020-11-23
342342

343343
### Fixed
344344

345345
- Fixed operation serialization [#2646](https://github.com/ChilliCream/graphql-platform/pull/2646)
346346

347-
## [10.5.4]
347+
## [10.5.4] - 2020-11-18
348348

349349
### Fixed
350350

351351
- Fixed QueryRequestBuild handling of extensions. [#2608](https://github.com/ChilliCream/graphql-platform/pull/2608)
352352

353-
## [10.5.3]
353+
## [10.5.3] - 2020-09-27
354354

355355
### Fixed
356356

357357
- Fixed ConnectionMiddleware and IEnumerable + IConnection [#2378](https://github.com/ChilliCream/graphql-platform/pull/2378)
358358

359-
## [10.5.2]
359+
## [10.5.2] - 2020-07-28
360360

361361
### Fixed
362362

363363
- Fixed ID serialization on input types [#2174](https://github.com/ChilliCream/graphql-platform/pull/2174)
364364

365-
## [10.5.1]
365+
## [10.5.1] - 2020-07-28
366366

367367
### Fixed
368368

369369
- Fixed field discovery [#2167](https://github.com/ChilliCream/graphql-platform/pull/2167)
370370

371-
## [10.5.0]
371+
## [10.5.0] - 2020-07-27
372372

373373
### Added
374374

@@ -402,7 +402,7 @@ Return argument value as field definition runtimeType if requested as object typ
402402
- Fixed schema type discovery issues.
403403
- Fixed field discovery for object type extensions.
404404

405-
## [10.4.0]
405+
## [10.4.0] - 2020-03-18
406406

407407
### Added
408408

@@ -429,45 +429,45 @@ Return argument value as field definition runtimeType if requested as object typ
429429
- Fixed issue where the type dependencies of type extension where not correctly merged with the target type.
430430
- Fixed `UUID` type serialization.
431431

432-
## [10.3.6]
432+
## [10.3.6] - 2020-02-28
433433

434434
### Fixed
435435

436436
- Fixed handling of variables when delegating data fetching through the stitching context. [#1390](https://github.com/ChilliCream/graphql-platform/pull/1390)
437437

438-
## [10.3.5]
438+
## [10.3.5] - 2020-01-13
439439

440440
### Fixed
441441

442442
- Fixed issue that caused errors when collecting fields on a directive context
443443

444-
## [10.3.4]
444+
## [10.3.4] - 2020-01-09
445445

446446
### Fixed
447447

448448
- Fixed default hash provider dependency injection configuration [#1363](https://github.com/ChilliCream/graphql-platform/pull/1363)
449449

450-
## [10.3.3]
450+
## [10.3.3] - 2020-01-09
451451

452452
### Fixed
453453

454454
- Fixed argument non-null validation.
455455
- Fixed variable coercion.
456456

457-
## [10.3.2]
457+
## [10.3.2] - 2020-01-06
458458

459459
### Fixed
460460

461461
- Fixed issue where input fields were no longer automatically converted.
462462
- Fixed issue where the float was rounded when provided as variable.
463463

464-
## [10.3.1]
464+
## [10.3.1] - 2019-12-31
465465

466466
### Fixed
467467

468468
- Fixed issue that private setters where not used during input deserialization.
469469

470-
## [10.3.0]
470+
## [10.3.0] - 2019-12-26
471471

472472
### Added
473473

@@ -499,7 +499,7 @@ Return argument value as field definition runtimeType if requested as object typ
499499
- Fixed parser error handling in middleware. [#1028](https://github.com/ChilliCream/graphql-platform/pull/1028)
500500
- Fixed directive delegation (@skip/@include) in stitching. [#937](https://github.com/ChilliCream/graphql-platform/pull/937)
501501

502-
## [10.2.0]
502+
## [10.2.0] - 2019-10-31
503503

504504
### Added
505505

@@ -528,7 +528,7 @@ Return argument value as field definition runtimeType if requested as object typ
528528
- The complecity middleware when multiplier where activated did only take the firs level into account. [#1137](https://github.com/ChilliCream/graphql-platform/pull/1137)
529529
- Errors when attempting to filter on nullable types. [#1121](https://github.com/ChilliCream/graphql-platform/pull/1121)
530530

531-
## [10.1.0]
531+
## [10.1.0] - 2019-09-13
532532

533533
### Added
534534

@@ -547,7 +547,7 @@ Return argument value as field definition runtimeType if requested as object typ
547547
- Fixed scoped service handling. [#1066](https://github.com/ChilliCream/graphql-platform/pull/1066)
548548
- Fixed Duplicate service registration. [#1066](https://github.com/ChilliCream/graphql-platform/pull/1066)
549549

550-
## [10.0.0]
550+
## [10.0.0] - 2019-08-14
551551

552552
### Added
553553

@@ -883,7 +883,42 @@ Return argument value as field definition runtimeType if requested as object typ
883883
- Diagnostic source which can be used to track field execution times and other events.
884884
- Implementing a directive middleware has now become much easier with this release. We have built the authorize-directive with these new APIs.
885885

886-
[unreleased]: https://github.com/ChilliCream/graphql-platform/compare/0.8.2...HEAD
886+
[unreleased]: https://github.com/ChilliCream/graphql-platform/compare/12.0.1...HEAD
887+
[12.0.1]: https://github.com/ChilliCream/graphql-platform/compare/12.0.0...12.0.1
888+
[12.0.0]: https://github.com/ChilliCream/graphql-platform/compare/11.1.0...12.0.0
889+
[11.1.0]: https://github.com/ChilliCream/graphql-platform/compare/11.0.9...11.1.0
890+
[11.0.9]: https://github.com/ChilliCream/graphql-platform/compare/11.0.8...11.0.9
891+
[11.0.8]: https://github.com/ChilliCream/graphql-platform/compare/11.0.7...11.0.8
892+
[11.0.7]: https://github.com/ChilliCream/graphql-platform/compare/11.0.6...11.0.7
893+
[11.0.6]: https://github.com/ChilliCream/graphql-platform/compare/11.0.5...11.0.6
894+
[11.0.5]: https://github.com/ChilliCream/graphql-platform/compare/11.0.4...11.0.5
895+
[11.0.4]: https://github.com/ChilliCream/graphql-platform/compare/11.0.3...11.0.4
896+
[11.0.3]: https://github.com/ChilliCream/graphql-platform/compare/11.0.2...11.0.3
897+
[11.0.2]: https://github.com/ChilliCream/graphql-platform/compare/11.0.1...11.0.2
898+
[11.0.1]: https://github.com/ChilliCream/graphql-platform/compare/11.0.0...11.0.1
899+
[11.0.0]: https://github.com/ChilliCream/graphql-platform/compare/10.5.5...11.0.0
900+
[10.5.5]: https://github.com/ChilliCream/graphql-platform/compare/10.5.4...10.5.5
901+
[10.5.4]: https://github.com/ChilliCream/graphql-platform/compare/10.5.3...10.5.4
902+
[10.5.3]: https://github.com/ChilliCream/graphql-platform/compare/10.5.2...10.5.3
903+
[10.5.2]: https://github.com/ChilliCream/graphql-platform/compare/10.5.1...10.5.2
904+
[10.5.1]: https://github.com/ChilliCream/graphql-platform/compare/10.5.0...10.5.1
905+
[10.5.0]: https://github.com/ChilliCream/graphql-platform/compare/10.4.0...10.5.0
906+
[10.4.0]: https://github.com/ChilliCream/graphql-platform/compare/10.3.6...10.4.0
907+
[10.3.6]: https://github.com/ChilliCream/graphql-platform/compare/10.3.5...10.3.6
908+
[10.3.5]: https://github.com/ChilliCream/graphql-platform/compare/10.3.4...10.3.5
909+
[10.3.4]: https://github.com/ChilliCream/graphql-platform/compare/10.3.3...10.3.4
910+
[10.3.3]: https://github.com/ChilliCream/graphql-platform/compare/10.3.2...10.3.3
911+
[10.3.2]: https://github.com/ChilliCream/graphql-platform/compare/10.3.1...10.3.2
912+
[10.3.1]: https://github.com/ChilliCream/graphql-platform/compare/10.3.0...10.3.1
913+
[10.3.0]: https://github.com/ChilliCream/graphql-platform/compare/10.2.0...10.3.0
914+
[10.2.0]: https://github.com/ChilliCream/graphql-platform/compare/10.1.0...10.2.0
915+
[10.1.0]: https://github.com/ChilliCream/graphql-platform/compare/10.0.0...10.1.0
916+
[10.0.0]: https://github.com/ChilliCream/graphql-platform/compare/9.0.4...10.0.0
917+
[9.0.4]: https://github.com/ChilliCream/graphql-platform/compare/9.0.3...9.0.4
918+
[9.0.3]: https://github.com/ChilliCream/graphql-platform/compare/9.0.2...9.0.3
919+
[9.0.2]: https://github.com/ChilliCream/graphql-platform/compare/9.0.1...9.0.2
920+
[9.0.1]: https://github.com/ChilliCream/graphql-platform/compare/9.0.0...9.0.1
921+
[9.0.0]: https://github.com/ChilliCream/graphql-platform/compare/0.8.2...9.0.0
887922
[0.8.2]: https://github.com/ChilliCream/graphql-platform/compare/0.8.1...0.8.2
888923
[0.8.1]: https://github.com/ChilliCream/graphql-platform/compare/0.8.0...0.8.1
889924
[0.8.0]: https://github.com/ChilliCream/graphql-platform/compare/0.7.0...0.8.0

0 commit comments

Comments
 (0)