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

Releases: ml-archive/sugar

Version 3.0.0 Alpha 4

15 Jun 09:30
a5d6de8
Compare
Choose a tag to compare
Version 3.0.0 Alpha 4 Pre-release
Pre-release

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

11 Jun 11:41
a5d6de8
Compare
Choose a tag to compare
Version 3.0.0 Alpha 3 Pre-release
Pre-release

Changed:

  • rename HasReadableUser to HasReadableUsername
  • use KeyPaths for password and username properties in HasReadableUsername, HasReadablePassword, HasUpdatablePassword, HasUpdatableUsername

Version 3.0.0 Alpha 2

06 Jun 05:50
a5d6de8
Compare
Choose a tag to compare
Version 3.0.0 Alpha 2 Pre-release
Pre-release

Fixed

  • The JWT Middleware now returns a 401 Unauthorized when the expiration claim verification fails.

Version 2.0.7

20 Mar 08:39
a5d6de8
Compare
Choose a tag to compare

Fixed

  • Made URL validator public

Version 1.6.4

06 Nov 15:09
e166fd4
Compare
Choose a tag to compare

Changed

  • Made it possible to pass in a Calendar to startOfWeek and endOfWeek.

Fixed

  • A bug where startOfWeek would not work as expected.

Version 2.0.6

07 Jun 13:56
Compare
Choose a tag to compare

Version 2.0.5

31 May 08:35
Compare
Choose a tag to compare
  • Made the string extensions public.

Version 1.6.3

31 May 08:36
Compare
Choose a tag to compare
  • Made the string extensions public.

Version 2.0.4

22 May 09:10
Compare
Choose a tag to compare
  • Added some validators (thanks @valen90)

Version 2.0.3

19 May 09:49
Compare
Choose a tag to compare
  • Made Sugar build again