Skip to content

Commit

Permalink
chore: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gcascio committed May 10, 2022
1 parent cfe6eb3 commit b403185
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typed-local-store",
"version": "1.1.2",
"version": "2.0.0",
"description": "A type wrapper for the store api",
"jest": {
"preset": "ts-jest",
Expand Down

0 comments on commit b403185

Please sign in to comment.