Releases: joelmoss/delivered
Releases · joelmoss/delivered
v0.5.0
v0.4.0
What's Changed
- Support for single and double splat arguments, which are passed through without type checking. Named positional and keyword arguments will still be checked, even if splat args are used.
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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
First release!
Full Changelog: https://github.com/joelmoss/delivered/commits/v0.1.0