Releases: qequ/schematics
Releases Β· qequ/schematics
v0.5.0
What's Changed in v0.5.0
Commits since v0.4.0
- version (0ff8d48)
- add type coercion (a5100f1)
- Merge pull request #7 from qequ/feauture/type-coercion (2ce2790)
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
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed in v0.4.0
Commits since v0.3.0
- update docs (db33d11)
- update version (a4e91c0)
- update docs (148d981)
- add tests & update docs (61a3c12)
- Add struct validation (1868a28)
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
What's Changed in v0.3.0
Commits since v0.2.0
- Merge pull request #6 from qequ/feature/dsl (c13a2e7)
- version (a0f118b)
- version (17e0f1e)
- update readme (b220540)
- add spec (fab6127)
- add model dsl class (bd18d2b)
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
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
Full Changelog: https://github.com/qequ/schematics/commits/v0.2.0