- Changed
Length()
error message so it's acceptable for both lists and strings
- Renamed module:
good.validators._base
->good.validators.base
- PyPy: fixed slight incompatibilities with PyPy
- Error-passthrough for iterable schemas of a single member: issue #2
- New validators:
Test
,Date
,Time
,DateTime
Map
supportsin
checks and now works withIn
: details- Unit-testing with tox
- Added changelog :)
- Type support for Python 3.4. enums
- New validator:
Map