Changelog

View Source

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.1 - 2025-07-05

Added

  • Initial release of Sinter
  • Unified schema definition, validation, and JSON generation for Elixir
  • Core features:
  • Convenience helpers:
    • validate_type/3 for one-off type validation
    • validate_value/4 for single field validation
    • validate_many/1 for multiple value validation
  • Compile-time macro support with use_schema
  • Comprehensive example suite
  • Full test coverage
  • Documentation and API reference