This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
Releases: sametcelikbicak/storage-function
Releases · sametcelikbicak/storage-function
v2.1.4
v.2.1.3
v2.1.2
- Add CHANGELOG file
- Update
npm-publish.yml
- Update README with link functionality
- Update
codeql-analysis.yml
v2.1.1
- Add npm publish GitHub Action and scripts
v.2.1.0
Add new functions like below
- getKeysCountFromLocalStorage
- getKeysCountFromSessionStorage
- getKeysCount
v2.0.1
- Fix dependabot issues
v2.0.0
Before 2.0.0 version each function should be import itself like below
import { toLocalStorage, toSessionStorage } from 'storage-function';
or import them with an alias like below
import * as storageFunction from 'storage-function';
With 2.0.0 version its enough to just import storageFunction then you can reach all helpful function under it
v1.1.4
1.1.4
v1.1.3
- Add CodeQL Analysis
v1.1.2
- Add dependabot config
- Fix dependabot issues