Skip to content

v1.0.0 - First Stable Release

Choose a tag to compare

@Kledenai Kledenai released this 03 Jan 11:21
· 30 commits to main since this release

[1.0.0] - 2025-01-03

Added

  • Initial release of JsonVerify, a lightweight JSON schema and data validator written in TypeScript.
  • Core functionality to validate primitive types (string, number, boolean, null).
  • Support for nested schemas and array validations.
  • TypeScript type definitions for Schema and Data.
  • Example usage and API documentation in the README.
  • ESLint configuration for TypeScript code quality.
  • Jest setup for unit testing.
  • License (MIT).
  • Scripts for building, linting, and testing in package.json.

Fixed

  • Resolved TypeScript issues with schema circular references.
  • Addressed ESLint configuration compatibility with Flat Config.

Notes

  • Initial release includes core functionality and basic examples.
  • Future updates will focus on performance optimization and extended validation rules.