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]