Changelog

Version history and release notes.

v1.2.0

Encoding, validation, and utility endpoints.

  • Base64 encode/decode endpoints
  • URL encode/decode endpoints
  • JSON validation with detailed error reporting
  • CSV lint with column count and delimiter detection
  • XML validation against well-formedness rules
  • Landing site with individual tool pages for SEO
  • Blog section with CMS-managed content
v1.1.0

Markup conversion and JSON utilities.

  • Markdown to HTML conversion with GitHub-flavoured syntax
  • HTML to Markdown conversion preserving links and images
  • HTML to plain text extraction
  • JSON flatten/unflatten for nested object manipulation
  • TOML to JSON and JSON to TOML conversion
v1.0.0

Initial release.

  • JSON to CSV, XML, YAML, and TOML conversion
  • CSV to JSON, XML to JSON, YAML to JSON inbound conversions
  • Configurable delimiters, indentation, and encoding options
  • Health check endpoint and Scalar API documentation