We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e53f37 commit 3105502Copy full SHA for 3105502
CHANGELOG.md
@@ -1,9 +1,12 @@
1
1.3 (wip)
2
---
3
-- Configuration options: `raw`, `json`. Replaces raw option becomes config:
4
- `$.cookie.raw = true` // bypass encoding/decoding the cookie value
5
- `$.cookie.json = true` // automatically JSON stringify/parse value
6
- Thus the default options now cleanly contain cookie attributes only.
+- Configuration options: `raw`, `json`. Replaces raw option, becomes config:
+
+```javascript
+$.cookie.raw = true; // bypass encoding/decoding the cookie value
7
+$.cookie.json = true; // automatically JSON stringify/parse value
8
+```
9
+Thus the default options now cleanly contain cookie attributes only.
10
11
1.2
12
0 commit comments