Scott Trinh
Scott Trinh
@kukac7 localForage 1.5 is a breaking change, so I'm loathe to just merge this in without making a major bump. Maybe we could make it backwards compatible for our users...
The current versrion of Karma does not work on Node 7.x.
Let's put this back in the queue for 1.4.0.
nothing new to report, but it is definitely on the road map. PRs welcome!
Quick question for those who would want to use this functionality: what about making a custom `localForage` driver that does this compression? That would keep our codebase cleaner by still...
Or maybe a separate compression decorator that just wraps the `getItem`/`setItem` calls to compress and decompress on the way in and out?
Here is an example decorator using [`LZString`](http://pieroxy.net/blog/pages/lz-string/index.html): http://plnkr.co/edit/r0tSMFNJwsbyUdLT35Or?p=preview Not cut-n-paste production ready, but is a good starting point for those wishing to do this. Maybe we can just document this...
@TimeTravelersHackedMe Sounds like a legit bug to me, I'll take a peek. Feel free to PR if you find a fix before me!
To preserve backwards compatibility, I will keep the current behavior of unbind, but we can pass another argument to the method that will decide whether to remove the value from...
Let's open this back up for `1.4.0`.