Releases: unjs/listhen
Releases Β· unjs/listhen
v1.4.1
v1.4.0
v1.3.1
v1.3.0
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)
qrandpublicURLoptions and--qr,--no-qr, and--public-urlcli flags (#97)publicoption and--hostflag to disable network expose in development by default (#98)- Stackblitz auto url detection (experimental) (#99)
- cli: Accept
https.*options (#93) - Tunnel support via
unjs/untunandcloudflared(experimental) (#102)
π₯ Performance
- dev: Use
@parcel/watcherwhenever available (#95)
π©Ή Fixes
- dev: Try to resolve h3 from user
node_modulesfirst (#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.pemand certificate chain to files (#103)
β€οΈ Contributors
- Pooya Parsa (@pi0)
- Mastercuber [email protected]
- Anthony Fu [email protected]
v1.2.2
v1.2.1
v1.2.0
π 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
- Mastercuber [email protected]
- Pooya Parsa (@pi0)
- Daniel Roe [email protected]
v1.1.2
v1.1.1
v1.1.0
π Enhancements
π Refactors
π¦ Build
- Remove non existing
cjsdist fromexports(#69) - Move
typesfield to the first (5abd82c) - Fix cjs compatibility (65d667c)
π‘ Chore
- Update dependencies (92e94fb)
- Format code (5590480)
- Add autofix ci (c2e6b85)
- Add missing type import (448d3c9)
- Fix type import (174e9fe)
β€οΈ Contributors
- Pooya Parsa (@pi0)
- Daniel Roe [email protected]