forked from daren.hsu/line_push
7.2 KiB
7.2 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.2 (2020-06-25)
Bug Fixes
- module: set default value for baseURLAlt (dbd3b29)
2.0.1 (2020-06-24)
Bug Fixes
- disable altPort by default (fb344b3)
2.0.0 (2020-06-18)
Bug Fixes
- {STATE} was being interpolated by poi (69955ff)
- getPort import (f04edfe)
- lazy listen and redirect users directly opening port (cdb0b04)
Features
- allow customisation with options (#57) (ee40ac5), closes #43
- altPort option and disable for codesandbox (f176eb3)
- listen on new port (#60) (119a032)
- use baseURLAlt only for SSE (9f27089)
BREAKING CHANGES
- no longer adding serverMiddleware
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.2.0 (2019-10-01)
Bug Fixes
Features
1.1.0 (2019-09-21)
Features
1.0.1 (2019-08-20)
Bug Fixes
1.0.0 (2019-08-05)
⚠ BREAKING CHANGES
- /ws endpoint changed to /sse
Bug Fixes
Features
0.5.2 (2019-05-01)
Bug Fixes
0.5.1 (2019-04-26)
Bug Fixes
0.5.0 (2019-04-24)
Features
- always reload (32b57a8)
0.4.1 (2019-04-24)
Bug Fixes
- _closed guard (b7f3b3e)
- use unique top level selector (4f8811e)
- workaround for duplicate instance (a6dd5a7)
0.4.0 (2019-04-24)
Features
- improved
showNuxtApp
(6fb1fa6)
0.3.1 (2019-04-24)
Bug Fixes
- stop requesting before replacing document (441d3cd)
0.3.0 (2019-04-09)
Features
0.2.0 (2019-03-23)
Features
0.1.3 (2019-03-22)
Bug Fixes
0.1.2 (2019-03-20)
Performance Improvements
- prevent duplicate allDone getter calls (0cb31cd)
0.1.1 (2019-03-20)
Performance Improvements
- throttle ws broadcast (3069cb9)
0.1.0 (2019-03-20)
Bug Fixes
- app: don't update wsURL when retry (c7e0ed0)
- app: Remove logging and don't finish is not bundle is given as first message (031271d)
- poi: set html.template option (ce72848)
- correctly handle ws upgrade events on server (4ba32a2)
Features
- SSR initial state (9982c9e)