File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ * 0.9.0
4
+ - Node server changes:
5
+ - Move ``` ServerOptions ``` from ``` Hyper.Node.Server ``` to
6
+ ``` Hyper.Node.Server.Options ``` and rename to ``` Options ``` . #40
7
+ - Add a ``` Hostname ``` newtype for ``` hostname ``` option. #40
8
+ - Use ``` runAff ``` instead of ``` launchAff ``` to correctly handle
9
+ asynchronous exceptions. #44
10
+ - In-memory session store:
11
+ - Fix ``` put ``` /``` delete ``` bug. #53
12
+ - Use ``` Ref ``` instead of ``` AVar ``` . #53
13
+ - Enable random session ID generation. #53
14
+ - File server: Detect content-type from file extension. #59
15
+ - ``` Set-Cookie ``` attributes #60
16
+ - ``` Semigroup ``` instance for ``` Form ``` type #52
17
+ - Upgrade to ``` purescript-aff ``` v5. #50 , #64
18
+ - Migrate to PureScript 0.12. #63
19
+ - Upgrade dependencies. #63
20
+ - Add support for qualified-do syntax. #70
21
+ - Various documentation updates.
3
22
* 0.8.0
4
23
- Add ` MonadAff ` instance for ` Middleware `
5
24
- Add Buffer instance for ` ReadableBody `
You can’t perform that action at this time.
0 commit comments