1.0.17 • Published 6 years ago

devel-localstorage v1.0.17

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

=========

A small npm library providing an API for storing arrays in localStorage

Installation

`npm install devel-localstorage --save`

Usage

    import develLS from  'devel-localstorage'

    // set
    develLS.set('user',[{ user: "develdoe"}])

    // get
    var res = develLS.get('store')

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.0 Initial setup
  • 0.1 Set method
  • 0.2 Get method
  • 0.3 Callback pattern
  • 0.4 Filter method
  • 0.5 Tests

  • 1.0 move to ES2015
1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago