Cookies v0.4.0 Release Notes

Release Date: 2014-04-28 // almost 10 years ago
    • ๐Ÿ—„ Replaced deprecated toGMTString with toUTCString (Thanks @Zorbash!)
    • โž• Added a proper bower.json file (Thanks @jstayton!)
    • ๐Ÿ›  Fixed bug where Cookies.enabled was always returning true in IE7 and IE8 (Thanks @brianlow!)
    • โšก๏ธ Updated cookies.d.ts for Typescript 1.0 (Thanks @flashandy!)
    • ๐Ÿ›  Fixed unnecessarily encoding characters in cookie keys that are allowed by RFC6265, and
      ๐Ÿ›  fixed not encoding a couple characters in cookies keys that are not allowed by RFC6265.
      (Issue #18)
    • ๐Ÿšš Moved the change log to its own file.