------------------
- HOTFIX: Flask templates always expects `None` for KeyError or
AttrError. [Bruno Rocha]
- Bump version. [Bruno Rocha]
- Update README.md. [Bruno Rocha]
- Added FlaskDynaconf to readme. [Bruno Rocha]
- Merge pull request 16 from rochacbruno/added_flaskdynaconf. [Bruno
Rocha]
Added FlaskDynaconf
- Added FlaskDynaconf. [Bruno Rocha]
- Update README.md. [Bruno Rocha]
- Merge pull request 15 from douglas/master. [Bruno Rocha]
Make the project work both on Python2 and Python3
- PEP8/Pylint and fixes equality operators. [Douglas Soares de Andrade]
- Remove unused code. [Douglas Soares de Andrade]
- PEP8 and Pylint fixes. [Douglas Soares de Andrade]
- Remove pypy3 as it does not work. [Douglas Soares de Andrade]
- Adding pypy and pypy3 to Travis. [Douglas Soares de Andrade]
- Oops, need to rename _super to super. [Douglas Soares de Andrade]
- Fix the import according to pep8. [Douglas Soares de Andrade]
- Remove this to see if it is still an issue. [Douglas Soares de
Andrade]
- Adding Python 2.7. [Douglas Soares de Andrade]
- Adding the editorconfig file. [Douglas Soares de Andrade]
- Add Pipfile.lock to .gitignore. [Douglas Soares de Andrade]
- Small Refactory. [Douglas Soares de Andrade]
- Adding object to the Settings class to make it work with Python2
- Small Refactory. [Douglas Soares de Andrade]
- Reordering the imports according to pylint and flake8
- Adding object to the classes to make them work with Python2
- Small Refactory. [Douglas Soares de Andrade]
- Fixing the __init__ signature to make it compatible with python2 and
python3
- Adding object to the class to make Python2 work
- Adding the Pipenv file. [Douglas Soares de Andrade]
- To allow us to use: https://github.com/kennethreitz/pipenv
- Adding Tox to helps us test the library. [Douglas Soares de Andrade]
- Fix 14 casting bool for booleans tks to dbstraffin. [Bruno Rocha]
- Fix yaml cleaner, renamed `defined` to `must_exist` in validator.
[Bruno Rocha]
- Added validators. [Bruno Rocha]