Skip to content

Releases: vercel/serve

2.4.3

20 Jan 15:45
@leo leo
35157b8
Compare
Choose a tag to compare

Patches

  • Male styling work on Windows: #78
  • Run pathType.dir() only if related exists (fixes #73): #81
  • Display IP address instead of localhost: #77

Credits

Huge thanks to @disquisition and @lukeed for their help!

2.4.2

18 Jan 21:35
@leo leo
2bf92b3
Compare
Choose a tag to compare

Patches

  • Fixed error that pops up if your node version is too low: 932cec9
  • Define a default random port instead: 915e677
  • Improve CSS font stack to make it work on Windows: #74

Credits

Huge thanks to @disquisition for his help!

2.4.1

15 Jan 10:52
@leo leo
b673579
Compare
Choose a tag to compare

Patches

  • Use default node binary for running the package: 206b8c3
  • Provide correct path to CLI (makes it work on windows): 5ae5337
  • Use async-to-gen to support async and await keywords: 2ef125d
  • Moved update checking to main binary: 8075d8b
  • Told npm to upload directory: cbcb450
  • Use package for determining if path is directory: f144ab6
  • Split out methods into separate files: d02fa31, 5697ad9 and 770f535
  • Show port number even if not defined as option: 6469086
  • Mention that it only works with Node LTS (at least): 71498e3, 0a59fc1 and de89140
  • Make description match the repo's: 91bf649

Notes

The package now works on the LTS version of Node!

2.4.0

12 Jan 21:26
@leo leo
4dee17a
Compare
Choose a tag to compare

Minor Changes

  • Copy url to clipboard when serving files: #68

Credits

Huge thanks to @pablopunk for his help!

2.3.0

12 Jan 17:00
@leo leo
a2ecf48
Compare
Choose a tag to compare

Minor Changes

  • Let user know if there's an update: a990173

2.2.0

11 Jan 22:01
@leo leo
6dd508b
Compare
Choose a tag to compare

Minor Changes

  • Use random open port as the default one: d177add

Patches

  • Author section added: 7d1c8d6
  • Fix linting tests: 112f94f
  • Removed terminal indicators: fb9f06f
  • Command for showing options: c0003ba
  • More explicit auth description: 25104af
  • Make contributing heading match other repos: 26ca8a4
  • Let Travis decide whether or not to use sudo: a1a0664
  • Unpinned dependencies: 58d3a6b
  • Make binary work without transpilation: 10afa80
  • Removed gulpfile: 0d29521
  • More files needed in the npm package: 5748440
  • No need to run a development script anymore: 3f85194
  • Note message shouldn't be green: 9c97897

2.1.2

21 Dec 21:37
@leo leo
afed7eb
Compare
Choose a tag to compare

Patches

  • Fixed screenshot again (now it finally works): cdd30a4

2.1.1

21 Dec 21:34
@leo leo
cfa5679
Compare
Choose a tag to compare

Patches

2.1.0

20 Dec 21:10
@leo leo
0d38c2c
Compare
Choose a tag to compare

Minor Changes

  • Added the --cors flag for allowing access from any origin: #37

Patches

  • Credits for the new name added to README.md file: eaa017a and b5fa631
  • Updated screenshot to match new name: #55 and 50d7903
  • Removed examples (we'll keep them somewhere else): 3a4de0d
  • Better explanation for --ignore flag: 1417447
  • Adapted command names for development workflow from all other @zeit repos: 7488f93
  • Link to section about HTTP authentication: b333d7b

2.0.0

10 Dec 21:50
@leo leo
baf434c
Compare
Choose a tag to compare

Major Changes

  • Renamed the project from "list" to "serve". Thanks to @tj for releasing the name! 🎉

Minor Changes

  • Support for streaming large files: #14