Skip to content

ESM

Compare
Choose a tag to compare
@aral aral released this 21 Mar 16:18
· 16 commits to master since this release
3.0.0

Changed

  • Breaking change: Is now an ECMAScript Modules (ESM) project.
  • Now includes the latest Let’s Encrypt certificate authority root certificate for the staging environment. (This is automatically injected into your Node.js environment when running the server in staging mode and is used during testing.)
  • Dev: now using @small-tech/esm-tape-runner.
  • Dev: replaced tap-spec and tap-nyc with @small-tech/tap-monkey.

Fixed

  • No longer crashes when checking for certificate renewal. (#34)
  • Tests now run properly in staging mode.

Improved

  • npm package size is now 193.1kb (down from 345kb previously).