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 Beta 14
Added
- Initialize a non-optional Bool from a String
Version 2.0.12
This release is compatible with Vapor 2.
Changed
- Improved/streamlined
Date
calculation functions and allow passing inCalendar
where applicable.
Version 3.0.0 Beta 13
Fixed
- Now conforms to Redis 3.0.0 updates.
Version 3.0.0 Beta 12
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
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
Future
s which you want to run in a sequence.
Version 3.0.0 Beta 10
Added
- Support for adding values to Redis cache with an expiration time.
Version 2.0.11
This release is compatible with Vapor 2.
Added
- Overload for
saveOrModify
for entities which areSoftDeletable
that makes it easy to restore them.
Version 3.0.0 Beta 9
Changed
- Updated
saveOrUpdate
to support handling soft deleted entities.
Version 3.0.0 Beta 8
Changed
- Default min. password length is now 8 (instead of 9)
Version 3.0.0 Beta 7
Added
- Overload for addProperties which takes in a list of
ReflectedProperty
s which makes it possible to exclude properties of different types.