Below you will find pages that utilize the taxonomy term βChangelogβ
Birdor Update β Unified Badges, Prebuild Changelog Pipeline, and New 'What is Birdor' Page (2025-11-29)
This update brings UI improvements, infrastructure enhancements, and a major new documentation feature: the official βWhat is Birdor?β product overview page.
Unified Updated Badge
Type: tool
Scope: ui-badges
Importance: minor
Summary
Introduced the universal “β Updated” badge for use across Tools, Docs, and the Changelog.
Details
- Supports β Updated and β¨ New variants.
- Integrated in the Tools grid, Docs notice bar, and Changelog entries.
- Ensures consistent visual language for updates across the product.
Links
MD β JSON Changelog Build Pipeline
Type: infra
Scope: build
Importance: minor
Birdor Tools & Docs Update β JWT HS512, JSON Tree Collapsing, Changelog Launch (2025-11-28)
This update brings enhancements across multiple Birdor tools and introduces the official Changelog system, providing a public and structured way to track product improvements.
JWT Debugger: HS512 Support and Expiry Hints
Type: tool
Scope: jwt-debugger
Importance: minor
Summary
Added HS512 verification and clearer interpretation for JWT time-based claims.
Details
- HS512 is now available alongside HS256 and HS384.
exp,iat, andnbfclaims now show human-readable timestamps, improving clarity during debugging.
Links
JSON Formatter: Smarter Tree Collapsing
Type: tool
Scope: json-formatter
Importance: minor
Birdor Website Update β SEO Enhancements & GitHub Header Link (2025-11-27)
This update introduces a comprehensive SEO improvement for all Birdor tool pages and a usability enhancement with the addition of a GitHub link in the site header.
SEO Metadata Added for All Tools
Type: website
Scope: seo
Importance: minor
Summary
Standardized per-tool SEO metadata across the Tools section, ensuring consistent and clear presentation for search engines and social previews.
Details
- Added SEO configs for JSON, JWT, URL, Base64, and UUID tools.
- Introduced global SEO helper templates for consistent rendering.
- Improved Open Graph metadata for link previews and sharing across platforms.
Links
GitHub Icon Added to Site Header
Type: website
Scope: header
Importance: minor
Birdor Tools & Docs Update β URL Parser Release (2025-11-25)
This update introduces the full release of the URL Parser & Query Editor, one of Birdorβs essential web debugging tools.
The accompanying documentation provides a deep technical reference for URL parsing, normalization, and edge-case behavior.
URL Parser & Query Editor Released
Type: tool
Scope: url-parser
Importance: minor
Summary
Launched the complete URL Parser & Query Editor tool with full URL breakdown and live reconstruction preview.
Details
- Added URL breakdown for protocol, hostname, path, query, hash.
- Added UI to add / remove / edit query parameters.
- Introduced normalized URL reconstruction with proper percent-encoding rules.
Links
URL Parser Documentation Created
Type: docs
Scope: docs-url-parser
Importance: minor
Birdor Tools & Docs Update β JWT Debugger UI + Documentation (2025-11-23)
This update focuses on both the JWT Debugger tool UI and its corresponding documentation guide, providing a complete end-to-end experience for developers inspecting and validating JSON Web Tokens on Birdor.
JWT Debugger UI Foundation Created
Type: tool
Scope: jwt-debugger
Importance: minor
Summary
The initial UI foundation for the JWT Debugger is now in place, including decode panels and token validation views.
Details
- Added header / payload / signature display sections.
- Added visual highlighting for invalid and expired tokens.
- Implemented a Base64URL decoder with automatic padding correction.
Links
JWT Debugger Tool Guide Created
Type: docs
Scope: docs-jwt-debugger
Importance: minor
Birdor Docs Update β Tool Guides Section Launched (2025-11-20)
This development log introduces the Tool Guides section in Birdor Docs β the first structured area dedicated to tool-specific documentation.
This launch marks an important step toward a unified, readable, and expandable documentation system.
Docs: Tool Guides Section Launched
Type: docs
Scope: docs:tool-guides
Importance: minor
Summary
Added dedicated documentation pages for:
- JSON Formatter
- JWT Debugger
- URL Parser
These are now the foundational tool docs inside the Birdor documentation system.
Details
- Introduced shared documentation components:
DocsShellDocsSectionDocsCardDocsTable
- Established the groundwork for future API documentation, architecture deep dives, and developer onboarding guides.
Links
Birdor Docs UI & JSON Tool Guide Update β 2025-11-19
This development log documents several UI component additions for the Birdor Docs system, along with the first full documentation page for the JSON Formatter & Viewer tool.
These updates improve documentation consistency, readability, and reusable structure.
DocsSection Component Added
Type: docs
Scope: docs-ui
Importance: minor
Summary
Introduced DocsSection to standardize headings and spacing across Birdor documentation.
Details
- Supports h2 / h3 / h4 with consistent spacing.
- Unified typography scale and hierarchical structure.
- Reduced duplicated markup in multiple docs pages.
Links
DocsCard & DocsTable Components
Type: docs
Scope: docs-ui
Importance: minor
Birdor Tools & Docs β Initial Structure Log (2025-11-18)
This document records the initial implementation work for the Birdor Tools page and the first version of the DocsShell layout system.
These foundational structures set the baseline for future expansion across Birdor Tools and Birdor Docs.
Initial Tools Page Structure
Type: tool
Scope: tools-page
Importance: minor
Summary
Set up the first iteration of the /tools layout and grid structure.
Details
- Created basic Tools page with grid layout.
- Added placeholder cards for JSON, JWT, URL tools.
- Unified basic Tailwind spacing, max-width, and container structure.
Links
DocsShell v0.1 Introduced
Type: docs
Scope: docs-ui
Importance: minor