Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Sep 25, 2019
1 parent fec413c commit f6ea389
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.5.0

* ember-cookies now requires Node 8, see #321.
* The default cookie path is now normalized to not include a trailing slash (as
appended e.g. by Firefox), see #169.
* The `clearAllCookies` helper function now accepts the `path`, `domain` and
`secure` options, see #197.

# 0.4.0

* The `httpOnly` option can now be specified for cookies that are set in
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cookies",
"version": "0.4.0",
"version": "0.5.0",
"description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit f6ea389

Please sign in to comment.