Skip to content

Releases: frender-rs/callable

v0.5.0

19 Dec 09:26
Compare
Choose a tag to compare

0.5.0 (2023-12-19)

Features

  • IsCallable::provide_first_argument_cloned (173aeb3)
  • provide argument with (8a30df8)
  • relax bounds for reform_ref and reform_mut in CallableOne (c55a7d8)

v0.4.0

28 Nov 20:47
Compare
Choose a tag to compare

0.4.0 (2023-11-28)

Features

v0.3.0

15 May 09:09
Compare
Choose a tag to compare

0.3.0 (2023-05-15)

⚠ BREAKING CHANGES

  • relax bounds of MaybeHandleEvent

Features

  • relax bounds of MaybeHandleEvent (19f536f)

v0.2.0

14 May 12:00
Compare
Choose a tag to compare

0.2.0 (2023-05-14)

⚠ BREAKING CHANGES

  • MaybeHandleEvent now requires Self::Callable::Output to be ()

Features

  • MaybeHandleEvent now requires Self::Callable::Output to be () (06c6c79)

v0.1.0

12 May 08:54
Compare
Choose a tag to compare

0.1.0 (2023-05-12)

Features

  • disable impl_with_macro_rules by default (e007818)
  • macro ArgumentType (995ac66)
  • make argument types un-constructable (8f79c40)
  • no_std (f31f63b)
  • remove 'static bounds for argument types (6a828d1)

Bug Fixes

  • callable![fn(_, _)] not working (6a92f1c)