Skip to content

Releases: mainmatter/ember-cookies

0.2.0

13 Feb 08:46
Compare
Choose a tag to compare
  • Add exists method to check for existence of a cookie (even with a falsy value), see #158.

0.1.3

24 Jan 17:13
Compare
Choose a tag to compare
  • A runtime error in Internet Explorer was fixed, see #149.

0.1.2

22 Nov 09:02
Compare
Choose a tag to compare
  • Added a new clearAllCookies helper function for clearing all cookies in tests, see #140.

0.1.1

06 Nov 08:48
Compare
Choose a tag to compare
  • Accept both https and https: as valid protocols for HTTPS detections, see #132.
  • Add raw option to read and write that disables URL-en/decoding, see #134.

v0.1.0

18 Oct 13:07
Compare
Choose a tag to compare
  • Allow ember-getowner-polyfill ^1.1.0 and ^2.0.0 (#118)
  • Use "New Module Imports" (#117)
  • Set fake document on service in tests (#114)
  • Ensure multiple options are added to the cookie (#113)
  • Document maxAge option. (#112)
  • Update ember-cli-babel to version 6.6.0 (#111)
  • Remove unnecessary dependencies (#87)
  • Add options to args for clear() in README (#56)

0.0.13

01 Mar 13:28
Compare
Choose a tag to compare
  • Update the ember-getowner-polyfill dependency, see #49.

0.0.12

23 Feb 11:17
Compare
Choose a tag to compare
  • The cookies service's clear method now accepts options, see #48.
  • ember-cookies now uses ESLint instead of JSHint/JSCS, see #37.

0.0.11

21 Dec 19:20
Compare
Choose a tag to compare
  • A deprecation triggered by ember-getowner-polyfill has been fixed, see #30.

0.0.10

28 Nov 12:11
Compare
Choose a tag to compare
  • Fix usage of the FastBoot host, see #25

0.0.9

23 Jun 21:27
Compare
Choose a tag to compare
  • Handling of FastBoot cookies has been fixed, see #24.