Skip to content

Releases: mainmatter/ember-cookies

0.0.8

23 Jun 21:27
Compare
Choose a tag to compare
  • The new clear method was added to delete a particular cookie, see #20.
  • The dependency on ember-lodash was removed, see #22.

0.0.7

23 Jun 19:36
Compare
Choose a tag to compare
  • Cookies are now written directly to the response headers in FastBoot mode, see #17.

0.0.6

25 Apr 07:32
Compare
Choose a tag to compare

The fastboot service is now correctly referenced as service:fastboot, see #16.

0.0.5

22 Apr 12:54
Compare
Choose a tag to compare
  • 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.

0.0.4

22 Apr 12:54
Compare
Choose a tag to compare
  • 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.

0.0.3

13 Apr 11:53
Compare
Choose a tag to compare
  • Make sure that cookies can be read after having been written in FastBoot, see #9.
  • Enable ember-suave for the project, see #10.

0.0.2

13 Apr 11:53
Compare
Choose a tag to compare
  • tests, tests, tests 🎉, see #5.

0.0.1

13 Apr 11:52
Compare
Choose a tag to compare

initial release