v.0.6.4
- code documentation and refactoring;
- error text improvements;
- added support for Dependencies icon on the main page;
- switched all tests from using Promise to Bluebird, because I needed to use Promise.any([])
- added a few new tests;
- made package dependencies less strict;
- docs updates;
Many commits relate to my attempt of incorporating automated coverage, which I got working locally, showing 90% coverage, but after long hours spent I couldn't get it to work automatically with coverall.ie, so all changes related to that were yanked out. Perhaps it will be done later, and in another branch, to avoid messing with the master branch again. And if anyone wants to help me with that - please, make a fork for it.