Skip to content

0.8.0

Compare
Choose a tag to compare
@Goltergaul Goltergaul released this 05 Oct 14:20
· 24 commits to master since this release

Added

  • A Definition::Initializer mixin that can be used to validate keyword arguments of a class constructor

Changed

  • Include more information in the internal non-translated error messages. E.g. the max size of a LessThenEqual definition
  • Renamed GreaterThen, GreaterThenEqual, LessThen and LessThenEqual to fix typo (Then VS Than) Backwards compatibility is ensured

Breaking changes

  • The Definition::ValueObject was removed and replaced by Definition:Model which has a nicer DSL and only works with hash data structures. See upgrade notes