Skip to content

v0.4.0 | 23 Feb 2025

Latest
Compare
Choose a tag to compare
@BretHudson BretHudson released this 23 Feb 22:18
f033396

New features:

  • Support for .html reloading
  • Support for image asset reloading (<img>, favicon, etc)
  • Server now watches sub-directories (recursive mode)
  • Each page registers which files it wants to listen to and only receives those events, rather than ALL events
  • Improved client-side logging

Fixes:

  • Race-condition crashes

Other changes:

  • Added Playwright tests
  • Added prettier
  • Now using ESModules on server
  • reloader.js can now reload itself for easier debugging
  • Tampermonkey script is part of project now, allowing for easier install
  • README.md updated
  • Updated package manager npm -> pnpm

Full Changelog: v0.3.1...v0.4.0