Skip to content

Commit

Permalink
chore: 🆙 4.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Feb 27, 2024
1 parent 152709e commit 18ec0f9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v4.0.0-alpha.22 (2024-02-27)

#### :rocket: New Feature

* Added a `recursive` parameter to the `dropCache` method for recursive cache clearing to prevent memory leaks during SSR:
* `core/data`
* `core/request`

## v4.0.0-alpha.21 (2024-02-12)

#### :rocket: New Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "lib/core/index.js",
"typings": "index.d.ts",
"license": "MIT",
"version": "4.0.0-alpha.21",
"version": "4.0.0-alpha.22",
"author": "kobezzza <[email protected]> (https://github.com/kobezzza)",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions src/core/data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-alpha.22 (2024-02-27)

#### :rocket: New Feature

* Added a `recursive` parameter to the `dropCache` method for recursive cache clearing to prevent memory leaks during SSR

## v4.0.0-alpha.21 (2024-02-12)

#### :rocket: New Feature
Expand Down
6 changes: 6 additions & 0 deletions src/core/request/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-alpha.22 (2024-02-27)

#### :rocket: New Feature

* Added a `recursive` parameter to the `dropCache` method for recursive cache clearing to prevent memory leaks during SSR

## v4.0.0-alpha.11 (2023-10-12)

#### :rocket: New Feature
Expand Down

0 comments on commit 18ec0f9

Please sign in to comment.