Skip to content

1.0.0

Latest

Choose a tag to compare

@czechboy0 czechboy0 released this 11 Dec 08:54
3528deb

Swift Configuration reaches 1.0! ๐ŸŽ‰

This milestone allows integrating this package in API-stable libraries and applications, and building API-stable custom providers.

Many thanks to the folks who've provided feedback since the initial release, you made this possible ๐Ÿ™ Do keep the feedback coming, while the API will not take breaking changes anymore, we will continue to evolve it in an API-additive way.

Which way will you integrate?

  1. Make it easy to configure your library by offering a method with a ConfigReader parameter (docs).
  2. Make it easy to integrate any configuration sources you need by instantiating a ConfigReader in your application (docs).
  3. Expand Swift Configuration's capabilities by implementing a custom configuration provider, for example to add support for another file format or by calling an external configuration system (docs).

What's Changed

โš ๏ธ Breaking changes since 1.0.0-alpha.1

Full Changelog: 1.0.0-alpha.1...1.0.0