julien-maurel / jQuery-Storage-API

This plugin is no longer maintained! A new one, without dependencies with jQuery, is available : https://github.com/julien-maurel/js-storage
308 stars 83 forks source link

Remove jQuery dependency requirement? #29

Closed futpib closed 8 years ago

futpib commented 8 years ago

This library has barely anything to do with jQuery and uses it for some utilities like isArray, isPlainObject and as a namespace where the API is exposed.

Just like carhartl/jquery-cookie turned into js-cookie/js-cookie. this project can be turned into js-cookie-api without loosing any features or value, but getting rid of a significant unnecessary dependency.

Related jquery-cookie issue: carhartl/jquery-cookie/#349

julien-maurel commented 8 years ago

i already had this reflection a few days ago when i did last fix., but for the moment i didn't take time to do it. i'll did it one day but not now. i think before end of year

julien-maurel commented 8 years ago

I release a new plugin. https://github.com/julien-maurel/js-storage

Thanks