Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@r8vnhill r8vnhill released this 05 Aug 18:29
· 22 commits to main since this release

[2.0.0] - 2024-08-05

Added

  • New constrainedTo() function: Introduced a new function to apply constraints to the result of an operation, returning the result if it satisfies the constraints or throwing an exception otherwise.
  • BeNull Constraint: Added a new constraint to validate if a value is null.

Changed

  • Migration to KMP: The library has been migrated to Kotlin Multiplatform (KMP) to support cross-platform development.
  • Updated Kotlin Version: Upgraded the Kotlin version to 2.0.0 to align with the latest language features and improvements.