This file contains all notable changes to the dirwalker project.
- Added coverage
- Migrated Travis from legacy to container-based infrastructure
- Fix links to GitHub repo
- Return a set instead of an array
- Travis-CI fails for 2.7, 3.3, and 3.4. Skipping one unit test to try and resolve.
- Travis-CI failed. Updated requirements.txt and confirmed that tests pass on local machine using Python 2.6.8, 2.7.8, and 3.4.1
- Changed from git-flow to Github Flow
- Changed badges to shields.io
- Moved CHANGES.md to CHANGELOG.md
- Updated README.md
- Updated all links related to moving GitHub repo.
- Added unit test for multiple extensions
- Corrected v0.2 release
- Fixed setup.py for README.md to rst
- Fixed tasks.py for release
- Changed setup.py to convert README.md to rst
- Added MIT-license
- Added unit tests
- Converted from distutils to setuptools
- Began using git-flow development process
- Began using invoke tasks for automation
- Initial release to Github. Not released to PyPI.