* Fixed a problem with filters.strings.slugify that was causing the parser to insert double -- when certain punctuation was surrounded by spaces. * Ensured indempotency with filters.strings.slugify given new parser code.
0.1.2
* Uncovered and fixed a deprecation warning from 2.6
0.1.1
* Changed the result printer so that it uses the "canonical name" always.
0.1.0
* Major internal refactor of the Schema class, API of course remains unbroken. * Addition of several options: Schema.strip_missing , Schema.strip_blank , Schema.alts * Better pathway for handling missing, blank and required value distinction. * Performance enhancements * Updated README
0.0.12
* Required behavior bugfix
0.0.11
* Fixed a behavior with required field checking so that missing fields are not validated. Eventually might refactor the entire way the schema processes input...