diff --git a/CHANGELOG.md b/CHANGELOG.md index 10a6e27..40ee615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,23 @@ # [17.0.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v17.0.0-next.1...v17.0.0-next.2) (2023-11-13) - -### Bug Fixes - -* version ([2fd0211](https://github.com/SaulMoro/ngrx-rtk-query/commit/2fd021182b9e0b11a5c727b394d4e6c4a3a6eb2d)) - -# [16.4.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.3.0...v16.4.0-next.1) (2023-11-13) - - ### Features * **lib:** support to ng17 and ngrx17 ([66aa1b9](https://github.com/SaulMoro/ngrx-rtk-query/commit/66aa1b9339a4354db9896a6b6d4841158549a10c)) # [16.3.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.2.0...v16.3.0) (2023-10-24) - ### Features * **lib:** remove baseUrl and add injectable fetchBaseQuery ([911d51e](https://github.com/SaulMoro/ngrx-rtk-query/commit/911d51e53f650338c175a4ed4c486869049b663c)) # [16.3.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.2.0...v16.3.0-next.1) (2023-10-24) - ### Features * **lib:** remove baseUrl and add injectable fetchBaseQuery ([911d51e](https://github.com/SaulMoro/ngrx-rtk-query/commit/911d51e53f650338c175a4ed4c486869049b663c)) # [16.2.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.1.0...v16.2.0) (2023-10-09) - ### Features * **lib:** update to rtk 1.9.7 ([b891e00](https://github.com/SaulMoro/ngrx-rtk-query/commit/b891e00b7375ad7a1f2960bf14d124b824447115)) @@ -36,7 +25,6 @@ # [16.2.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.1.0...v16.2.0-next.1) (2023-10-09) - ### Features * **lib:** update to rtk 1.9.7 ([b891e00](https://github.com/SaulMoro/ngrx-rtk-query/commit/b891e00b7375ad7a1f2960bf14d124b824447115)) @@ -44,7 +32,6 @@ # [16.1.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.0.0...v16.1.0) (2023-06-13) - ### Bug Fixes * export toolkit query utils ([2b17dc6](https://github.com/SaulMoro/ngrx-rtk-query/commit/2b17dc69641e16edb7113f8a3390e676ff61b17c)) @@ -52,7 +39,6 @@ * **lib:** fixed mutation signal subscription when used before app starts ([16abbbe](https://github.com/SaulMoro/ngrx-rtk-query/commit/16abbbe3d0a98882a7fcf475969b9c8562fe50e9)) * **signal:** disable test cases ([693d5c3](https://github.com/SaulMoro/ngrx-rtk-query/commit/693d5c3930120b9ab66164b9dbb3e0e9437c1d2f)) - ### Features * new signals preview version ([dabc020](https://github.com/SaulMoro/ngrx-rtk-query/commit/dabc02013c79b47e07908f42ebbca5ee4a42399e)) @@ -60,7 +46,6 @@ # [16.0.0-preview.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.0.0-preview.1...v16.0.0-preview.2) (2023-06-02) - ### Bug Fixes * export toolkit query utils ([2b17dc6](https://github.com/SaulMoro/ngrx-rtk-query/commit/2b17dc69641e16edb7113f8a3390e676ff61b17c)) @@ -68,90 +53,76 @@ # [16.0.0-preview.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.0.0-preview.0...v16.0.0-preview.1) (2023-06-02) - ### Bug Fixes * **lib:** fixed mutation signal subscription when used before app starts ([16abbbe](https://github.com/SaulMoro/ngrx-rtk-query/commit/16abbbe3d0a98882a7fcf475969b9c8562fe50e9)) - ### Features * new signals preview version ([dabc020](https://github.com/SaulMoro/ngrx-rtk-query/commit/dabc02013c79b47e07908f42ebbca5ee4a42399e)) # [16.0.0-preview.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.0.0-preview.0...v16.0.0-preview.1) (2023-05-31) - ### Features * new signals preview version ([dabc020](https://github.com/SaulMoro/ngrx-rtk-query/commit/dabc02013c79b47e07908f42ebbca5ee4a42399e)) # [16.0.0-preview.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v16.0.0-preview...v16.0.0-preview.0) (2023-05-29) - ### Bug Fixes * **signal:** disable test cases ([693d5c3](https://github.com/SaulMoro/ngrx-rtk-query/commit/693d5c3930120b9ab66164b9dbb3e0e9437c1d2f)) - ### Features * **signal:** first signals version ([d235099](https://github.com/SaulMoro/ngrx-rtk-query/commit/d235099e3b03dcda339bfad8fa644ad4c49bcdf6)) # [4.2.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.2...v4.2.0) (2023-05-29) - ### Bug Fixes * **schematics:** default project name ([6bb374e](https://github.com/SaulMoro/ngrx-rtk-query/commit/6bb374ebd9a1044face5de54fdb617819a1240e7)) - ### Features * update to angular 16 ([2d03f57](https://github.com/SaulMoro/ngrx-rtk-query/commit/2d03f572f90c739911cd89d425f40464a6770e03)) # [4.2.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.2...v4.2.0-next.1) (2023-05-26) - ### Bug Fixes * **schematics:** default project name ([6bb374e](https://github.com/SaulMoro/ngrx-rtk-query/commit/6bb374ebd9a1044face5de54fdb617819a1240e7)) - ### Features * update to angular 16 ([2d03f57](https://github.com/SaulMoro/ngrx-rtk-query/commit/2d03f572f90c739911cd89d425f40464a6770e03)) ## [4.1.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.1...v4.1.2) (2023-04-19) - ### Bug Fixes * update to rtk 1.9.5 ([9094d2e](https://github.com/SaulMoro/ngrx-rtk-query/commit/9094d2e74d01312cec9be7d13dd8c0925f7020c1)) ## [4.1.2-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.1...v4.1.2-next.1) (2023-04-19) - ### Bug Fixes * update to rtk 1.9.5 ([9094d2e](https://github.com/SaulMoro/ngrx-rtk-query/commit/9094d2e74d01312cec9be7d13dd8c0925f7020c1)) ## [4.1.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.0...v4.1.1) (2023-03-09) - ### Bug Fixes * skipToken observable in useQuery hook ([6dfd8c9](https://github.com/SaulMoro/ngrx-rtk-query/commit/6dfd8c910a6db02abd7f7b51e589eac349c193d5)) ## [4.1.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.0...v4.1.1-next.1) (2023-03-09) - ### Bug Fixes * skipToken observable in useQuery hook ([6dfd8c9](https://github.com/SaulMoro/ngrx-rtk-query/commit/6dfd8c910a6db02abd7f7b51e589eac349c193d5)) # [4.1.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.0.1...v4.1.0) (2023-03-08) - ### Bug Fixes * **lib:** add select hooks ([e53cfd0](https://github.com/SaulMoro/ngrx-rtk-query/commit/e53cfd007aa09d3b6d5393fd8760e35a428ee39e)) @@ -159,7 +130,6 @@ * **ngrx-rtk-query:** named hooks type ([18b59e6](https://github.com/SaulMoro/ngrx-rtk-query/commit/18b59e61f33f0e48c43f1eb4819561c4f4f68abc)) * **ngrx-rtk-query:** new params and result memoized selectors for hooks ([a49d860](https://github.com/SaulMoro/ngrx-rtk-query/commit/a49d860645bcee40d2d72327fc1db65ff92f5bb0)) - ### Features * **lib:** add select hooks ([328b6c5](https://github.com/SaulMoro/ngrx-rtk-query/commit/328b6c5865924a5f948ecd6249183ac49438bf5e)) @@ -168,7 +138,6 @@ # [4.1.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.1.0-next.1...v4.1.0-next.2) (2023-03-07) - ### Bug Fixes * **lib:** update and to handle instead of ([6effb8b](https://github.com/SaulMoro/ngrx-rtk-query/commit/6effb8b7723ae589c306c523c9db2d1b2a305573)) @@ -177,19 +146,16 @@ # [4.1.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.0.1...v4.1.0-next.1) (2023-03-06) - ### Bug Fixes * **lib:** add select hooks ([e53cfd0](https://github.com/SaulMoro/ngrx-rtk-query/commit/e53cfd007aa09d3b6d5393fd8760e35a428ee39e)) - ### Features * **lib:** add select hooks ([328b6c5](https://github.com/SaulMoro/ngrx-rtk-query/commit/328b6c5865924a5f948ecd6249183ac49438bf5e)) ## [4.0.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.0.0...v4.0.1) (2023-02-21) - ### Bug Fixes * updata to rtk 1.9.3 ([5cbd1be](https://github.com/SaulMoro/ngrx-rtk-query/commit/5cbd1beba68060e4d893acab9bf242b6b9dd7826)) @@ -197,7 +163,6 @@ ## [4.0.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v4.0.0...v4.0.1-next.1) (2023-02-21) - ### Bug Fixes * updata to rtk 1.9.3 ([5cbd1be](https://github.com/SaulMoro/ngrx-rtk-query/commit/5cbd1beba68060e4d893acab9bf242b6b9dd7826)) @@ -205,14 +170,12 @@ # [4.0.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.5.0...v4.0.0) (2023-02-01) - ### Bug Fixes * circular dependency ([7cbf747](https://github.com/SaulMoro/ngrx-rtk-query/commit/7cbf7473a9bb536c3bad14926aa97a010755ea1d)) * circular dependency ([9513511](https://github.com/SaulMoro/ngrx-rtk-query/commit/9513511ae6bf0e9f5058fdfa92679fd5406f839d)) * provide Api store name ([156faa4](https://github.com/SaulMoro/ngrx-rtk-query/commit/156faa429675e722980be6b68be5e10a3ff836d9)) - ### Features * add Angular 15, NgRx 15 support and Standalone APIs ([8a80d47](https://github.com/SaulMoro/ngrx-rtk-query/commit/8a80d47fe38b1649e55c8097911ad108d9d2392c)) @@ -222,53 +185,45 @@ * add standalone provider ([0d1addf](https://github.com/SaulMoro/ngrx-rtk-query/commit/0d1addfe2ba1dcc678159b7f41575e48500ff0e8)) * add standalone provider ([d685a21](https://github.com/SaulMoro/ngrx-rtk-query/commit/d685a21bdf83295a87517a2b18d56c63745d5800)) - ### BREAKING CHANGES * Add Angular 15 breaking change # [4.0.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.6.0-next.4...v4.0.0-next.1) (2023-02-01) - ### Features * add breaking change ([a4821f6](https://github.com/SaulMoro/ngrx-rtk-query/commit/a4821f6ef9eb7b4fb1b3ce24e75344d0bd80bc37)) - ### BREAKING CHANGES * Add Angular 15 breaking change # [3.6.0-next.4](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.6.0-next.3...v3.6.0-next.4) (2023-02-01) - ### Features * add Angular 15, NgRx 15 support and Standalone APIs ([8a80d47](https://github.com/SaulMoro/ngrx-rtk-query/commit/8a80d47fe38b1649e55c8097911ad108d9d2392c)) # [3.6.0-next.3](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.6.0-next.2...v3.6.0-next.3) (2023-02-01) - ### Features * add baseUrl to Root config ([913dc42](https://github.com/SaulMoro/ngrx-rtk-query/commit/913dc42d1f487b67423b8caab4f32c37f6bb14c2)) # [3.6.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.6.0-next.1...v3.6.0-next.2) (2023-01-31) - ### Bug Fixes * circular dependency ([7cbf747](https://github.com/SaulMoro/ngrx-rtk-query/commit/7cbf7473a9bb536c3bad14926aa97a010755ea1d)) # [3.6.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.5.0...v3.6.0-next.1) (2023-01-31) - ### Bug Fixes * circular dependency ([9513511](https://github.com/SaulMoro/ngrx-rtk-query/commit/9513511ae6bf0e9f5058fdfa92679fd5406f839d)) * provide Api store name ([156faa4](https://github.com/SaulMoro/ngrx-rtk-query/commit/156faa429675e722980be6b68be5e10a3ff836d9)) - ### Features * add standalone api provider ([9228faa](https://github.com/SaulMoro/ngrx-rtk-query/commit/9228faad3b2f8f629aa8ccb35afc13aadf8a63ea)) @@ -277,12 +232,10 @@ # [3.5.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.4.0...v3.5.0) (2023-01-23) - ### Bug Fixes * style issues ([44c34ed](https://github.com/SaulMoro/ngrx-rtk-query/commit/44c34edce6af79c69ba871adf929ef2e019c298c)) - ### Features * update to rtk 1.9.1 v1 ([a099292](https://github.com/SaulMoro/ngrx-rtk-query/commit/a099292b03c234df0a0a2118eac120054ce66e34)) @@ -290,12 +243,10 @@ # [3.5.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.4.0...v3.5.0-next.1) (2023-01-23) - ### Bug Fixes * style issues ([44c34ed](https://github.com/SaulMoro/ngrx-rtk-query/commit/44c34edce6af79c69ba871adf929ef2e019c298c)) - ### Features * update to rtk 1.9.1 v1 ([a099292](https://github.com/SaulMoro/ngrx-rtk-query/commit/a099292b03c234df0a0a2118eac120054ce66e34)) @@ -303,12 +254,10 @@ # [3.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.3.1...v3.4.0) (2022-09-21) - ### Bug Fixes * **app:** lint issues ([521fef5](https://github.com/SaulMoro/ngrx-rtk-query/commit/521fef5c37cdd21b734fd8f2da1624ea9f9644d6)) - ### Features * **app:** example 2 lazy query method ([a79d46a](https://github.com/SaulMoro/ngrx-rtk-query/commit/a79d46af3795fd0a06833a98c5a451645f63599f)) @@ -316,12 +265,10 @@ # [3.4.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.3.1...v3.4.0-next.1) (2022-09-21) - ### Bug Fixes * **app:** lint issues ([521fef5](https://github.com/SaulMoro/ngrx-rtk-query/commit/521fef5c37cdd21b734fd8f2da1624ea9f9644d6)) - ### Features * **app:** example 2 lazy query method ([a79d46a](https://github.com/SaulMoro/ngrx-rtk-query/commit/a79d46af3795fd0a06833a98c5a451645f63599f)) @@ -329,26 +276,22 @@ ## [3.3.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.3.0...v3.3.1) (2022-03-30) - ### Bug Fixes * lib versions compatible ([eb06bd8](https://github.com/SaulMoro/ngrx-rtk-query/commit/eb06bd8685d766ca16197d43d0ba2edfd97472fd)) ## [3.3.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.3.0...v3.3.1-next.1) (2022-03-30) - ### Bug Fixes * lib versions compatible ([eb06bd8](https://github.com/SaulMoro/ngrx-rtk-query/commit/eb06bd8685d766ca16197d43d0ba2edfd97472fd)) # [3.3.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.2.0...v3.3.0) (2022-03-17) - ### Bug Fixes * error in merge ([9015881](https://github.com/SaulMoro/ngrx-rtk-query/commit/90158818483bc19dd231f3283d4094ce41ce108a)) - ### Features * **lib:** update to rtk 1.8.0 ([07a576f](https://github.com/SaulMoro/ngrx-rtk-query/commit/07a576ffb4844bf9d1f234591bca35962f6b9e09)) @@ -356,12 +299,10 @@ # [3.3.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.2.0...v3.3.0-next.1) (2022-03-17) - ### Bug Fixes * error in merge ([9015881](https://github.com/SaulMoro/ngrx-rtk-query/commit/90158818483bc19dd231f3283d4094ce41ce108a)) - ### Features * **lib:** update to rtk 1.8.0 ([07a576f](https://github.com/SaulMoro/ngrx-rtk-query/commit/07a576ffb4844bf9d1f234591bca35962f6b9e09)) @@ -369,199 +310,168 @@ # [3.2.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.1.0...v3.2.0) (2022-02-08) - ### Bug Fixes * **lib:** add peerDependency ([4c7be36](https://github.com/SaulMoro/ngrx-rtk-query/commit/4c7be362140e31b08efae1befde562541ad48a28)) - ### Features * **lib:** add support to RTK 1.7.2 ([50e9261](https://github.com/SaulMoro/ngrx-rtk-query/commit/50e9261220884235a38ba3034ad01ed2e492d864)) # [3.2.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.1.0...v3.2.0-next.1) (2022-02-08) - ### Bug Fixes * **lib:** add peerDependency ([4c7be36](https://github.com/SaulMoro/ngrx-rtk-query/commit/4c7be362140e31b08efae1befde562541ad48a28)) - ### Features * **lib:** add support to RTK 1.7.2 ([50e9261](https://github.com/SaulMoro/ngrx-rtk-query/commit/50e9261220884235a38ba3034ad01ed2e492d864)) # [3.1.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.0.0...v3.1.0) (2021-12-20) - ### Features * **lib-lazy:** add unwrap to lazyQueries ([8400cd6](https://github.com/SaulMoro/ngrx-rtk-query/commit/8400cd6e569680929db499eb07d87adb038d7348)) # [3.1.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.1.0-next.1...v3.1.0-next.2) (2022-02-08) - ### Bug Fixes * **lib:** add peerDependency ([4c7be36](https://github.com/SaulMoro/ngrx-rtk-query/commit/4c7be362140e31b08efae1befde562541ad48a28)) - ### Features * **lib:** add support to RTK 1.7.2 ([50e9261](https://github.com/SaulMoro/ngrx-rtk-query/commit/50e9261220884235a38ba3034ad01ed2e492d864)) # [3.1.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.0.0...v3.1.0-next.1) (2021-12-20) - ### Features * **lib-lazy:** add unwrap to lazyQueries ([8400cd6](https://github.com/SaulMoro/ngrx-rtk-query/commit/8400cd6e569680929db499eb07d87adb038d7348)) # [3.0.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.4.0...v3.0.0) (2021-12-17) - ### Bug Fixes * **lib:** fix mutation reset and add test cases ([d7fb35b](https://github.com/SaulMoro/ngrx-rtk-query/commit/d7fb35b627564cbd6f45e23b8b1bf4eb3c577e3d)) * **lib:** useQuery stable arg ([9ba9a8a](https://github.com/SaulMoro/ngrx-rtk-query/commit/9ba9a8a7cef749fb96b785c17711332f3146db8d)) - ### Features * **lib:** add support to RTK 1.7.1 ([be59dd3](https://github.com/SaulMoro/ngrx-rtk-query/commit/be59dd3a119688d08c46d24276ca7cb2ad38d002)) - ### BREAKING CHANGES * **lib:** add support to RTK 1.7.1 # [3.0.0-next.3](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.0.0-next.2...v3.0.0-next.3) (2021-12-17) - ### Bug Fixes * **lib:** fix mutation reset and add test cases ([d7fb35b](https://github.com/SaulMoro/ngrx-rtk-query/commit/d7fb35b627564cbd6f45e23b8b1bf4eb3c577e3d)) # [3.0.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v3.0.0-next.1...v3.0.0-next.2) (2021-12-17) - ### Bug Fixes * **lib:** useQuery stable arg ([9ba9a8a](https://github.com/SaulMoro/ngrx-rtk-query/commit/9ba9a8a7cef749fb96b785c17711332f3146db8d)) # [3.0.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.4.0...v3.0.0-next.1) (2021-12-16) - ### Features * **lib:** add support to RTK 1.7.1 ([be59dd3](https://github.com/SaulMoro/ngrx-rtk-query/commit/be59dd3a119688d08c46d24276ca7cb2ad38d002)) - ### BREAKING CHANGES * **lib:** add support to RTK 1.7.1 # [2.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.3.0...v2.4.0) (2021-11-30) - ### Features * **lib:** add support to Angular 13 ([f925089](https://github.com/SaulMoro/ngrx-rtk-query/commit/f92508979453cc00b37ca9d073a7f5d698d4d400)) # [2.4.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.3.0...v2.4.0-next.1) (2021-11-30) - ### Features * **lib:** add support to Angular 13 ([f925089](https://github.com/SaulMoro/ngrx-rtk-query/commit/f92508979453cc00b37ca9d073a7f5d698d4d400)) # [2.3.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.2.0...v2.3.0) (2021-10-06) - ### Bug Fixes * **lib:** format issues ([80c930a](https://github.com/SaulMoro/ngrx-rtk-query/commit/80c930a3d544b7c27099b0a158c7ee5695406966)) - ### Features * **lib:** update to rtk 1.6.2 - PR [#1564](https://github.com/SaulMoro/ngrx-rtk-query/issues/1564) (Oct 5, 2021) ([d7e714b](https://github.com/SaulMoro/ngrx-rtk-query/commit/d7e714be71d981ac165f34886608a156e48877d1)) # [2.3.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.2.0...v2.3.0-next.1) (2021-10-06) - ### Bug Fixes * **lib:** format issues ([80c930a](https://github.com/SaulMoro/ngrx-rtk-query/commit/80c930a3d544b7c27099b0a158c7ee5695406966)) - ### Features * **lib:** update to rtk 1.6.2 - PR [#1564](https://github.com/SaulMoro/ngrx-rtk-query/issues/1564) (Oct 5, 2021) ([d7e714b](https://github.com/SaulMoro/ngrx-rtk-query/commit/d7e714be71d981ac165f34886608a156e48877d1)) # [2.2.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.1.1...v2.2.0) (2021-07-20) - ### Features * **lib:** update to toolkit 1.6.1 ([cd8cafa](https://github.com/SaulMoro/ngrx-rtk-query/commit/cd8cafadcbc248e74c2f66c9ececb53d017cc219)) # [2.2.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.1.1...v2.2.0-next.1) (2021-07-20) - ### Features * **lib:** update to toolkit 1.6.1 ([cd8cafa](https://github.com/SaulMoro/ngrx-rtk-query/commit/cd8cafadcbc248e74c2f66c9ececb53d017cc219)) ## [2.1.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.1.0...v2.1.1) (2021-06-08) - ### Bug Fixes * **lib:** update readme links ([a058ce1](https://github.com/SaulMoro/ngrx-rtk-query/commit/a058ce1d262084b9489fd58df25d46cb885b9d2f)) ## [2.1.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.1.0...v2.1.1-next.1) (2021-06-08) - ### Bug Fixes * **lib:** update readme links ([a058ce1](https://github.com/SaulMoro/ngrx-rtk-query/commit/a058ce1d262084b9489fd58df25d46cb885b9d2f)) # [2.1.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0...v2.1.0) (2021-06-08) - ### Bug Fixes * **lib:** fixed middleware warnings ([b0164f1](https://github.com/SaulMoro/ngrx-rtk-query/commit/b0164f144360d6b539d2fad9da465d85781cd7e0)) * **lib:** update to rc lib ([420b04c](https://github.com/SaulMoro/ngrx-rtk-query/commit/420b04ccde256b3da605ad3a1813b5d7c208ee0e)) - ### Features * **lib:** add support to redux toolkit 1.6 ([df4a17f](https://github.com/SaulMoro/ngrx-rtk-query/commit/df4a17fe3d0873331cf21ce779007ea6960ddb40)) # [2.1.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.1-next.1...v2.1.0-next.1) (2021-06-08) - ### Bug Fixes * **lib:** fixed middleware warnings ([b0164f1](https://github.com/SaulMoro/ngrx-rtk-query/commit/b0164f144360d6b539d2fad9da465d85781cd7e0)) - ### Features * **lib:** add support to redux toolkit 1.6 ([df4a17f](https://github.com/SaulMoro/ngrx-rtk-query/commit/df4a17fe3d0873331cf21ce779007ea6960ddb40)) ## [2.0.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0...v2.0.1-next.1) (2021-06-03) - ### Bug Fixes * **lib:** update to rc lib ([420b04c](https://github.com/SaulMoro/ngrx-rtk-query/commit/420b04ccde256b3da605ad3a1813b5d7c208ee0e)) # [2.0.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.7.1...v2.0.0) (2021-06-01) - ### Bug Fixes * **lib:** add new peerDependencies ([07021e6](https://github.com/SaulMoro/ngrx-rtk-query/commit/07021e67d85aa57d90e0b28e84c3530ab2d92b53)) @@ -572,7 +482,6 @@ * **lib:** skipToken arg type ([f44102e](https://github.com/SaulMoro/ngrx-rtk-query/commit/f44102e7b891fec48bb432c56404ac72a661f02d)) * **lib:** type imports where applicable ([ed4651b](https://github.com/SaulMoro/ngrx-rtk-query/commit/ed4651b7551f0233498ff51d2b400dc28c6caa29)) - ### Features * **hooks:** rework-selectFromResult ([418c18a](https://github.com/SaulMoro/ngrx-rtk-query/commit/418c18a5370917827082d23a9b2b412131ec089f)) @@ -583,41 +492,35 @@ * **lib:** move from incubator ([1a39042](https://github.com/SaulMoro/ngrx-rtk-query/commit/1a39042c61a51fd9fee1c7fe69022c826f5ce402)) * **lib:** update peerDependencies ([8b86f46](https://github.com/SaulMoro/ngrx-rtk-query/commit/8b86f469ed1e1e9b843655e13bf784551966392a)) - ### BREAKING CHANGES * **lib:** Move from Incubator to reduxjs-toolkit and enable ivy partial compilation # [2.0.0-next.7](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0-next.6...v2.0.0-next.7) (2021-05-31) - ### Bug Fixes * **lib:** type imports where applicable ([ed4651b](https://github.com/SaulMoro/ngrx-rtk-query/commit/ed4651b7551f0233498ff51d2b400dc28c6caa29)) # [2.0.0-next.6](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0-next.5...v2.0.0-next.6) (2021-05-26) - ### Bug Fixes * **lib:** fixed polling middleware ([4b49a90](https://github.com/SaulMoro/ngrx-rtk-query/commit/4b49a90359b534719e88a8333e7f3a032996c8f8)) # [2.0.0-next.5](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0-next.4...v2.0.0-next.5) (2021-05-25) - ### Features * **lib:** update peerDependencies ([8b86f46](https://github.com/SaulMoro/ngrx-rtk-query/commit/8b86f469ed1e1e9b843655e13bf784551966392a)) # [2.0.0-next.4](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0-next.3...v2.0.0-next.4) (2021-05-25) - ### Bug Fixes * **lib:** skip select loading in unitialized value ([d8b2a8e](https://github.com/SaulMoro/ngrx-rtk-query/commit/d8b2a8e93adead54f196aa0fc09fa5f61b734eb5)) * **lib:** skipToken arg type ([f44102e](https://github.com/SaulMoro/ngrx-rtk-query/commit/f44102e7b891fec48bb432c56404ac72a661f02d)) - ### Features * **hooks:** rework-selectFromResult ([418c18a](https://github.com/SaulMoro/ngrx-rtk-query/commit/418c18a5370917827082d23a9b2b412131ec089f)) @@ -625,45 +528,38 @@ # [2.0.0-next.3](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0-next.2...v2.0.0-next.3) (2021-05-13) - ### Bug Fixes * **lib:** add new peerDependencies ([07021e6](https://github.com/SaulMoro/ngrx-rtk-query/commit/07021e67d85aa57d90e0b28e84c3530ab2d92b53)) # [2.0.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v2.0.0-next.1...v2.0.0-next.2) (2021-04-26) - ### Bug Fixes * **lib:** remove ivy compilation ([73f9594](https://github.com/SaulMoro/ngrx-rtk-query/commit/73f9594ba4847090b6d325ae1f4d042247125e7c)) # [2.0.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.8.0-next.2...v2.0.0-next.1) (2021-04-26) - ### Features * **lib:** enable ivy partial compilation ([cf177b6](https://github.com/SaulMoro/ngrx-rtk-query/commit/cf177b6f1dbd829c46a6c11b93b0528413a74433)), closes [#25](https://github.com/SaulMoro/ngrx-rtk-query/issues/25) - ### BREAKING CHANGES * **lib:** Move from Incubator to reduxjs-toolkit and enable ivy partial compilation # [1.8.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.8.0-next.1...v1.8.0-next.2) (2021-04-26) - ### Features * **lib:** introduce breaking change ([d75c3a3](https://github.com/SaulMoro/ngrx-rtk-query/commit/d75c3a3c4aa987976132f532625d62f70279a26d)), closes [#25](https://github.com/SaulMoro/ngrx-rtk-query/issues/25) # [1.8.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.7.1...v1.8.0-next.1) (2021-04-26) - ### Bug Fixes * **lib:** new hooks types var name ([923824d](https://github.com/SaulMoro/ngrx-rtk-query/commit/923824d919d6bdcdd6c2cb3f3f40464aff6dbc04)) - ### Features * **lib:** add full types to useMutation callback ([c00ccf4](https://github.com/SaulMoro/ngrx-rtk-query/commit/c00ccf490a024e073ab4a68274c1f2ab6517a6cd)) @@ -671,7 +567,6 @@ ## [1.7.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.7.0...v1.7.1) (2021-04-20) - ### Bug Fixes * **lib:** update min rtk-query version ([e3bd76a](https://github.com/SaulMoro/ngrx-rtk-query/commit/e3bd76af3915d23d62244499380bcf50601c16d2)) @@ -679,21 +574,18 @@ ## [1.7.1-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.7.1-next.1...v1.7.1-next.2) (2021-04-19) - ### Bug Fixes * **lib:** update min rtk-query version ([e3bd76a](https://github.com/SaulMoro/ngrx-rtk-query/commit/e3bd76af3915d23d62244499380bcf50601c16d2)) ## [1.7.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.7.0...v1.7.1-next.1) (2021-04-19) - ### Bug Fixes * **lib:** update to 0.3 beta and add skipSelector ([68692a1](https://github.com/SaulMoro/ngrx-rtk-query/commit/68692a1c0114b8348acd3a79fb8591aef4e342f6)) # [1.7.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.2...v1.7.0) (2021-04-19) - ### Features * **lib:** add customHandler to module config ([ad69727](https://github.com/SaulMoro/ngrx-rtk-query/commit/ad6972731d80c07948849f786b82d456e38a10f4)) @@ -702,7 +594,6 @@ # [1.7.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.7.0-next.1...v1.7.0-next.2) (2021-04-19) - ### Features * **lib:** add customHandler to module config ([ad69727](https://github.com/SaulMoro/ngrx-rtk-query/commit/ad6972731d80c07948849f786b82d456e38a10f4)) @@ -710,28 +601,24 @@ # [1.7.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.2-next.1...v1.7.0-next.1) (2021-04-16) - ### Features * **lib:** refactor thunk svr for better perf ([5cf206b](https://github.com/SaulMoro/ngrx-rtk-query/commit/5cf206b455aa15df8af6f804b3e2af6aa621ec53)) ## [1.6.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.1...v1.6.2) (2021-04-09) - ### Bug Fixes * **lib:** prevent that rerender on init ([1b13e9f](https://github.com/SaulMoro/ngrx-rtk-query/commit/1b13e9f419faaf9f4cebc0f5b7c52d04bb19f862)) ## [1.6.2-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.1...v1.6.2-next.1) (2021-04-07) - ### Bug Fixes * **lib:** prevent that rerender on init ([1b13e9f](https://github.com/SaulMoro/ngrx-rtk-query/commit/1b13e9f419faaf9f4cebc0f5b7c52d04bb19f862)) ## [1.6.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.0...v1.6.1) (2021-04-01) - ### Bug Fixes * **lib:** public api ([e03c853](https://github.com/SaulMoro/ngrx-rtk-query/commit/e03c8532b7758fb63d1c120af861530b774f255b)) @@ -739,7 +626,6 @@ ## [1.6.1-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.0...v1.6.1-next.1) (2021-04-01) - ### Bug Fixes * **lib:** public api ([e03c853](https://github.com/SaulMoro/ngrx-rtk-query/commit/e03c8532b7758fb63d1c120af861530b774f255b)) @@ -747,14 +633,12 @@ # [1.6.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.5.0...v1.6.0) (2021-03-31) - ### Bug Fixes * **lazy-query:** initital options on create hook ([5697793](https://github.com/SaulMoro/ngrx-rtk-query/commit/569779375d589534cd8cadb73a3ef695852aa48f)) * **lib:** change merge operator to combineLatests ([da277fe](https://github.com/SaulMoro/ngrx-rtk-query/commit/da277fe4438d73797b58cc78fefa26ec4eb32799)) * **lib:** peer dependencies ([93a68ca](https://github.com/SaulMoro/ngrx-rtk-query/commit/93a68ca4eac50f6033074d1ef38579878256d87c)) - ### Features * **hooks:** add initial version of Lazy Query ([6161665](https://github.com/SaulMoro/ngrx-rtk-query/commit/61616656a360aa8be813e84e77c48e1addbdb3fe)) @@ -766,34 +650,29 @@ # [1.6.0-next.4](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.0-next.3...v1.6.0-next.4) (2021-03-31) - ### Features * **lib:** exports thunk service ([20e60be](https://github.com/SaulMoro/ngrx-rtk-query/commit/20e60bec0ee7750c4d49d21a5fcda5e12da2678d)) # [1.6.0-next.3](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.0-next.2...v1.6.0-next.3) (2021-03-31) - ### Bug Fixes * **lib:** peer dependencies ([93a68ca](https://github.com/SaulMoro/ngrx-rtk-query/commit/93a68ca4eac50f6033074d1ef38579878256d87c)) # [1.6.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.6.0-next.1...v1.6.0-next.2) (2021-03-31) - ### Features * **lib:** typescript 4-1 peer dependency and deep imports fix ([3907688](https://github.com/SaulMoro/ngrx-rtk-query/commit/390768874dc677eada33111af21c4b502a1a4c0a)) # [1.6.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.5.0...v1.6.0-next.1) (2021-03-31) - ### Bug Fixes * **lazy-query:** initital options on create hook ([5697793](https://github.com/SaulMoro/ngrx-rtk-query/commit/569779375d589534cd8cadb73a3ef695852aa48f)) * **lib:** change merge operator to combineLatests ([da277fe](https://github.com/SaulMoro/ngrx-rtk-query/commit/da277fe4438d73797b58cc78fefa26ec4eb32799)) - ### Features * **hooks:** add initial version of Lazy Query ([6161665](https://github.com/SaulMoro/ngrx-rtk-query/commit/61616656a360aa8be813e84e77c48e1addbdb3fe)) @@ -803,38 +682,32 @@ # [1.5.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.4.0...v1.5.0) (2021-03-23) - ### Bug Fixes * **lib:** rtk doesnt works in tests ([0b06a06](https://github.com/SaulMoro/ngrx-rtk-query/commit/0b06a06899bbe17fa8095efd36a7c059eeafbcf6)) - ### Features * **app:** add pagination example ([fac10dd](https://github.com/SaulMoro/ngrx-rtk-query/commit/fac10dd046ddd3b448f2324bade57283b120c5bf)) # [1.5.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.5.0-next.1...v1.5.0-next.2) (2021-03-23) - ### Bug Fixes * **lib:** rtk doesnt works in tests ([0b06a06](https://github.com/SaulMoro/ngrx-rtk-query/commit/0b06a06899bbe17fa8095efd36a7c059eeafbcf6)) # [1.5.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.4.0...v1.5.0-next.1) (2021-03-22) - ### Features * **app:** add pagination example ([fac10dd](https://github.com/SaulMoro/ngrx-rtk-query/commit/fac10dd046ddd3b448f2324bade57283b120c5bf)) # [1.4.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.3.0...v1.4.0) (2021-03-19) - ### Bug Fixes * **app-posts:** fixed post queries import ([bca085c](https://github.com/SaulMoro/ngrx-rtk-query/commit/bca085cdaf23ef5533f0b0cbf310c0166c1a8df5)) - ### Features * **app-posts:** edit post ([d56938f](https://github.com/SaulMoro/ngrx-rtk-query/commit/d56938fda3ce40a308d7bdde33bfeedde99a7358)) @@ -845,12 +718,10 @@ # [1.4.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.3.0...v1.4.0-next.1) (2021-03-19) - ### Bug Fixes * **app-posts:** fixed post queries import ([bca085c](https://github.com/SaulMoro/ngrx-rtk-query/commit/bca085cdaf23ef5533f0b0cbf310c0166c1a8df5)) - ### Features * **app-posts:** edit post ([d56938f](https://github.com/SaulMoro/ngrx-rtk-query/commit/d56938fda3ce40a308d7bdde33bfeedde99a7358)) @@ -861,63 +732,53 @@ # [1.3.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.2.0...v1.3.0) (2021-03-18) - ### Features * **lib:** add code splitting support and refactor posts example ([dca9ff9](https://github.com/SaulMoro/ngrx-rtk-query/commit/dca9ff93919c7ff80c15614e6559b8fdccc37382)) # [1.3.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.2.0...v1.3.0-next.1) (2021-03-18) - ### Features * **lib:** add code splitting support and refactor posts example ([dca9ff9](https://github.com/SaulMoro/ngrx-rtk-query/commit/dca9ff93919c7ff80c15614e6559b8fdccc37382)) # [1.2.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.1.0...v1.2.0) (2021-03-17) - ### Bug Fixes * **lib:** fix duplicated state & metareducer ([ca88736](https://github.com/SaulMoro/ngrx-rtk-query/commit/ca88736b6b07a65dfb9cfb6f56b31c08385547e2)) - ### Features * **app-posts:** add new post ([bc16cd2](https://github.com/SaulMoro/ngrx-rtk-query/commit/bc16cd2335e09037c4883ece527022d2d405c9a7)) # [1.2.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.1.0...v1.2.0-next.1) (2021-03-17) - ### Bug Fixes * **lib:** fix duplicated state & metareducer ([ca88736](https://github.com/SaulMoro/ngrx-rtk-query/commit/ca88736b6b07a65dfb9cfb6f56b31c08385547e2)) - ### Features * **app-posts:** add new post ([bc16cd2](https://github.com/SaulMoro/ngrx-rtk-query/commit/bc16cd2335e09037c4883ece527022d2d405c9a7)) # [1.1.0-next.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.1.0-next.1...v1.1.0-next.2) (2021-03-17) - ### Bug Fixes * **lib:** fix duplicated state & metareducer ([ca88736](https://github.com/SaulMoro/ngrx-rtk-query/commit/ca88736b6b07a65dfb9cfb6f56b31c08385547e2)) - ### Features * **app-posts:** add new post ([bc16cd2](https://github.com/SaulMoro/ngrx-rtk-query/commit/bc16cd2335e09037c4883ece527022d2d405c9a7)) # [1.1.0](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.0.3...v1.1.0) (2021-03-16) - ### Bug Fixes * **app-posts:** navigate on delete ([d804d86](https://github.com/SaulMoro/ngrx-rtk-query/commit/d804d86545d6737032fec434244f6a41c7bd682c)) * **lib:** style of Module forRoot ([1ed5c24](https://github.com/SaulMoro/ngrx-rtk-query/commit/1ed5c24ce9e373bacb23e24bd7e2253b9a415385)) - ### Features * **app:** add post manager with 2 lists ([8095c81](https://github.com/SaulMoro/ngrx-rtk-query/commit/8095c81cb2c8a91d8d6cd2920e3ded1ea0ff451d)) @@ -926,12 +787,10 @@ # [1.1.0-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.0.4-next.1...v1.1.0-next.1) (2021-03-16) - ### Bug Fixes * **app-posts:** navigate on delete ([d804d86](https://github.com/SaulMoro/ngrx-rtk-query/commit/d804d86545d6737032fec434244f6a41c7bd682c)) - ### Features * **app:** add post manager with 2 lists ([8095c81](https://github.com/SaulMoro/ngrx-rtk-query/commit/8095c81cb2c8a91d8d6cd2920e3ded1ea0ff451d)) @@ -940,14 +799,12 @@ ## [1.0.4-next.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.0.3...v1.0.4-next.1) (2021-03-16) - ### Bug Fixes * **lib:** style of Module forRoot ([1ed5c24](https://github.com/SaulMoro/ngrx-rtk-query/commit/1ed5c24ce9e373bacb23e24bd7e2253b9a415385)) ## [1.0.3](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.0.2...v1.0.3) (2021-03-15) - ### Bug Fixes * **lib:** fixed polling interval errors ([b43de12](https://github.com/SaulMoro/ngrx-rtk-query/commit/b43de12fdcc1d839dcc1cc268ea885ad69237182)) @@ -955,21 +812,18 @@ ## [1.0.2](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.0.1...v1.0.2) (2021-03-15) - ### Bug Fixes * **lib:** remove rtk query import from public api v2 ([2724413](https://github.com/SaulMoro/ngrx-rtk-query/commit/27244131c26a148ca07e03343ffdcb5da1bc1d96)) ## [1.0.1](https://github.com/SaulMoro/ngrx-rtk-query/compare/v1.0.0...v1.0.1) (2021-03-15) - ### Bug Fixes * **lib:** remove rtk query import from public api ([4f569eb](https://github.com/SaulMoro/ngrx-rtk-query/commit/4f569eb7912a9bcaf500945b4523e08e9888eb68)) # 1.0.0 (2021-03-15) - ### Features * **lib:** initial version ([499a8fd](https://github.com/SaulMoro/ngrx-rtk-query/commit/499a8fd2e9b901342d3a33b78720dbf2a11a6f1d))