1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
## 0.4.6
* Resolve redundant import of Data.Monoid [#26](https://github.com/snoyberg/cookie/pull/26)
* Added `renderSetCookieBS` and `renderCookiesBS`
## 0.4.5
* Added `SameSite=None`
## 0.4.4
* Dropped dependency on blaze-builder
* Made cookie text rendering slightly more efficient
## 0.4.3
* Added `defaultSetCookie` [#16](https://github.com/snoyberg/cookie/pull/16)
## 0.4.2.1
* Clarified MIT license
## 0.4.2
* Added SameSite [#13](https://github.com/snoyberg/cookie/pull/13)
|