Releases: skelpo/UserManager
v0.1.7
v0.1.6
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
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
Permission to Restriction
Updated to JWTMIddleware
0.8.0, replacing RouteRestrictionMiddleware
with PermissionsMiddleware
.
v0.1.3
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
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
The Patch to Start all Patches
Use a lot a environment variables and fix the content of the SendGrid email.