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 Beta 14

06 Sep 09:33
ef838e2
Compare
Choose a tag to compare
Version 3.0.0 Beta 14 Pre-release
Pre-release

Added

  • Initialize a non-optional Bool from a String

Version 2.0.12

24 Aug 08:49
4237c66
Compare
Choose a tag to compare

This release is compatible with Vapor 2.

Changed

  • Improved/streamlined Date calculation functions and allow passing in Calendar where applicable.

Version 3.0.0 Beta 13

20 Aug 09:59
ab98a64
Compare
Choose a tag to compare
Version 3.0.0 Beta 13 Pre-release
Pre-release

Fixed

  • Now conforms to Redis 3.0.0 updates.

Version 3.0.0 Beta 12

16 Aug 09:02
5d31bef
Compare
Choose a tag to compare
Version 3.0.0 Beta 12 Pre-release
Pre-release

Changed

  • Now pins against Leaf 3.0.0 and Auth 2.0.0.

Fixed

  • Now conforms to JWT 3.0.0 updates.

Thanks @mcdappdev

Version 3.0.0 Beta 11

17 Jul 12:04
1e19ece
Compare
Choose a tag to compare
Version 3.0.0 Beta 11 Pre-release
Pre-release

Fixed

  • This package now uses Fluent 3.0.0 and has been updated to align with the release.

Added

  • Convenience function for flattening a list of Futures which you want to run in a sequence.

Version 3.0.0 Beta 10

16 Jul 05:48
Compare
Choose a tag to compare
Version 3.0.0 Beta 10 Pre-release
Pre-release

Added

  • Support for adding values to Redis cache with an expiration time.

Version 2.0.11

16 Jul 09:06
1d48a59
Compare
Choose a tag to compare

This release is compatible with Vapor 2.

Added

  • Overload for saveOrModify for entities which are SoftDeletable that makes it easy to restore them.

Version 3.0.0 Beta 9

11 Jul 13:07
Compare
Choose a tag to compare
Version 3.0.0 Beta 9 Pre-release
Pre-release

Changed

  • Updated saveOrUpdate to support handling soft deleted entities.

Version 3.0.0 Beta 8

06 Jul 14:01
5192233
Compare
Choose a tag to compare
Version 3.0.0 Beta 8 Pre-release
Pre-release

Changed

  • Default min. password length is now 8 (instead of 9)

Version 3.0.0 Beta 7

05 Jul 13:40
904b0d7
Compare
Choose a tag to compare
Version 3.0.0 Beta 7 Pre-release
Pre-release

Added

  • Overload for addProperties which takes in a list of ReflectedPropertys which makes it possible to exclude properties of different types.