Skip to content

Latest commit

 

History

History
237 lines (92 loc) · 7.79 KB

CHANGELOG.md

File metadata and controls

237 lines (92 loc) · 7.79 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.4 (2021-05-17)

Bug Fixes

  • don't set connection header if on http/2 (#79) (cce7f58)

2.0.3 (2020-11-21)

Bug Fixes

  • mixed esm syntax in utils (41a6eda)

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

  • ensure EventSource is supported in current browser (ee4b180)
  • typo in var name (#47) (e47885a)

Features

1.1.0 (2019-09-21)

Features

1.0.1 (2019-08-20)

Bug Fixes

  • set Content-Type of for index page (#38) (ad9051c)

1.0.0 (2019-08-05)

⚠ BREAKING CHANGES

  • /ws endpoint changed to /sse

Bug Fixes

  • missing underscore in reloading var (#22) (3295e15)

Features

  • switch from WebSocket to EventSource (#34) (68ea10e)

0.5.2 (2019-05-01)

Bug Fixes

0.5.1 (2019-04-26)

Bug Fixes

  • style: make progress_bar width responsive (#14) (a52089a)

0.5.0 (2019-04-24)

Features

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

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

  • fallback to fetch if ws timesout (#6) (46bd50a)

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

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

0.0.1 (2019-03-16)