From f6ea389f7dff6820938a77207f4b0c5344ab693c Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Wed, 25 Sep 2019 17:22:40 +0200 Subject: [PATCH] 0.5.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f375462e..1121c5b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4a14cf1b..f3524cdb 100644 --- a/package.json +++ b/package.json @@ -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"