Skip to content

Releases: simoncdna/next-plugin-qrcode

Release v0.1.1

28 Nov 23:26

Choose a tag to compare

Changelog

0.1.1 (2025-11-28)

Documentation

  • Add webpack/Turbopack compatibility note in README

Release v0.1.0

28 Nov 20:50

Choose a tag to compare

Changelog

0.1.0 (2025-11-28)

First stable release

Features

  • Display QR code in terminal on Next.js dev server start
  • Auto-detect local IP address
  • Configurable port and path options
  • TypeScript support with full type definitions
  • Validation for port (1-65535) and path options
  • Comprehensive test suite with 33 tests
  • Utility functions extracted for better maintainability

Documentation

  • Complete README with usage examples
  • Screenshot showing QR code in terminal
  • Installation and configuration guide