Vercel Micro Versions Save

Asynchronous HTTP microservices

10

1 year ago

10.0.0

1 year ago
  • 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

1 year ago

Patches

  • Bring back default http server wrapper: #460

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

9.4.0

1 year ago

Patches

  • Chore(examples/with-https): using destructuring: 62c1e01ddb10ea283417e24450175ff66c0450f0
  • Convert getURL fn to more ergonomic one liner: 85d7bd6302345957e13831f1f1f811eb9f69909d
  • 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

4 years ago

Patches

  • Bump raw-body version: #411

v9.3.5-canary.2

4 years ago

Patches

  • Boot up http server in cli: #406

v9.3.5-canary.1

4 years ago

Patches

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

v9.3.5-canary.0

4 years ago

Patches

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

9.3.4

5 years ago

Patches

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

9.3.3

5 years ago

Patches

  • Updated link to Spectrum: #370