Version Packages
This commit is contained in:
parent
1aaecddd9f
commit
bb82f8b82b
4 changed files with 14 additions and 14 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ajax': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix cache session race condition for in-flight requests
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
'@lion/ajax': minor
|
|
||||||
---
|
|
||||||
|
|
||||||
**BREAKING** public API changes:
|
|
||||||
|
|
||||||
- Changed `timeToLive` to `maxAge`
|
|
||||||
- Renamed `requestIdentificationFn` to `requestIdFunction`
|
|
||||||
|
|
@ -1,5 +1,18 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## 0.12.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 87959850: **BREAKING** public API changes:
|
||||||
|
|
||||||
|
- Changed `timeToLive` to `maxAge`
|
||||||
|
- Renamed `requestIdentificationFn` to `requestIdFunction`
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- 87959850: Fix cache session race condition for in-flight requests
|
||||||
|
|
||||||
## 0.11.1
|
## 0.11.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lion/ajax",
|
"name": "@lion/ajax",
|
||||||
"version": "0.11.1",
|
"version": "0.12.0",
|
||||||
"description": "Thin wrapper around fetch with support for interceptors.",
|
"description": "Thin wrapper around fetch with support for interceptors.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue