type_plus 0.3.3 type_plus: ^0.3.3 copied to clipboard
Give your types superpowers and spice up your generics. Make types great again.
0.3.3 #
- TypeProviders can now safely override primitive types
- Fixed bug when using type bounds by adding Type.baseId getter
0.3.2 #
- Fixed reverse nullable type bug
0.3.1 #
- Updated readme
0.3.0 #
- Added generic function invocation
- Added support for supertype checking
- Reworked type parsing
0.2.0 #
- Added support for custom ids and type parsing
- Improved documentation
0.1.1 #
- Added support for type providers and unresolved type
0.1.0 #
- Initial development release