Skip to content

Releases: adamkpickering/jenny

v0.1.0

22 Nov 19:25
Compare
Choose a tag to compare

Changelog

  • aa3930f Enable hot reloading with multiple clients connected
  • dc42c84 Use window.location.href rather than server listening address in client script
  • 19473bf Do not check origin when accepting websocket connection

v0.0.1

22 Nov 00:24
Compare
Choose a tag to compare

Changelog

  • 97419db Fix incorrect project name in .goreleaser.yaml
  • d1e0917 Make file watching and rebuilding loop in serve subcommand more robust
  • 7066bfd Use a temporary output directory for jenny serve
  • 1262d32 Fix two things that were missed when script injection was changed to regex-based
  • b16f906 Move setting configYaml global into a PersistentPreRunE function