Skip to content

Releases: vercel/micro

v10.0.1

Choose a tag to compare

@leerob leerob released this 26 Nov 21:51
  • types: fix types path (#471)

v10.0.0

Choose a tag to compare

@leerob leerob released this 25 Nov 21:10
  • 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

Choose a tag to compare

@leerob leerob released this 31 Jul 16:41

Patches

  • Bring back default http server wrapper: #460

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

9.4.0

Choose a tag to compare

@leerob leerob released this 17 Jul 21:16

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

v9.3.5-canary.3 Pre-release
Pre-release

Choose a tag to compare

@thasophearak thasophearak released this 22 Jul 13:51

Patches

  • Bump raw-body version: #411

v9.3.5-canary.2

v9.3.5-canary.2 Pre-release
Pre-release

Choose a tag to compare

@timneutkens timneutkens released this 01 Jul 14:45

Patches

  • Boot up http server in cli: #406

v9.3.5-canary.1

v9.3.5-canary.1 Pre-release
Pre-release

Choose a tag to compare

@timneutkens timneutkens released this 13 May 11:38

Patches

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

v9.3.5-canary.0

v9.3.5-canary.0 Pre-release
Pre-release

Choose a tag to compare

@timneutkens timneutkens released this 12 May 12:33

Patches

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

9.3.4

Choose a tag to compare

@timneutkens timneutkens released this 02 May 13:42

Patches

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

9.3.3

Choose a tag to compare

@leo leo released this 09 Aug 09:05

Patches

  • Updated link to Spectrum: #370