Skip to content

Releases: vercel/serve

5.1.0

24 Mar 16:02
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added --no-clipboard option: 7657ceb
  • Indicate name of directory that doesn't exist: 1d22c81

Patches

  • Added .editorconfig file: #142
  • Shortened description in .editorconfig: dcde9bf
  • Use prettier to enforce a code style: 0ca892a
  • Prettified everything: 555561f

Credits

Huge thanks to @williamboman for his help!

5.0.4

19 Mar 20:34
@leo leo
Compare
Choose a tag to compare

Patches

  • Chore(package): update husky to version 0.13.3-0: #133
  • Use clipboardy for copying to clipboard in a better way: #130
  • Adjusted the readme.md wording to indicate that serve can also list files: #134
  • Fix(package): update clipboardy to version 1.0.1: #135
  • Chore(package): update xo to version 0.18.0: #137
  • Fix(package): update detect-port to version 1.1.1: #136

Credits

Huge thanks to @floatdrop and @francocorreasosa for their help!

5.0.3

12 Mar 12:03
@leo leo
Compare
Choose a tag to compare

Patches

  • Don't freeze if path doesn't exist: #132

Credits

Huge thanks to @AndyBitz for his help!

5.0.2

09 Mar 09:46
@leo leo
Compare
Choose a tag to compare

Patches

  • Alias boolean cli flags in minimist config: #129
  • No need to define option aliases as boolean: 8700289

Credits

Huge thanks to @disquisition for their help!

5.0.1

08 Mar 21:43
@leo leo
Compare
Choose a tag to compare

Patches

  • Only show network address if local IP is available: 89651cc
  • Prettier newlines in terminal message: 343daa3
  • Catch errors directly when copying to clipboard: f0fd992
  • Don't try to copy to clipboard on linux: 9ec86c4

Huge thanks to @AndyBitz for helping me by testing these patches! ❤️

5.0.0

08 Mar 16:51
@leo leo
Compare
Choose a tag to compare

Major Changes

  • Switch default port from 3000 to 5000: 8292872
  • Made the path the first parameter on the programmatic API: 2db4dd3

Patches

  • Defined remaining bool flags with the correct type: faf30b8
  • No need to pass a default value for --ignore to args: 1e7ffac
  • Updated example screenshot: 1696360
  • Options should be defined before the path: 5b1d7bc

4.0.2

08 Mar 14:58
@leo leo
Compare
Choose a tag to compare

Patches

  • Treat --single and -s flags as booleans: c982626
  • Test on LTS version of node as well: 6ce8194

4.0.1

28 Feb 22:02
@leo leo
Compare
Choose a tag to compare

Patches

  • Only show update message if not in production: b5d3ff0
  • Use the same procedure for running message: dbc5384

4.0.0

28 Feb 21:33
@leo leo
Compare
Choose a tag to compare

Major Changes

  • Let args decide the short flag for --cors (=> -C): bc94699

Minor Changes

  • Added support for --silent: #118

Patches

  • Fix(package): update filesize to version 3.5.5: #119
  • Fix(package): update send to version 0.15.0: #120

3.4.1

21 Feb 17:33
@leo leo
b2d548e
Compare
Choose a tag to compare

Patches

  • Only copy to clipboard on darwin: 83ebb04
  • Example for --auth: 190bc0d