We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b9337 commit d130939Copy full SHA for d130939
packages/next-plugin-qrcode/CHANGELOG.md
@@ -1,12 +1,21 @@
1
# Changelog
2
3
-## 0.0.1 (2025-11-28)
+## 0.1.0 (2025-11-28)
4
5
-Initial release
+First stable release
6
7
### Features
8
9
- Display QR code in terminal on Next.js dev server start
10
- Auto-detect local IP address
11
- Configurable port and path options
12
-- TypeScript support
+- TypeScript support with full type definitions
13
+- Validation for port (1-65535) and path options
14
+- Comprehensive test suite with 33 tests
15
+- Utility functions extracted for better maintainability
16
+
17
+### Documentation
18
19
+- Complete README with usage examples
20
+- Screenshot showing QR code in terminal
21
+- Installation and configuration guide
0 commit comments