Features
- Allow specifying data sources on per-class basis:
class MyConfig < Anyway::Config
# Only load configuraiton data from ENV and credentials
self.configuration_sources = [:env, :credentials]
# ...
endChanges
- Improved gem boot time by avoiding loading optional providers and limiting refinements usage (ref)