Comparing version 2.1.0-dev.202401310648 to 2.1.0-dev.202402270447
@@ -6,2 +6,20 @@ # Change Log | ||
<a name="2.0.0-beta.11"></a> | ||
# 2.0.0-beta.11 (2024-02-13) | ||
### Features: | ||
* **event:** ability to add modifier (#1891) ([67a3c22](https://github.com/aurelia/aurelia/commit/67a3c22)) | ||
* **state:** support redux devtools for the state plugin (#1888) ([bd07160](https://github.com/aurelia/aurelia/commit/bd07160)) | ||
### Bug Fixes: | ||
* ***:** upgrade rollup, tweak build scripts ([bd07160](https://github.com/aurelia/aurelia/commit/bd07160)) | ||
### Refactorings: | ||
* **fetch-client:** cleanup, add tests, tweak doc & prepare cache interceptor (#1756) ([a931dac](https://github.com/aurelia/aurelia/commit/a931dac)) | ||
<a name="2.0.0-beta.10"></a> | ||
@@ -8,0 +26,0 @@ # 2.0.0-beta.10 (2024-01-26) |
@@ -16,3 +16,3 @@ import { IContainer } from '@aurelia/kernel'; | ||
export default Aurelia; | ||
export { type Interceptor, json, HttpClientConfiguration, HttpClient, IHttpClient, } from '@aurelia/fetch-client'; | ||
export { type IFetchInterceptor, IFetchFn, json, HttpClientConfiguration, HttpClient, IHttpClient, } from '@aurelia/fetch-client'; | ||
export { Metadata, } from '@aurelia/metadata'; | ||
@@ -19,0 +19,0 @@ export { type ITask, Platform, type QueueTaskOptions, Task, TaskAbortError, TaskQueue, type TaskStatus } from '@aurelia/platform'; |
{ | ||
"name": "aurelia", | ||
"version": "2.1.0-dev.202401310648", | ||
"version": "2.1.0-dev.202402270447", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -55,9 +55,9 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.1.0-dev.202401310648", | ||
"@aurelia/kernel": "2.1.0-dev.202401310648", | ||
"@aurelia/metadata": "2.1.0-dev.202401310648", | ||
"@aurelia/platform": "2.1.0-dev.202401310648", | ||
"@aurelia/platform-browser": "2.1.0-dev.202401310648", | ||
"@aurelia/runtime": "2.1.0-dev.202401310648", | ||
"@aurelia/runtime-html": "2.1.0-dev.202401310648" | ||
"@aurelia/fetch-client": "2.1.0-dev.202402270447", | ||
"@aurelia/kernel": "2.1.0-dev.202402270447", | ||
"@aurelia/metadata": "2.1.0-dev.202402270447", | ||
"@aurelia/platform": "2.1.0-dev.202402270447", | ||
"@aurelia/platform-browser": "2.1.0-dev.202402270447", | ||
"@aurelia/runtime": "2.1.0-dev.202402270447", | ||
"@aurelia/runtime-html": "2.1.0-dev.202402270447" | ||
}, | ||
@@ -64,0 +64,0 @@ "devDependencies": { |
@@ -61,3 +61,4 @@ import { DI, IContainer, Registration } from '@aurelia/kernel'; | ||
export { | ||
type Interceptor, | ||
type IFetchInterceptor, | ||
IFetchFn, | ||
// RetryConfiguration, | ||
@@ -64,0 +65,0 @@ // RetryableRequest, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81198
1231
+ Added@aurelia/fetch-client@2.1.0-dev.202402270447(transitive)
+ Added@aurelia/kernel@2.1.0-dev.202402270447(transitive)
+ Added@aurelia/metadata@2.1.0-dev.202402270447(transitive)
+ Added@aurelia/platform@2.1.0-dev.202402270447(transitive)
+ Added@aurelia/platform-browser@2.1.0-dev.202402270447(transitive)
+ Added@aurelia/runtime@2.1.0-dev.202402270447(transitive)
+ Added@aurelia/runtime-html@2.1.0-dev.202402270447(transitive)
- Removed@aurelia/fetch-client@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/kernel@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/metadata@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/platform@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/platform-browser@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/runtime@2.1.0-dev.202401310648(transitive)
- Removed@aurelia/runtime-html@2.1.0-dev.202401310648(transitive)