Skip to content

Releases: qequ/schematics

v0.5.0

11 Jan 19:11

Choose a tag to compare

What's Changed in v0.5.0

Commits since v0.4.0

Features

  • βœ… Rich error reporting with detailed paths
  • βœ… Compile-time type validation with macros
  • βœ… Custom validators with SchemaBuilder
  • βœ… 10-100x faster than runtime validation
  • βœ… 101 passing tests

What's Changed

  • Add struct validation support by @qequ in #7

Full Changelog: v0.4.0...v0.5.0

v0.4.0

07 Jan 20:05

Choose a tag to compare

What's Changed in v0.4.0

Commits since v0.3.0

Features

  • βœ… Rich error reporting with detailed paths
  • βœ… Compile-time type validation with macros
  • βœ… Custom validators with SchemaBuilder
  • βœ… 10-100x faster than runtime validation
  • βœ… 101 passing tests

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Dec 21:06
c13a2e7

Choose a tag to compare

What's Changed in v0.3.0

Commits since v0.2.0

Features

  • βœ… Rich error reporting with detailed paths
  • βœ… Compile-time type validation with macros
  • βœ… Custom validators with SchemaBuilder
  • βœ… 10-100x faster than runtime validation
  • βœ… 101 passing tests

What's Changed

  • (feat) add model base validation class by @qequ in #6

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Dec 19:35

Choose a tag to compare

What's Changed in v0.2.0

Initial Release

First stable release of Schematics validation library

Features

  • βœ… Rich error reporting with detailed paths
  • βœ… Compile-time type validation with macros
  • βœ… Custom validators with SchemaBuilder
  • βœ… 10-100x faster than runtime validation
  • βœ… 101 passing tests

What's Changed

New Contributors

  • @qequ made their first contribution in #3

Full Changelog: https://github.com/qequ/schematics/commits/v0.2.0