- Better `ImportError` message if using a dynamic reader without your lib dependencies. - Refactor in Settings Stub. - Dynamic settings behaviors with `SQLAlchemy` (`database` backend). - Load settings of _json_ files.
0.7.0
- Nice python _REPR_ for _LazySettings_ objects. - Dynamic settings behaviors with `Redis`. - Dynamic settings behaviors with `Consul`. - Generate package with python wheel.
0.6.0
- Some refactors. - Determine settings files and modules directly in LazySettings object (to avoid use env or command line argument). - `configure` method to update settings. - Use `safe_load` instead `load` in yaml strategy.
0.5.0
- Some refactors. - Load settings of _yaml_ files. - New `SIMPLE_SETTINGS` environment variable. - New `--simple-settings` command line arg.