Skip to content

Releases: jherax/cookie-storage

Release list

1.1.0

Choose a tag to compare

@jherax jherax released this 04 Jul 15:57

Improvements

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

1.0.1

Choose a tag to compare

@jherax jherax released this 24 Apr 22:59

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.