Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Version 4.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@siemensikkema siemensikkema released this 07 Feb 15:27
· 34 commits to master since this release
a204e03

Added

  • The following protocols were added: Creatable, Loginable, PublicRepresentable, Updatable.
  • validateThat(only:has:for:on) function for validating uniqueness of properties

Changed

  • Types conforming to HasReadablePassword no longer have to be Decodable
  • Date convenience functions now accept a calendar instance

Removed

  • The UserType protocol was removed in favor of a more composable structure using a combination of some of the added protocols.