Skip to content

Releases: vercel/serve

3.2.3

05 Feb 22:19
@leo leo
ce32464
Compare
Choose a tag to compare

Patches

  • Fix(package): update micro to version 7.0.0: #92
  • Correct pseudo-elements syntax: #93
  • Make async-to-gen work on Now: 1466cf7
  • Bumped mime-types to latest version: 9dd70bf

Credits

Huge thanks to @electerious for his help!

3.2.2

04 Feb 20:25
@leo leo
d5abcd2
Compare
Choose a tag to compare

Patches

  • Show correct ports when switching to an open one: 83d508b
  • Same notification for serve and micro: 18a574e
  • Prepare for native async/await without flags: d9a4eca

3.2.1

04 Feb 11:41
@leo leo
1bfbdaf
Compare
Choose a tag to compare

Patches

  • Improved message for used ports: 2f5a55e

3.2.0

04 Feb 11:09
@leo leo
56802e5
Compare
Choose a tag to compare

Minor Changes

  • Beautiful notification when running: 75a8d6a

Patches

  • Better way of handling used ports: f7d278a
  • Serve files without a mime type as text (like dotfiles): 5ffb291

3.1.0

30 Jan 20:51
@leo leo
3a9945f
Compare
Choose a tag to compare

Minor Changes

  • Stream and pipe EVERYTHING: da0251b

Patches

  • Only show update message in production: 9800d5d
  • No need to tell greenkeeper about the emails: d82dc9d

3.0.2

27 Jan 20:07
@leo leo
884706a
Compare
Choose a tag to compare

Patches

  • Don't create sourcemaps when transpiling: 77e9955

3.0.1

27 Jan 20:04
@leo leo
ae4b812
Compare
Choose a tag to compare

Patches

  • Correct config props for async-to-gen: 20fe997

3.0.0

27 Jan 19:51
@leo leo
af388a2
Compare
Choose a tag to compare

Major Changes

  • Only find random port if the other one is in use: e72b2fd

Minor Changes

  • Hide details about server: 528bd1e
  • Mention package behind the curtains: 575ff68

Patches

  • Add husky: #88
  • Normalize directory paths with trailing slash: 96ce096
  • Only transpile our own code: 9e67188
  • Bumped dependencies: 65ad957

Credits

Huge thanks to @timneutkens for his help!

2.4.4

27 Jan 19:46
@leo leo
fc79e5c
Compare
Choose a tag to compare

Patches

  • Fix directory name render issue when running on Windows: #83
  • Always send the content-type header: #89

Credits

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

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!