Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 831 Bytes

CHANGELOG.md

File metadata and controls

43 lines (26 loc) · 831 Bytes

1.0.0

Features

  1. Added keys and length to the WebStorage instances.

Breaking changes

The method setItem has changed its signature when the storage mechanism is set to "cookieStorage"
See more documentation here.

New signature

setItem (key {string}, value {any}, options {object});

Old signature

setItem (key {string}, value {any}, expires {number}, path {string});

0.3.0

Features

  1. Added the static method WebStorage.interceptors()

0.2.0

Improvements

  1. Added eslint-config-google
  2. Added eslint-loader to webpack
  3. Added clean-webpack-plugin to webpack

0.1.0

Improvements

  1. Added webpack as module bundler
  2. Webpack outputs the library as UMD module (global: proxyStorage)