Skip to content

Releases: Mikroservices/ExtendedConfiguration

Support for UPPERCASED_ environment variables

04 Jun 05:59
Compare
Choose a tag to compare

Add all() function

27 Sep 18:58
Compare
Choose a tag to compare
1.0.2

Add all() function

Add interface for custom settings objects

27 Sep 18:44
Compare
Choose a tag to compare

Now there is possibility to store own settings object:

app.settings.set(YourClass(.....), for: YourClass.self)

You can get object in application:

let settings = app.settings.get(YourClass.self)

First release of extended configuration lib for Vapor

27 Sep 11:51
Compare
Choose a tag to compare