Skip to content

Releases: unjs/listhen

v1.3.1

22 Aug 23:46
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Update qr code padding (#105)
  • Use unicode char for network placeholder (e80f658)

🏡 Chore

❤️ Contributors

v1.3.0

13 Aug 19:32
@pi0 pi0
Compare
Choose a tag to compare

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

v1.2.2

02 Aug 23:10
@pi0 pi0
d7966e8
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • watcher: Use @parcel/watcher-wasm for non node.js environment compatibility (#85)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.1

02 Aug 22:47
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Avoid directly importing availableParallelism from os (bdd8771)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.2.0

02 Aug 22:37
@pi0 pi0
a207d71
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Improve watcher experience (#82)
  • Dev server with serve static support (#83)
  • https: Support using encrypted private key and pkcs12 (pfx) keystore (#80)

🩹 Fixes

  • watcher: Resolve relative paths without leading dot (c8388f1)

🤖 CI

  • Use conventional commit for autofix action (#79)

❤️ Contributors

v1.1.2

18 Jul 20:13
@pi0 pi0
Compare
Choose a tag to compare

compare changes

📦 Build

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.1

18 Jul 09:48
@pi0 pi0
Compare
Choose a tag to compare

compare changes

📦 Build

  • Include bin in npm dist files (03e66b0)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

18 Jul 09:45
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Support basic listenAndWatch (#74)
  • listhen cli (#75)

💅 Refactors

📦 Build

  • Remove non existing cjs dist from exports (#69)
  • Move types field to the first (5abd82c)
  • Fix cjs compatibility (65d667c)

🏡 Chore

❤️ Contributors

v1.0.4

13 Mar 12:06
@pi0 pi0
9481c97
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add default port range (#63)

📖 Documentation

  • Update badges and content (b7cf9ad)

🏡 Chore

❤️ Contributors