Skip to content

Releases: skelpo/UserManager

v0.1.7

02 Jan 13:56
67e7ac0
Compare
Choose a tag to compare

Fixed Compiler Errors from Dependency Updates

A couple of pre-1.0 dependencies had source breaking changes which caused compiler errors. These have been fixed.

v0.1.6

27 Sep 14:50
Compare
Choose a tag to compare

Compiles with all new vapor releases as well as with Swift 4.2 now!

Additionally a few bookkeeping tasks have been completed.

v0.1.5

13 Jul 13:02
830c838
Compare
Choose a tag to compare

The Name Doesn't Always Equal the Use

Updated JWTVapor version to 0.11.1, to use more appropriately named JWT env vars on configuration.

v0.1.4

09 Jul 18:37
22f07b9
Compare
Choose a tag to compare

Permission to Restriction

Updated to JWTMIddleware 0.8.0, replacing RouteRestrictionMiddleware with PermissionsMiddleware.

v0.1.3

19 Jun 12:21
4060163
Compare
Choose a tag to compare

Breaking Changes! Fluent 3 RC-3!

QueryBuilder's first generic type is now required to be a database type, not a model type. For some reason you have to manually conform enum types to ReflectDecodable now, so that is taken care of. And lastly, filtering to longer requires a try statement, so those where removed.

v0.1.2

09 May 19:56
Compare
Choose a tag to compare

To Sync or Not to Sync?

You should only use syncGet for small pieces of data and only once in a route handler. I broke this rule and was caught (almost) red-handed. I have made amends for this.

Thanks @mcdappdev

v0.1.1

09 May 19:14
Compare
Choose a tag to compare

The Patch to Start all Patches

Use a lot a environment variables and fix the content of the SendGrid email.