dynaconf v0.4.4 Release Notes

Release Date: 2017-03-21 // over 7 years ago
    • ๐Ÿš‘ 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 classes 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]

    • โž• 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]