README.md in qonfig-0.25.0 vs README.md in qonfig-0.26.0

- old
+ new

@@ -2238,10 +2238,11 @@ --- ### Load from JSON file +- supports `ERB`; - `:strict` mode (fail behaviour when the required yaml file doesnt exist): - `true` (by default) - causes `Qonfig::FileNotFoundError`; - `false` - do nothing, ignore current command; ```json @@ -3312,9 +3313,10 @@ - **Major**: - support for Rails-like secrets; - support for persistent data storages (we want to store configs in multiple databases and files); - rails plugin; - support for pattern matching; + - support for type checking (via `rbs`, `typeprof`, `steep`); - **Minor**: - An ability to flag `Qonfig::Configurable`'s config object as `compacted` (`Qonfig::Compacted`); - Instance-based behavior for `Vault` plugin, also use instance of `Vault` client instead of `Singleton`; - External validation class with an importing api for better custom validations; - Setting value changement trace (in `anyway_config` manner);