Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Releases: sametcelikbicak/storage-function

v2.1.4

26 Sep 10:34
Compare
Choose a tag to compare

v.2.1.3

11 Sep 10:20
Compare
Choose a tag to compare

v2.1.2

08 Sep 16:55
Compare
Choose a tag to compare
  • Add CHANGELOG file
  • Update npm-publish.yml
  • Update README with link functionality
  • Update codeql-analysis.yml

v2.1.1

06 Sep 16:51
Compare
Choose a tag to compare
  • Add npm publish GitHub Action and scripts

v.2.1.0

03 Sep 09:34
Compare
Choose a tag to compare

Add new functions like below

  • getKeysCountFromLocalStorage
  • getKeysCountFromSessionStorage
  • getKeysCount

v2.0.1

01 Sep 10:49
Compare
Choose a tag to compare
  • Fix dependabot issues

v2.0.0

22 Aug 16:12
Compare
Choose a tag to compare

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

17 Aug 07:00
Compare
Choose a tag to compare
1.1.4

v1.1.3

09 Aug 14:49
Compare
Choose a tag to compare
  • Add CodeQL Analysis

v1.1.2

02 Aug 13:13
Compare
Choose a tag to compare
  • Add dependabot config
  • Fix dependabot issues