Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@laurmaedje laurmaedje released this 16 May 14:36
· 12 commits to main since this release

Improvements:

  • Relaxes the 'static bound on tracked types, they can now have lifetimes
  • Improves performance of constraint generation and validation
  • Fixes possible name clashes in tracked methods (e.g. if parameters are called value)

Breaking changes:

  • Removed public Constraint type, use <T as Validate>::Constraint instead
  • Moved valid method from Track to the new Validate trait