jquery-cookie v1.3.0 Release Notes

Release Date: 2013-01-24 // about 11 years ago
    • ๐Ÿ”ง Configuration options: raw, json. Replaces raw option, becomes config:
      $.cookie.raw = true; // bypass encoding/decoding the cookie value
      $.cookie.json = true; // automatically JSON stringify/parse value
    

    Thus the default options now cleanly contain cookie attributes only.

    • ๐Ÿš€ Removing licensing under GPL Version 2, the plugin is now released under MIT License only (keeping it simple and following the jQuery library itself here).

    • ๐Ÿ›  Bugfix: Properly handle RFC 2068 quoted cookie values.

    • โž• Added component.json for bower.

    • โž• Added jQuery plugin package manifest.

    • $.cookie() returns all available cookies.