Skip to content

0.4.0 🧹 Cleanup

Latest

Choose a tag to compare

@feO2x feO2x released this 17 Apr 05:13
8bc03fb

Light.PortableResults 0.4.0

  • ValidateItems and ValidateItemsAsync now performs automatic null checking on both the collection as well as each item depending on ValidationContextOptions.AutomaticNullErrorProvider.
  • BREAKING: ValidationContextOptions are no longer registered using the Options Pattern. They are immutable and thus cannot meaningfully participate in services.Configure or IOptionsBuilder<T> calls. The class is now simply registered as a singleton.
  • BREAKING: All Module classes were renamed so that they have speaking names

What's Changed

Full Changelog: 0.3.0...0.4.0