Releases: vercel/serve
Releases Β· vercel/serve
14.2.4
14.2.3
14.2.2
14.2.1
14.2.0
14.1.2
14.1.1
14.1.0
Minor Changes
Patches
- Docs(readme): add note about using node 14+: #715
- Tests: add cli unit tests: #719
- Test: Included tests for verifying SSL hosting: #720
- Bump
serve-handler
from6.1.3
to6.1.5
: #738 - Add publish workflow: #740
Credits
Huge thanks to @schemburkar and @gamemaker1 for helping!
14.0.1
14.0.0
Overview
serve
has had a major update:
- The core library has been rewritten in TypeScript
- The core library is now an ES Module
- Added
eslint
andprettier
- Added
husky
andlint-staged
- Drops support for Node.js 12 (reached end of life)
We now also have a contribution guide, with linting/type checking running on a GitHub Actions workflow. There are also issue and pull request templates to help folks contribute more easily to the repository.
Major Changes
- [major] TypeScript rewrite, support ES Modules.: #706
Credits
Huge thanks to @gamemaker1 for helping!