Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Mar 8, 2019
1 parent e5234f6 commit 2e6f32c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# 0.4.0

* The `httpOnly` option can now be specified for cookies that are set in
FastBoot, see #194.
* A bug that would not replace an existing cookie but set it multiple times
with different values when calling `write` multiple times with different
values in FastBoot was fixed, see #195.
* An invokation of `merge` that was triggering a deprecation was removed, see
#204.
* Usages of the `volatile` computed property modified that were triggering
deprecations were removed, see #207.
* Cookies with `=` in the value are now correctly read, see #201.
* ember-cookies now uses Babel 7, see #192.

# 0.3.1

* A bug that prevented cookies from being read from the request header
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cookies",
"version": "0.3.1",
"version": "0.4.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 2e6f32c

Please sign in to comment.