Skip to content

4.2.0

API

API v4.2.0 — Encode, Text, Validate.

  • Added endpoint GET /encode to encode and decode text (Base64, URL, Morse, ROT-13, Caesar, binary).
  • Added endpoint GET /text with 4 methods: slug, text statistics, Lorem Ipsum, number to words (FR/EN).
  • Added endpoint GET /validate to validate data formats (Luhn, IBAN, email).
  • Added unit tests for encode, text and validate.
  • Added HTTP integration tests for the 3 new endpoints.

Documentation

  • Added documentation pages for Encode, Text and Validate.
  • Added Changelog with version sub-pages.
  • Added new endpoints to Playground registry.
  • Added Features component with random endpoint cards on the homepage.
  • Replaced hardcoded JSON response blocks with complete Response Fields tables across all endpoints.
  • Added limits, constraints, and detailed error cases to all endpoint pages.
  • Added ::: info and ::: tip callouts for endpoint context (Levenshtein, Token, Username).