-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,39 @@ | ||
# Changelog | ||
|
||
## [v1.1.2](https://github.com/lynoapp/typed-local-store/tree/v1.1.1) (2022-08-01) | ||
## [v2.0.0](https://github.com/lynoapp/typed-local-store/tree/v2.0.0) (2022-09-05) | ||
|
||
[Full Changelog](https://github.com/lynoapp/typed-local-store/compare/v1.1.2...v2.0.0) | ||
|
||
### :boom: Breaking | ||
|
||
- change `length` method to getter to fully satisfy the Web Storage API | ||
|
||
### :rocket: Features | ||
|
||
- add `fallbackStorage` to provide an alternative storage incase `localStorage` and/or `sessionStorage` is not present | ||
- add `ignoreMissingStorage` option to prevent error to pe thrown incase no storage is present | ||
|
||
## [v1.1.2](https://github.com/lynoapp/typed-local-store/tree/v1.1.2) (2022-08-01) | ||
|
||
[Full Changelog](https://github.com/lynoapp/typed-local-store/compare/v1.1.1...v1.1.2) | ||
|
||
### :bug: Bug Fixes | ||
|
||
- assure the presence of the Web Storage API when initializing the store | ||
|
||
## [v1.1.1](https://github.com/lynoapp/typed-local-store/tree/v1.1.1) (2021-03-03) | ||
|
||
[Full Changelog](https://github.com/lynoapp/typed-local-store/compare/v1.1.0...v1.1.1) | ||
|
||
### :bug: Bug Fixes | ||
|
||
- fix interface definition | ||
|
||
## [v1.1.0](https://github.com/lynoapp/typed-local-store/tree/v1.1.0) (2021-03-03) | ||
|
||
[Full Changelog](https://github.com/lynoapp/typed-local-store/compare/v1.0.4...v1.1.0) | ||
|
||
### :rocket: Features | ||
|
||
- adds retrieval options to `getItem` | ||
- adds deno support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters