1.0.17 • Published 8 years ago
devel-localstorage v1.0.17
=========
A small npm library providing an API for storing arrays in localStorageInstallation
`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
8 years ago
1.0.16
8 years ago
1.0.15
8 years ago
1.0.14
8 years ago
1.0.13
8 years ago
1.0.12
8 years ago
1.0.11
8 years ago
1.0.9
8 years ago
1.0.8
8 years ago
1.0.7
8 years ago
1.0.6
8 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago