Skip to content

Releases: hashicorp/next-remote-watch

v2.0.0

20 Sep 16:01
Compare
Choose a tag to compare

Introduces support for next@12!

What's Changed

New Contributors

Full Changelog: 1.0.0...2.0.0

1.0.0

29 Mar 16:54
4438b63
Compare
Choose a tag to compare

Adds compatibility with nextjs version 10.0.9+, removes compatibility with version 10.0.8 or below. Please upgrade with caution!

Thank you to @lukesmurray for the upgrade!

0.3.0

02 Dec 15:17
bbf4d20
Compare
Choose a tag to compare

Use body-parser on /__next_reload route only: 77e10df

Thank you to @zchsh for this upgrade!

0.2.0

13 Jul 23:21
072f56b
Compare
Choose a tag to compare

This release adds a --polling flag to change the chokidar mode. For some users this has improved performance 🚀

Commit Log

  • Add polling option to watcher: 30c5448
  • Update README regarding polling flag: f1ed170

v0.1.1 - switching from --command to --script

13 May 20:41
Compare
Choose a tag to compare

⚠️ Breaking Change ⚠️
Previously we accepted a --command option which took an arbitrary shell command to run. Instead now we've dropped the use of --command and replaced it with --script. This option expects the name of a file which exports a function that we run.

Patches

  • Fix command flag example usage: 6d0a0b2
  • Update cli to accept --script option: 155f180

0.1.0

08 May 15:52
76b7921
Compare
Choose a tag to compare

This release adds script and event options - see the readme for more details!

Commit Log

  • Add script and event options: 6b60cc3
  • Rename script => command, add a test: e5cf4a4
  • Add a test for options.event: 4d44d7d
  • Use diff syntax in readme: d91bac4

0.0.1

30 Apr 23:21
bbd5635
Compare
Choose a tag to compare

Initial release! 🎉