Release Notes
NEWXML-JSON Converter Improvements & Tab Integration
July 1, 2025
We've significantly improved our XML to JSON converter with better formatting, enhanced UI, and a new Pro Parser Interface.
- Added proper XML formatting with indentation for better readability
- Integrated custom Tabs component for switching between Code, Table, and Raw views
- Restored the Converter menu item in the navigation bar
- Implemented Pro Parser Interface for dashboard users with advanced features
- Enhanced sharing functionality with proper Web Share API integration and fallbacks
- Improved UI with better spacing, accessibility, and responsive design
NEWEmail Verification & Plan Selection
July 1, 2025
We've enhanced our authentication system with mandatory email verification and a streamlined plan selection process.
- Added mandatory email verification for all new accounts
- Implemented a two-step signup process with plan selection
- Created user-friendly verification pages with clear instructions
- Added "Buy Me a Coffee" support option for users who want to contribute
- Fixed build issues and improved TypeScript typing across the codebase
- Optimized Next.js configuration for better development experience
NEWUI Improvements and Error Handling
June 30, 2025
We've made significant improvements to the user interface and error handling capabilities to enhance your experience with parser.click.
- Changed the default theme to dark mode for better readability and reduced eye strain
- Simplified the UI by consolidating theme toggle buttons into the navbar
- Implemented a robust error boundary with theme-aware fallback UI
- Added convenient "Return Home" and "Try Again" options when errors occur
NEWBeta Program Announcement - All Pro Features Free
June 30, 2025
We're excited to announce our 90-day beta program! Starting today, all Pro features are available for free to all users. This is our way of gathering feedback and ensuring everything works perfectly before our official launch.
- All Pro features unlocked for everyone
- No credit card required
- Beta period runs for 90 days (until September 28, 2025)
- Help us improve by providing feedback
After the beta period ends:
- You'll have the option to subscribe to our Pro plan to continue using these features, or you can continue using our free tier with its core functionality.
v1.0.0 - Initial Release
June 30, 2025
Core Features
- Initial public release of parser.click
- Support for JSON, CSV, XML, and Markdown parsing and preview
- Interactive JSON editor with form view for nested JSON structures
- Light and dark theme support with persistent theme selection
- Ability to share parsing results via links with optional expiry
- User authentication system with secure credential storage
- Pro subscription tier with advanced features like password protection
- Email sharing functionality with custom subjects and messages
- Export to multiple formats including PDF, Markdown, CSV, and more
Improvements
- Enhanced JSON validation with detailed error messages and highlighting
- Responsive design optimized for desktop, tablet, and mobile devices
- Improved accessibility throughout the application with ARIA support
- New release notes page to track version history
- Proper dark mode implementation with system preference detection
- Optimized load times with dynamic imports and code splitting
- Enhanced UI/UX with subtle transitions and improved feedback
Bug Fixes
- Fixed TypeScript issues in JsonFormView component related to nested object handling
- Resolved API route handler compatibility with Next.js 15.3.4 dynamic routes
- Fixed ESLint warnings across various components by properly typing variables
- Added required Suspense boundaries for client components using useSearchParams
- Fixed dark theme implementation to properly persist user preferences
- Corrected MongoDB connection handling with proper error fallbacks
- Resolved several React hook dependency warnings for useEffect and useCallback
- Fixed build-time type errors in dynamic API routes
Coming Soon
- API keys for programmatic access
- Additional file format support (YAML, TOML, etc.)
- Enhanced CSV data visualization
- Team collaboration features
- Import from URL functionality