Releases: vercel/micro
Releases · vercel/micro
7.3.0
Minor Changes
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
7.2.1
7.2.0
Minor Changes
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
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
andxo
to latest version: 179a0e9 - Updated lockfile for Yarn: 94476e7
Credits
Huge thanks to @dotcypress, @timneutkens, @iamstarkov and @floatdrop for their help!