Skip to content

Releases: okwolf/srvs

0.5.3

01 Jul 00:06
Compare
Choose a tag to compare

Bug fixes

Fixes for Windows node_module paths and development.

0.5.2

22 Apr 05:48
Compare
Choose a tag to compare

Bug fixes

Hot reloading now works for *.html files, not just index.html.

0.5.1

21 Apr 00:04
Compare
Choose a tag to compare

What's new?

Bug fixes

Improved import/export rewriting logic and added more test coverage.

0.5.0

24 Mar 22:55
Compare
Choose a tag to compare

What's new?

  • Hot reloading is always on.
  • The scriptPath and docPath options default to the current directory if they don't exist.

0.4.1

10 Mar 05:01
Compare
Choose a tag to compare

Bug fixes

Fix error running in environments without a BROWSER variable set.

0.4.0

10 Mar 04:47
Compare
Choose a tag to compare

What's new?

  • Hot reloading now detects changes to scriptPath and docPath changes, with a fallback to refreshing the page if no handler is defined for hot reloading that path.
  • The BROWSER environment variable can be used to control which application to open your page in, or set to none to disable browser opening entirely. This feature is inspired by the popular create-react-app.

0.3.2

13 Sep 04:05
Compare
Choose a tag to compare

Bug fixes

Exports were being rewritten incorrectly in some cases. Tests were added to cover import and export rewriting logic. Fixed in a04e468.

0.3.1

02 Sep 20:49
Compare
Choose a tag to compare

Bug fixes

Path resolution was failing in some cases for Windows and Linux. Fixed in 2e42671.