- Deepcopy in `as_dict` method to anticipate unexpected changes.
- Special Settings Behaviors.
- Override settings values by environment.
- Required settings validation.
- Remove default behavior of override settings values by environment (now it's a special settings).
- Settings Stub (useful for tests)
- Change bahavior of settings `__getattr__` (before may raise `KeyError` if simple-settings do not locate the setting, now raise `AttributeError`)