We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b12a5a commit 91ba9fcCopy full SHA for 91ba9fc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.5.1
2
+
3
+* The `write` function now supports the `sameSite` option with values of
4
+ `'Strict'` or `'Lax'`, see #269.
5
6
# 0.5.0
7
8
* ember-cookies now requires Node 8, see #321.
package.json
@@ -1,6 +1,6 @@
{
"name": "ember-cookies",
- "version": "0.5.0",
+ "version": "0.5.1",
"description": "Cookies abstraction for Ember.js that works both in the browser as well as with Fastboot on the server.",
"keywords": [
"ember-addon"
0 commit comments