Skip to content

Releases: vercel/micro

v10.0.1

26 Nov 21:51
Compare
Choose a tag to compare
  • types: fix types path (#471)

v10.0.0

25 Nov 21:10
Compare
Choose a tag to compare
  • Adds support for ES Modules (#465)
  • Converts to TypeScript (#458)
  • Adds ESLint (#458)
  • Drop support for Node.js 12 (minimum is now 14.5) (#458)
  • Switched to ES2020 syntax (#458)
  • Removes deprecated arguments (#458)
    • --port (-p)
    • --host (-h)
    • --unix-socket (-s)

9.4.1

31 Jul 16:41
Compare
Choose a tag to compare

Patches

  • Bring back default http server wrapper: #460

https://www.npmjs.com/package/micro/v/9.4.1

9.4.0

17 Jul 21:16
Compare
Choose a tag to compare

Patches

  • Chore(examples/with-https): using destructuring: 62c1e01
  • Convert getURL fn to more ergonomic one liner: 85d7bd6
  • Decrease install size: #396
  • Bring in is-stream: #397
  • Add new programmatic usage: #399
  • Automatic publishing: #400
  • Add .d.ts for TypeScript compatibility: #401
  • Boot up http server in cli: #406
  • Bump raw-body version: #411
  • Remove request-promise (deprecation): #435
  • Gracefully shutdown: exit after server is closed: #418

Other

  • Remove duplicated code "getUrl" (tests): #436
  • chore(examples/socket.io-chat-app): use vanilla JS instead of jquery for DOM manipulation: #428
  • Move to GitHub Actions, general cleanup: (#456)

https://www.npmjs.com/package/micro/v/9.4.0

v9.3.5-canary.3

22 Jul 13:51
Compare
Choose a tag to compare
v9.3.5-canary.3 Pre-release
Pre-release

Patches

  • Bump raw-body version: #411

v9.3.5-canary.2

01 Jul 14:45
Compare
Choose a tag to compare
v9.3.5-canary.2 Pre-release
Pre-release

Patches

  • Boot up http server in cli: #406

v9.3.5-canary.1

13 May 11:38
Compare
Choose a tag to compare
v9.3.5-canary.1 Pre-release
Pre-release

Patches

  • Add .d.ts for TypeScript compatibility: #401

v9.3.5-canary.0

12 May 12:33
Compare
Choose a tag to compare
v9.3.5-canary.0 Pre-release
Pre-release

Patches

  • Bring in is-stream: #397
  • Add new programmatic usage: #399
  • Automatic publishing: #400

9.3.4

02 May 13:42
Compare
Choose a tag to compare

Patches

  • Chore(examples/with-https): using destructuring: 62c1e01
  • Convert getURL fn to more ergonomic one liner: 85d7bd6
  • Decrease install size: #396

9.3.3

09 Aug 09:05
@leo leo
Compare
Choose a tag to compare

Patches

  • Updated link to Spectrum: #370