1.0.17 • Published 7 years ago
devel-localstorage v1.0.17
=========
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
7 years ago
1.0.16
7 years ago
1.0.15
7 years ago
1.0.14
7 years ago
1.0.13
7 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago