Skip to content

Releases: lwanger/cooked_input

v0.5.4

13 Oct 20:06
7aa67ce
Compare
Choose a tag to compare

Minor changes to support Python 3.8 and 3.9

v0.5.0

30 Jun 21:38
Compare
Choose a tag to compare

Lots of changes since the last official release. See the changelog for more information. Amongst the big changes is the addition of tables, menus and commands.

V0.2.12

11 Sep 03:18
Compare
Choose a tag to compare
  • 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

05 Sep 04:14
Compare
Choose a tag to compare

Minor API change to PasswordValidator for parameter consistency. Added coverage tests.

V0.2.9

04 Sep 05:06
Compare
Choose a tag to compare

Several API changes to make naming more consistent with other packages, such as wtform.

v0.2.8

03 Sep 01:11
Compare
Choose a tag to compare

A lot of cleanup in this version to code, examples, and documentation. Several new functions and classes - cleaners, validators, etc.

COOKED-INPUT-0.1.6

21 Aug 04:09
Compare
Choose a tag to compare

A lot of cleanup went into this release. Should be usable. now.

V0.1.2

19 Aug 18:32
Compare
Choose a tag to compare

Minor changes to documentation and examples.

COOKED-INPUT-0.1.1

18 Aug 19:47
Compare
Choose a tag to compare

Initial release of cooked_input library.