Skip to content

Releases: vercel/micro

9.0.1

03 Nov 22:33
@leo leo
Compare
Choose a tag to compare

Patches

  • Replaced media-typer module with content-type: #316
  • Added port type and range validation: #320
  • Now using Number.isNaN instead of global.isNaN: #322
  • Bumped dependencies to the latest version: b39f0e4

Credits

Huge thanks to @dougwilson and @rapzo for their help!

9.0.0

12 Sep 16:45
@leo leo
Compare
Choose a tag to compare

Major Changes

  • Set encoding to utf-8 for JSON responses: #302

Patches

  • Simplified sendError method: #307
  • Bumped dependencies to the latest version: #310

Credits

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

8.0.4

31 Aug 11:50
@leo leo
Compare
Choose a tag to compare

Patches

  • HTTP error should be status code in readme.md: #303
  • Treat abstract streams (not inherited from Stream) correctly: #299

Credits

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

8.0.3

17 Aug 16:10
@leo leo
Compare
Choose a tag to compare

Patches

  • Fixed example in "Body parsing" section: #297
  • Show hint if error is about async on older Node.js: #298

Credits

Huge thanks to @floatdrop for his help!

8.0.2

10 Aug 14:00
@leo leo
Compare
Choose a tag to compare

Patches

  • Close HTTP service in testing section safely: #293
  • Bumped dependencies to the latest version: 3b26837

8.0.1

01 Aug 21:36
@leo leo
Compare
Choose a tag to compare

Patches

  • Simplified binary flags: #291
  • Bumped dependencies to the latest version: 49ff776

Credits

Huge thanks to @lukeed for his help!

8.0.0

01 Aug 17:32
@leo leo
Compare
Choose a tag to compare

Read more about this release here! 🎉

7.3.3

08 May 12:31
@leo leo
Compare
Choose a tag to compare

Patches

  • Tell prettier not to use semicolons: 5e4aefd
  • Removed all semicolons: 1d2458d
  • 🐛 Export micro default: #253
  • Bumped dependencies to the latest version: e6594fa
  • Removed lockfile for Yarn: 2416a2e

Credits

Huge thanks to @albinekb for their help!

7.3.2

13 Apr 11:27
@leo leo
Compare
Choose a tag to compare

Patches

  • Fix server.listen error handling: #228
  • Chore(package): update test-listen to version 1.0.2: #230
  • Fix(package): update args to version 2.6.0: #231
  • Bumped lockfile for Yarn: 5cec04e

This release introduces automatic suggestions for CLI options!

Credits

Huge thanks to @dimapaloskin for their help!

7.3.1

11 Apr 17:14
@leo leo
Compare
Choose a tag to compare

Patches

  • Fix initial example in readme: #214
  • Added chat-app example: #218
  • Replace detect-port with get-port: #226
  • Only load HTML files once in the beginning: 66fcf94
  • Invalidated cache of Slack badge: 09caf71
  • Mention awesome-micro inside the readme.md file: ab8850f
  • Fix failed 'limit included in error' test: #227
  • Fixed a typo in the tests: b8d0835

Dependency Updates

  • Fix(package): update args to version 2.4.1: #215
  • Chore(package): update coveralls to version 2.13.0: #217
  • Fix(package): update clipboardy to version 1.1.0: #220
  • Chore(package): update nyc to version 10.2.0: #211
  • Chore(package): update eslint-config-prettier to version 1.6.0: #222
  • Bumped dependencies to the latest version: 2c91d89

Credits

Huge thanks to @floatdrop, @coffee-mug and @dimapaloskin for their help!