This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/sugar
Releases · ml-archive/sugar
Version 3.0.0 Alpha 4
Fixed
- Updating a user now uses the right
keyPath
for retrieving the username. This would result in wrong errors messages before when updating a user's password.
Version 3.0.0 Alpha 3
Changed:
- rename HasReadableUser to HasReadableUsername
- use KeyPaths for password and username properties in HasReadableUsername, HasReadablePassword, HasUpdatablePassword, HasUpdatableUsername
Version 3.0.0 Alpha 2
Fixed
- The JWT Middleware now returns a
401 Unauthorized
when the expiration claim verification fails.
Version 2.0.7
Fixed
- Made URL validator public
Version 1.6.4
Changed
- Made it possible to pass in a
Calendar
tostartOfWeek
andendOfWeek
.
Fixed
- A bug where
startOfWeek
would not work as expected.
Version 2.0.6
- Added more validators. Note that some validators got removed since they are now in https://github.com/vapor/fluent-validation
Version 2.0.5
- Made the string extensions public.
Version 1.6.3
- Made the string extensions public.
Version 2.0.4
- Added some validators (thanks @valen90)
Version 2.0.3
- Made Sugar build again