You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.