Skip to content

Releases: ink-feather-org/const-closure-rs

v0.3.1

12 Dec 15:05

Choose a tag to compare

  • Add a public archive note and state the last supported rust version 1.71.0-nightly (nightly-2023-04-18).
  • Removed the CI.

Full Changelog: v0.3.0...v0.3.1

0.3.0

28 Nov 09:15

Choose a tag to compare

  • Reworked the crate to use only a single Struct ConstClosure.
  • Allow borrowing tuples of up to 12 references (Currently only of the same mutability).
  • Updated the docs for the new version.
  • Breaking: Removed the old Types (ConstFnClosure, ConstFnMutClosure, ConstFnOnceClosure).
  • Breaking: Require the Captured Data and Arguments of the implementation function to be Tuples for consistency.

0.2.3

10 Nov 08:16

Choose a tag to compare

  • Minor doc improvements.

Fixes

  • Fixed daily nightly ci badge.
  • Added the new Tuple marker trait to trait bounds where necessary.

0.2.2

25 Sep 10:58

Choose a tag to compare

Fixes

  • Fixed clippy lints.

0.2.1

23 Sep 16:20

Choose a tag to compare

Fixes

  • Fixed lifetime issues.

0.2.0

23 Sep 16:19
5d4aa8d

Choose a tag to compare

Added

  • ConstFnClosure
  • ConstFnMutClosure
  • ConstFnOnceClosure

Removed

  • const_closure macro

0.1.0

23 Sep 16:19

Choose a tag to compare

Initial release.