Releases: mainmatter/ember-cookies
Releases · mainmatter/ember-cookies
0.3.0
- When writing a cookie, the written value is now checked to not exceed 4096 bytes, see #159.
0.2.0
- Add
exists
method to check for existence of a cookie (even with a falsy value), see #158.
0.1.3
- A runtime error in Internet Explorer was fixed, see #149.
0.1.2
- Added a new
clearAllCookies
helper function for clearing all cookies in tests, see #140.
0.1.1
- 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
- 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
- Update the ember-getowner-polyfill dependency, see #49.
0.0.12
- 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
- A deprecation triggered by ember-getowner-polyfill has been fixed, see #30.
0.0.10
- Fix usage of the FastBoot host, see #25