Skip to content

Releases: jherax/cookie-storage

1.1.0

04 Jul 15:57
Compare
Choose a tag to compare

Improvements

  1. Upgraded to Webpack 3, ESLint 4.
  2. Refactored and decoupled inner modules.

1.0.1

24 Apr 22:59
Compare
Choose a tag to compare

Features

  1. Allows setting {expires, domain, path, secure} as metadata to configure the cookies.
  2. Implements an API similar to Web Storage interface.
  3. Saves and retrieves data as JSON.