vue-local-storage icon indicating copy to clipboard operation
vue-local-storage copied to clipboard

Roadmap to 1.0

Open pinguinjkeke opened this issue 7 years ago • 2 comments

  • [x] Fix some const/let statements in es2015 version
  • [x] Add default value to get method
  • [x] Add unit tests
  • [ ] Add e2e tests
  • [x] Split to src and dist folders
  • [x] Add building with rollup
  • [ ] Add examples
  • [ ] Add TypeScript bindings
  • [x] Add eslint rules
  • [x] Add ability to change $localStorage binding to any other name
  • [ ] Documentation (gitbook maybe)
  • [ ] Changelog
  • [x] Integrate with CI
  • [ ] Switch to JSON.stringify and JSON.parse instead of manual fields definition
  • [x] SSR support
  • [x] Automatically create getters and setters (Thanks to @dasdeck)
  • [x] Namespaces (Thanks to @nikolay-borzov)

pinguinjkeke avatar Apr 18 '17 20:04 pinguinjkeke

You should definitely add sessionStorage to this list.

Fohlen avatar Feb 21 '18 10:02 Fohlen

need help? I can help to support typescript types binding

himself65 avatar Feb 06 '19 10:02 himself65