Skip to content

14.0.0

Compare
Choose a tag to compare
@leerob leerob released this 12 Jul 16:20

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 and prettier
  • Added husky and lint-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!