All Versions
20
Latest Version
Avg Release Cycle
103 days
Latest Release
2727 days ago

Changelog History
Page 2

  • v0.2.1 Changes

    • Properly escaped a [ literal in the RFC6265 regular expression.
  • v0.2.0 Changes

    • Cookie values are no longer automatically JSON encoded/decoded. This featured was deemed out of the scope of the library. ๐Ÿšš This change also removes the dependency on a JSON shim for older browsers.
  • v0.1.7 Changes

    • ๐Ÿ”„ Changed cookie value encoding to only encode the special characters defined in RFC6265
  • v0.1.6 Changes

    • โž• Added 'use strict'; directive.
    • โœ‚ Removed some extraneous code.
  • v0.1.5 Changes

    • โž• Added CommonJS module support.
    • Setting an undefined value with Cookies.set now expires the cookie, mirroring the Cookies.expire alias syntax.
    • ๐Ÿ“œ Simplified how the document.cookie string is parsed.
  • v0.1.4 Changes

    • ๐Ÿ›  Fixed a bug where setting a cookie's secure value tofalse caused the Cookies.defaults.secure value to be used instead.
  • v0.1.3 Changes

    • โž• Added aliases for Cookies.set and Cookies.expire.
  • v0.1.2 Changes

    • 0๏ธโƒฃ Set Cookies.defaults.path to '/'.
    • ๐Ÿ—„ Replaced escape and unescape function calls with encodeURIComponent and decodeURIComponent, because the former are deprecated.
    • Cookie keys are now URI encoded in addition to cookie values.
  • v0.1.1 Changes

    • ๐Ÿ’ป Cross browser fixes.
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initial commit.