* Added numpy validator JustSize * Added validators Has and AllHave to check for attributes * Added weak type checkers Like... * Reverted regression in Typed decorator
0.9.7
* Removed np.int16 and np.float16 from JustNpNum * Added JustGen to check for GenratorType * Added JustKey, JustValue, and JustItem to check dictionary views * Added support fo deque, defaultdict, and OrderedDict * Many mores smalls tweaks under the hood ...
0.9.6
* Added Contains validator * Fixed bug in Bounded decorator * OneOf now accepts dict, dict_keys, dict_values, and dict_items as items * JustLen now accepts lengths also as frozenset, dict, dict_keys, and dict_values * Some fixes to error and log messages
0.9.5
* Added the validator Identifier
0.9.4
* Renamed "all_len" keyword in AllLen validator to "alen" * Renamed "all_hi" and "all_lo" keywords in AllLimited to "alo" and "ahi" * Fixed various docstring * Refined various error messages
0.9.3
* Fixed various docstrings * Added frozenset type checker JustFrozen to types.one