Releases: hashicorp/next-remote-watch
Releases · hashicorp/next-remote-watch
v2.0.0
Introduces support for next@12!
What's Changed
- Add ESLint and pin next peer dependency range by @floroz in #21
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #16
- feat: add --command option by @BRKalow in #24
- feat: support nextjs v12 by @kirill-kruchkov in #35
New Contributors
- @floroz made their first contribution in #21
- @dependabot made their first contribution in #16
- @BRKalow made their first contribution in #24
- @kirill-kruchkov made their first contribution in #35
Full Changelog: 1.0.0...2.0.0
1.0.0
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
0.2.0
v0.1.1 - switching from --command to --script
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.