- Add
trimmed_non_empty_string
type
- Remove unnecessary handy types such as "empty_string", "empty_array" and so on
- Use standard mathematical definitions for number types
- Add
is
predicate function for extended validation - Add
assert
function for making assertions
- Added more number types
- Added "nullish" type
- Fixed type annotation for "empty_string"
- Added alias "num"
- Added clarification for "even" and "odd" types
- Added types int8, uint8, int16, uint16, int32, and uint32
- Added type alias integer
- Initial release