Skip to content

Releases: vercel/micro

7.3.0

27 Mar 14:46
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Use text/plain as default content-type in .json: #208
  • Added .buffer and .text helpers: #210

Patches

  • Test res.end is working without returned value: #204
  • Added .editorconfig: 25cdf88
  • Use prettier: ceeaea5
  • Prettified everything: 3e7f55d
  • Fix(package): update args to version 2.4.0: #205
  • Re-introduced correct syntax for code examples: 3641a50
  • Bumped lockfile for Yarn: e8be149

Credits

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

7.2.2

25 Mar 13:37
@leo leo
Compare
Choose a tag to compare

Patches

  • Improved initial example in readme.md file: #201
  • Reverted "undefined from fn should not hang request" (re-enables streaming): #180
  • Bumped husky to latest version: 892cb0c
  • Removed unnecessary return statement: de652f8

Credits

Huge thanks to @floatdrop for his help!

7.2.1

21 Mar 08:30
@leo leo
Compare
Choose a tag to compare

Patches

  • Port should be returned as number: #200
  • Fixed content-type erasing on json and true 💯 coverage: #199

Credits

Huge thanks to @floatdrop for their help!

7.2.0

20 Mar 18:02
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Allow numbers as responses: #171
  • Add silent mode flag: #185

Patches

  • Convert port to number: #168
  • Export async function lib/index.js: #172
  • Use clipboardy: #173
  • Simplify returnJSON function: #178
  • Remove redundant async/await in server.listen: #177
  • Fix for #164 – status should not be ignored: #183
  • Add code coverage: #181
  • Null value from fn should cause one res.end call: #179
  • Undefined from fn should not hang request: #180
  • Add coverage results to gitignore: #186
  • Throwing in sync function should work: #188
  • Add coveralls.io badge: #187
  • 💯 test coverage: #190
  • Fix linting errors: #198
  • Indicate type of flags: 7a21848
  • Bumped lockfile for Yarn: db4fead

Credits

Huge thanks to @knpwrs, @dotcypress, @nkzawa and @floatdrop for their help!

7.1.0

06 Mar 11:39
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Add status fallback to error handling: #164

Patches

  • Fix(package): update args to version 2.3.0: #151
  • Include whole entrypoint directory to be compiled: #152
  • Use bluebird instead of Q: #153
  • Fix(package): update update-notifier to version 2.1.0: #160
  • Chore(package): update ava to version 0.18.2: #161
  • Lazy load async-to-gen/register: #162
  • Lowercased text files: bd4a13f
  • Chore(package): update husky to version 0.13.2: #165
  • Fix(package): update ip to version 1.1.5: #166
  • Chore(package): update request to version 2.80.0: #167
  • Tell Travis to test on node LTS: ab5c8a2
  • Fix transpilation on Windows platform: 8a597c0
  • Remove bluebird.coroutine: #163
  • Bumped bluebird and xo to latest version: 179a0e9
  • Updated lockfile for Yarn: 94476e7

Credits

Huge thanks to @dotcypress, @timneutkens, @iamstarkov and @floatdrop for their help!

7.0.6

10 Feb 17:38
@leo leo
29124aa
Compare
Choose a tag to compare

Patches

  • Do not transpile API on the fly: e556804

7.0.5

10 Feb 17:32
@leo leo
8dfb112
Compare
Choose a tag to compare

Patches

  • Avoid async and await for run(): a4cf235
  • Do not use it for json() either: 34eb7cd
  • Removed yarn's lockfile (only used in development, so no real advantage): 6eefdc9
  • No need to load CLI by filename: 1a6f80c
  • AVA supports async and await natively: 47b19f0

7.0.4

10 Feb 16:18
@leo leo
4f0415f
Compare
Choose a tag to compare

Patches

  • Make command history available: ccd0b16
  • Bumped version tags in yarn's lockfile: 3f30e82

7.0.3

06 Feb 13:25
@leo leo
9e1437d
Compare
Choose a tag to compare

Patches

  • Fixed typo in README.md: #147
  • Save exact version of dependencies: 78b50bc
  • Pinned dependencies: 645c503

Credits

Huge thanks to @bganicky for his help!

7.0.2

05 Feb 22:25
@leo leo
fa9444a
Compare
Choose a tag to compare

Patches

  • Move getModule into it's own file: #142
  • Use test-listen to get the listening url inside the tests: #144
  • Flatten send(): #143
  • Remove unused xo rules: #146
  • Make async-to-gen work on Now: 53f61f5

Credits

Huge thanks to @timneutkens for his help!