* fixed how list items are handed (e.g. article:tag) * alphabetized rendering for tests
0.1.2
* flake8
0.1.1
* improved HTML escaping and tag writing - consolidated escaping into external library, `metadata_utils` - escaping all property k/v - escaping errors - using explicit unicode strings
0.1.0
* reorganized the package * added tests * made html escaping proper * fixed a bug where validation raised an error ( instead of suppressing the error and returning `False` , along with reporting info )