Skip to content

v1.3.0

Compare
Choose a tag to compare
@pi0 pi0 released this 13 Aug 19:32
· 117 commits to main since this release

compare changes

This is a special release! Listhen shows QR code in CLI for public URLs using unjs/uqr and have built-in tunnel support to expose your local servers to the world using unjs/untun πŸͺ„

For security reasons, listening on public network interfaces is disabled by default in development mode. Users can easily enable public listening back using HOST="" environment variable or --host CLI flag or public: true option.

πŸš€ Enhancements

  • Print QR code for public address (#89)
  • qr and publicURL options and --qr, --no-qr, and --public-url cli flags (#97)
  • public option and --host flag to disable network expose in development by default (#98)
  • Stackblitz auto url detection (experimental) (#99)
  • cli: Accept https.* options (#93)
  • Tunnel support via unjs/untun and cloudflared (experimental) (#102)

πŸ”₯ Performance

  • dev: Use @parcel/watcher whenever available (#95)

🩹 Fixes

  • dev: Try to resolve h3 from user node_modules first (#94)
  • dev: Show better error for when no compatible handler is exported (#92)

πŸ’… Refactors

  • Better watcher warning message (ec92cf4)
  • Fix option types and handling (ad82a70)
  • Use consistent emojies (4b26902)
  • Simplify console output (e741be0)

βœ… Tests

  • Fix order mismatch (#90)
  • setup: Extend certificate generation to also write ca.pem, ca-key.pem and certificate chain to files (#103)

❀️ Contributors