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!