Skip to content

Commit bd655e3

Browse files
authored
Merge pull request #74 from nicholassaunders/docs/changelog-0.9.0
Add changelog entry for 0.9.0.
2 parents 21bfe44 + a55a3b2 commit bd655e3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

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.
322
* 0.8.0
423
- Add `MonadAff` instance for `Middleware`
524
- Add Buffer instance for `ReadableBody`

0 commit comments

Comments
 (0)