All Versions
28
Latest Version
Avg Release Cycle
58 days
Latest Release
2502 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.6.0 Changes
November 08, 2017โ Added
getHeaderSession
function to access session data without denying access to a route (issue #30).cookied
function:- support for multiple-parametered handlers (issue #34).
-
CookiedWrapper
type synonym andCookieWrapperClass
class to ease work with the function (issue #38).๐ Support for session cookies (issue #35):
ssExpirationType
ofSessionSetting
record
-
ExpirationType
datatype๐ Support for refreshing cookies (issue #37):
-
ssAutoRenew
ofSessionSetting
recordType synonyms for common boilerplates:
AuthCookieExceptionHandler
AuthCookieHandler
๐ Changed
cookied
function's signature, added argument of typeProxy Session
.- 0๏ธโฃ
addSession*
functions' signatures, added argument ofSessionSettings
type. Usedef
(fromData.Default
) for fallback mode. - ๐ Fixed bug with wrong time format in
removeSession*
functions (issue #39). - ๐จ Refactored internals:
- Format of encoding cookies is different.
Cookie
record is completely changed.WithMetadata
replaced withPayloadWrapper
/ExtendedPayloadWrapper
. Use the latter one in cookie handlers.encryptCookie
/decryptCookie
merged with their session counterparts.
โ Removed
- ๐
acsExpirationFormat
field andCannotParseExpirationTime
exception constructor are no longer needed.
-
v0.6.0.3 Changes
January 14, 2018๐ Changed
- ๐ Fixed dependencies' bounds.
-
v0.6.0.2 Changes
January 13, 2018โ Added
- ๐
CookiedWrapperClass
supportsMonadIO
- andMonadThrow
-constrained monads.
๐ Changed
- ๐ Fixed dependencies' bounds.
AuthCookieExceptionHandler
requires type of underlying monad as parameter.
- ๐
-
v0.6.0.1 Changes
December 29, 2017๐ Changed
- ๐ Fixed module
tests/Utils
export.
- ๐ Fixed module
-
v0.5.0 Changes
April 15, 2017๐ Changed
- Server keys management:
ServerKey
becomesServerKeySet
.mkServerKeyFromBytes
becomesmkPersistentServerKey
.
โ Deleted
mkServerKey
(instead use custom instance ofServerKeySet
.
โ Added
- class
Cookied
and functioncookied
to faciliate usage of mutable server keys.
- Server keys management:
-
v0.5.0.7 Changes
November 08, 2017๐ Changed
- ๐ Fixed dependencies' bounds.
-
v0.5.0.6 Changes
October 23, 2017๐ Changed
- ๐ Fixed dependencies' bounds.
-
v0.5.0.5 Changes
July 13, 2017๐ Changed
- ๐ Fixed dependencies' bounds.
-
v0.5.0.4 Changes
May 27, 2017๐ Changed
- ๐ Fixed dependencies' bounds.
-
v0.5.0.3 Changes
May 24, 2017๐ Changed
- ๐ Fixed dependencies' bounds.