Releases: lwanger/cooked_input
Releases · lwanger/cooked_input
v0.5.4
v0.5.0
V0.2.12
-
v0.2.12:
- renamed ChoicesValidator to ChoiceValidator
- check AnyOf and NoneOf for list of values, not just list of validation functions. Allows
saying: NoneOfValidator(['foo', 'bar']) - put cleaners, convertors and validators in alphabetic order in the documentation
-
v0.2.11:
- required option was backwards... fixed
- added last_word style for CapitalizeCleaner
- added isstring function to input_utils for detecting strings (and string-like things). This should
handle strings (str, unicode, raw, bytes, etc.) more robustly, including sub-classes. - added print_function futures import so error_callback works in Python 2.x
- more coverage tests
V0.2.10
V0.2.9
v0.2.8
COOKED-INPUT-0.1.6
A lot of cleanup went into this release. Should be usable. now.
V0.1.2
COOKED-INPUT-0.1.1
Initial release of cooked_input library.