feathersjs-ecosystem / feathers-localstorage

A client side service based on feathers-memory that persists to LocalStorage
MIT License
38 stars 15 forks source link

Localstorage working #1

Closed ekryski closed 8 years ago

ekryski commented 8 years ago

This gets all the tests passing (server side) and adds examples, etc. In theory because the node module api is the same as the browser it should work just fine there too.

ekryski commented 8 years ago

https://github.com/feathersjs/feathers-errors/pull/26 will need to be landed and feathers-memory will need to be updated to the next major feathers-errors version before this can be merged.

daffl commented 8 years ago

Good thing is that feathers-memory will only be a patch release. Plus we can change the Lodash dependencies so that it doesn't pull in the whole thing.

ekryski commented 8 years ago

Still need to get a new version of feathers-memory in without all of lodash before we merge this. https://github.com/feathersjs/feathers-memory/pull/18