- Update the ember-getowner-polyfill dependency, see #49.
- The
cookies
service'sclear
method now accepts options, see #48. - ember-cookies now uses ESLint instead of JSHint/JSCS, see #37.
- A deprecation triggered by ember-getowner-polyfill has been fixed, see #30.
- Fix usage of the FastBoot host, see #25.
- Handling of FastBoot cookies has been fixed, see #24.
- The new
clear
method was added to delete a particular cookie, see #20. - The dependency on ember-lodash was removed, see #22.
- Cookies are now written directly to the response headers in FastBoot mode, see #17.
- The fastboot service is now correctly referenced as
service:fastboot
, see #16.
- FastBoot is now always being referred to correctly with a capital "B", see #15.
- Values are now encoded when written and decoded when read, see #14.
- ember-lodash is now a direct dependency of ember-cookies while it was only a dev dependency before which caused errors in applications that didn't have ember-lodash installed already, see #12.
- Make sure that cookies can be read after having been written in FastBoot, see #9.
- Enable ember-suave for the project, see #10.
- tests, tests, tests 🎉, see #5.
initial release