Serve Versions Save

Static file serving and directory listing

14.2.1

8 months ago

Patches

  • Set Access-Control-Allow-Headers: * default response header: #775

Credits

Huge thanks to @hood for helping!

14.2.0

1 year ago

Minor Changes

  • Update CORS headers to support PNA spec: #753
  • Bump @zeit/schemas package: #756

Patches

  • Update the license year: #752

Credits

Huge thanks to @k-yle and @IcedMonk for helping!

14.1.2

1 year ago

Patches

  • Fix: add missing CLI option to argv parser: #742

Credits

Huge thanks to @casperx for helping!

14.1.1

1 year ago

Patches

  • Infra: move c8 (coverage) to devDeps: #743

Credits

Huge thanks to @AviVahl for helping!

14.1.0

1 year ago

Minor Changes

  • Feat: Add support for PFX or PKCS12 encoded certificates: #708
  • Feat: add request logging: #716

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 from 6.1.3 to 6.1.5: #738
  • Add publish workflow: #740

Credits

Huge thanks to @schemburkar and @gamemaker1 for helping!

14.0.1

1 year ago

Patches

  • Fix(utilities/cli): use chalk-template to render help message: #713

Credits

Huge thanks to @gamemaker1 for helping!

14.0.0

1 year ago

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!

14.0.0-canary.0

1 year ago

Major Changes

  • [major] TypeScript rewrite, support ES Modules.: #706

Credits

Huge thanks to @gamemaker1 for helping!

13.0.4

1 year ago

Patches

  • Switch to GitHub Actions.: #702
  • Always throw if config file is specified: #502
  • Bump packages from npm audit.: #703
  • Fix GitHub actions folder name and remove broken ESLint setup.: #704

Credits

Huge thanks to @gamgi for helping!

13.0.3

1 year ago

Patches

  • Fix: read passphrase from file as string: #692

Credits

Huge thanks to @AliRezaBeigy for helping!