carton/CHANGELOG.md

21 lines
582 B
Markdown
Raw Normal View History

2020-06-17 02:16:42 +08:00
# 0.0.5 (16 June 2020)
Pass `--target` flag to `swift build` when running the `dev` command.
2020-06-17 00:26:11 +08:00
# 0.0.4 (16 June 2020)
Fix index page body served by HTTP when running the `dev` command.
2020-06-09 18:05:17 +08:00
# 0.0.3 (9 June 2020)
Fix expected polyfill hashes and a fatal error triggered when hashes didn't match.
# 0.0.2 (9 June 2020)
Fix watching and reloading, allow multiple WebSocket connections in the watcher code. The
latter allows multiple browser windows to stay open and get reloaded simultaneously.
2020-06-09 16:41:38 +08:00
# 0.0.1 (6 June 2020)
First preview release, only a basic `dev` command is implemented.