Changelog
A public record of every update, new feature, and improvement to Polymorpher. We believe transparency builds trust — this page documents what changed, when, and why.
April 2026
2026-04-06 — Author Page, Tool Documentation & Structured Data Fix
- New page: Developer / Author — Added a dedicated page explaining who builds Polymorpher, the technical background, domain expertise, and content philosophy. Linked from all page headers and footers.
- Rich tool documentation: Every tool page now includes live input/output examples, edge-case descriptions, "when to use / when not to use" guidance, and reference tables (e.g., SQL type mapping, hash algorithm comparison, JWT claim reference).
- Fixed FAQ structured data: Resolved a "Duplicate field FAQPage" error reported by Google Search Console — merged two separate FAQPage blocks into a single valid schema.
- Fixed broken blog links: Corrected internal links in blog posts that pointed to non-existent HTML files.
- Content rendering fix: Server-injected SEO content is no longer overwritten by shorter client-side JavaScript on direct page visits, ensuring Google sees the full documentation.
2026-04-05 — SEO & Quality Improvements
- New page: Editorial Policy — Explains how content is created, reviewed, and corrected. Includes AI usage disclosure and commercial independence statement.
- New page: Changelog — This page. Public record of updates for transparency.
- Dynamic sitemap:
lastmoddates now reflect actual file modification times instead of static "today" dates. - Content consolidation: Five blog posts with overlapping topics were consolidated via
noindex+canonicaltags pointing to comprehensive guides, reducing duplicate content signals. - JSON-LD URL fix: All 12 tool structured-data URLs corrected from
/tools/{slug}to/{slug}to match live routes. - Language consistency: Four Turkish UI messages translated to English for full language consistency.
March 2026
2026-03-20 — Tool Expansion
- New tool: DateTime Converter — Convert between Unix timestamps (seconds, milliseconds, microseconds, nanoseconds), ISO 8601, RFC 2822, and human-readable formats. Auto-detects input format.
- New tool: Text Statistics — Character count, word count, sentence count, paragraph count, top 10 frequent words, reading time estimation, and file size calculation.
- Blog expansion: Published 13 long-form technical guides covering Base64, JWT tokens, SHA256 vs MD5, regex patterns, JSON to Python dataclasses, URL encoding, color models, code formatting, and more.
2026-03-07 — Launch
- Initial release with 10 developer tools: JSON to Code Classes (10 languages), SQL to C# Classes (EF Core / POCO / Record), Code Beautifier (JSON, XML, SQL, CSS, HTML, C#), Unit Converter (50+ units), Base64 Encoder/Decoder, URL Encoder/Decoder, Hash Generator (MD5–SHA512 + HMAC), JWT Decoder, Color Converter (HEX/RGB/HSL), and Regex Tester.
- Core features: Bi-directional transforms (swap button), keyboard shortcuts (Ctrl+K search, Ctrl+Shift+C copy), auto-save, dark/light theme, responsive design.
- Infrastructure: .NET 10 minimal API, Brotli/Gzip compression, security headers (CSP, HSTS, X-Frame-Options), rate limiting, Cloudflare CDN.
- Legal pages: Privacy Policy, Terms of Service, About, Contact.
How to Request a Change
If you find an issue in a tool or guide — incorrect output, broken formatting, misleading documentation — please report it via the Contact page or email [email protected]. We ship fixes continuously and update this page when changes materially affect tool behavior or content quality.
For details on how we handle corrections and content review, see our Editorial Policy.