Skip to content

Releases: joelmoss/delivered

v0.4.0

30 May 17:01
Compare
Choose a tag to compare

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

17 May 15:48
Compare
Choose a tag to compare

What's Changed

  • Added RespondTo type.
  • Improved error messages (slightly 😏)

Full Changelog: v0.2.0...v0.3.0

v0.2.0

04 Apr 17:46
Compare
Choose a tag to compare

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 of NoMatchingPatternError.
  • Added Boolean, Any and Nilable custom types. See See Return Types.

New Contributors


Full Changelog: v0.1.0...v0.2.0

First release!

27 Mar 10:10
Compare
Choose a tag to compare