v0.2.0
What's Changed
- Added class methods support by @hdf1996 in #4
- [BREAKING] Replaced
returns
keyword argument with a hashrocket or block. See Return Types. - [BREAKING] Type failures now raise
Delivered::ArgumentError
instead ofNoMatchingPatternError
. - Added
Boolean
,Any
andNilable
custom types. See See Return Types.
New Contributors
Full Changelog: v0.1.0...v0.2.0