Skip to content

Commit 3105502

Browse files
committed
Fixing some formatting
1 parent 9e53f37 commit 3105502

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
1.3 (wip)
22
---
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.
3+
- Configuration options: `raw`, `json`. Replaces raw option, becomes config:
4+
5+
```javascript
6+
$.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.
710

811
1.2
912
---

0 commit comments

Comments
 (0)