- Fix dependabot issues
- Fix dependabot issues
- Add stars badge
- Update readme table of content links
- Fix dependabot issues
- Add CODE_OF_CONDUCT file
- Add CONTRIBUTING file
- Update README file
- Fix dependabot issues
- Fix dependabot issues
- Change version number to year.month.day instead of major.minor.patch numbers.
- Fix dependabot issues
- Fix dependabot issues
- Fix dependabot issues
- Fix dependabot issues
- Fix dependabot issues
- Fix dependabot issues
- Fix dependabot issues
- Fix dependabot issues
- Update README
- Deactivate NPM Publish script
- Fix dependabot issues
- Fix dependabot issues
- Add logo
- Fix dependabot issues
- Add GitHub action for test
- Update README
- Update CHANGELOG
- Fix dependabot issues
- Update README with Table of Contents
- Add CHANGELOG file
- Update
npm-publish.yml
- Update README with link functionality
- Update
codeql-analysis.yml
- Add npm publish GitHub Action and scripts
- Add getKeysCountFromLocalStorage() function
- Add getKeysCountFromSessionStorage() function
- Add getKeysCount() function
- Fix dependabot issues
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 like below.
import { storageFunction } from 'storage-function';
- Add CodeQL Analysis
- Add dependabot config
- Fix dependabot issues
- Update README file
- Update getAllFromLocalStorage() function
- Update getKeysFromLocalStorage() function
- Update getAllFromSessionStorage() function
- Update getKeysFromSessionStorage() function
- Update getAll() function
- Update getKeys() function
- Add getAllFromLocalStorage() function
- Add getKeysFromLocalStorage() function
- Add getAllFromSessionStorage() function
- Add getKeysFromSessionStorage() function
- Add getAll() function
- Add getKeys() function
- Add all test cases
- Fix minor session storage issue
- First version released