|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +## 11.0.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#2366](https://github.com/Ecodev/apollo-angular/pull/2366) |
| 8 | + [`bdff9d9`](https://github.com/Ecodev/apollo-angular/commit/bdff9d9c7f8b4c9758126326bed8e1459fb5a533) |
| 9 | + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop ESM2022 in favor of FESM2022 |
| 10 | + |
| 11 | +- [#2368](https://github.com/Ecodev/apollo-angular/pull/2368) |
| 12 | + [`0f10355`](https://github.com/Ecodev/apollo-angular/commit/0f103552a78c9031efb4ec732454f6ce17f02f04) |
| 13 | + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - New repository owners |
| 14 | + |
| 15 | + [@kamilkisiela](https://github.com/kamilkisiela), the creator of this library, has found new |
| 16 | + interests and is not able to contribute like in the past. He gracefully transferred ownership of |
| 17 | + the repository to me. I have been maintaining this library since 2022, and will continue doing so |
| 18 | + in the foreseeable future. |
| 19 | + |
| 20 | + For the package consumers, pretty much nothing will change. The package name, the code, the |
| 21 | + relation with [The Guild](https://github.com/the-guild-org), and the maintenance style will all |
| 22 | + remain the same. The only difference is the new repository URL: |
| 23 | + https://github.com/Ecodev/apollo-angular. |
| 24 | + |
3 | 25 | ## 11.0.0 |
4 | 26 |
|
5 | 27 | ### Major Changes |
|
395 | 417 |
|
396 | 418 | ## v2.3.0 |
397 | 419 |
|
398 | | -- `830da182` build: Allows zone.js v11 |
399 | | - [#1629](https://github.com/Ecodev/apollo-angular/pull/1629) |
400 | | -- `136663f0` docs: Update queries.md |
401 | | - [#1616](https://github.com/Ecodev/apollo-angular/pull/1616) |
| 420 | +- `830da182` build: Allows zone.js v11 [#1629](https://github.com/Ecodev/apollo-angular/pull/1629) |
| 421 | +- `136663f0` docs: Update queries.md [#1616](https://github.com/Ecodev/apollo-angular/pull/1616) |
402 | 422 |
|
403 | 423 | ## v2.2.0 |
404 | 424 |
|
|
407 | 427 | - `d179a66` docs: Integrated documentation changes |
408 | 428 | [#1590](https://github.com/Ecodev/apollo-angular/pull/1590) |
409 | 429 | - `5d938a3` Update README.md [#1598](https://github.com/Ecodev/apollo-angular/pull/1598) |
410 | | -- `60b8445` fix: test data modification |
411 | | - [#1596](https://github.com/Ecodev/apollo-angular/pull/1596) |
| 430 | +- `60b8445` fix: test data modification [#1596](https://github.com/Ecodev/apollo-angular/pull/1596) |
412 | 431 |
|
413 | 432 | ## v2.1.0 |
414 | 433 |
|
@@ -471,13 +490,11 @@ Changes: |
471 | 490 |
|
472 | 491 | - Introduces `APOLLO_NAMED_OPTIONS` token. Allows to create named Apollo clients using Dependency |
473 | 492 | Injection ([PR #1365](https://github.com/Ecodev/apollo-angular/pull/1365)) |
474 | | -- Allow to test named Apollo client |
475 | | - ([PR #1365](https://github.com/Ecodev/apollo-angular/pull/1365)) |
| 493 | +- Allow to test named Apollo client ([PR #1365](https://github.com/Ecodev/apollo-angular/pull/1365)) |
476 | 494 |
|
477 | 495 | ## v1.7.0 |
478 | 496 |
|
479 | | -- Fixed type definition for subscribe |
480 | | - [PR #1290](https://github.com/Ecodev/apollo-angular/pull/1290) |
| 497 | +- Fixed type definition for subscribe [PR #1290](https://github.com/Ecodev/apollo-angular/pull/1290) |
481 | 498 | - Fix global scope naming for UMD build |
482 | 499 | [PR #1305](https://github.com/Ecodev/apollo-angular/pull/1305) |
483 | 500 | - Introduce useInitialLoading in watch |
@@ -506,8 +523,7 @@ Changes: |
506 | 523 | ## v1.3.0 |
507 | 524 |
|
508 | 525 | - Make `Subscription` generic [PR #778](https://github.com/Ecodev/apollo-angular/pull/778) |
509 | | -- Schematics (`ng add apollo-angular`) |
510 | | - [PR #779](https://github.com/Ecodev/apollo-angular/pull/779), |
| 526 | +- Schematics (`ng add apollo-angular`) [PR #779](https://github.com/Ecodev/apollo-angular/pull/779), |
511 | 527 | [PR #780](https://github.com/Ecodev/apollo-angular/pull/780) |
512 | 528 | - Allow to use a custom ApolloCache while testing |
513 | 529 | [PR #786](https://github.com/Ecodev/apollo-angular/pull/786) |
@@ -538,8 +554,7 @@ Changes: |
538 | 554 | ([PR #592](https://github.com/Ecodev/apollo-angular/pull/592)) |
539 | 555 | - Introduces `APOLLO_OPTIONS` token. Allows to create Apollo using Dependency Injection |
540 | 556 | ([PR #607](https://github.com/Ecodev/apollo-angular/pull/607)) |
541 | | -- Adds `sideEffects: false` (webpack) |
542 | | - ([PR #580](https://github.com/Ecodev/apollo-angular/pull/580)) |
| 557 | +- Adds `sideEffects: false` (webpack) ([PR #580](https://github.com/Ecodev/apollo-angular/pull/580)) |
543 | 558 | - Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/Ecodev/apollo-angular/pull/580)) |
544 | 559 |
|
545 | 560 | ## v1.0.1 |
@@ -596,8 +611,7 @@ Changes: |
596 | 611 |
|
597 | 612 | ## v0.12.0 |
598 | 613 |
|
599 | | -- Support `apollo-client@1.0.0-rc.2` |
600 | | - ([PR #290](https://github.com/Ecodev/apollo-angular/pull/290)) |
| 614 | +- Support `apollo-client@1.0.0-rc.2` ([PR #290](https://github.com/Ecodev/apollo-angular/pull/290)) |
601 | 615 | - Support `jsnext:main` ([PR #277](https://github.com/Ecodev/apollo-angular/pull/277)) |
602 | 616 |
|
603 | 617 | ## v0.11.0 |
@@ -777,8 +791,7 @@ Behaves the same as the `ObservableQuery` of `apollo-client`. |
777 | 791 |
|
778 | 792 | ## v0.0.2 |
779 | 793 |
|
780 | | -- Added `@Apollo` decorator |
781 | | - ([99fed6e](https://github.com/Ecodev/apollo-angular/commit/99fed6e), |
| 794 | +- Added `@Apollo` decorator ([99fed6e](https://github.com/Ecodev/apollo-angular/commit/99fed6e), |
782 | 795 | [9f0107e](https://github.com/Ecodev/apollo-angular/commit/9f0107e)) |
783 | 796 |
|
784 | 797 | ## v0.0.1 |
|
0 commit comments