Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 394 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 394 Bytes

Cookie Storage

1.1.0

Improvements

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

1.0.1

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.