Skip to content

Releases: lloydmeta/frunk

v0.2.1 release

28 Sep 13:34
232cd4d
Compare
Choose a tag to compare

Upgraded syn and quote versions in frunk_derives.

Lock-step bump in versions for all libs to keep things straightforward.

v0.2.0 release

20 Apr 12:02
fd7679f
Compare
Choose a tag to compare

A big step forward in terms of utility, ergonomics and correctness 🍾

All thanks to the addition of 2 main new contributors @Centril and @ExpHP 👏 🎉

v0.1.36 release

25 Feb 15:03
745617a
Compare
Choose a tag to compare
  • Adds Uninjector for Coprodcut, thanks @remexre
  • Bumps syn and quote

v0.1.35 release

12 Feb 04:49
Compare
Choose a tag to compare

Move Coproduct into core.

v0.1.34 release

26 Oct 00:44
Compare
Choose a tag to compare

Adds LiftFrom LiftInto for HLists as well as conversions to and from flat Tuples, thanks to @Centril !

v0.1.33 release

27 Sep 07:02
Compare
Choose a tag to compare

Adds single-function mapping/foldl/foldr of HLists.

v0.1.32

09 Sep 15:36
Compare
Choose a tag to compare

Add a feature to optionally make HCons and HNil derive Serde traits.

v0.1.31

04 Sep 07:04
Compare
Choose a tag to compare

Use newly released associated constant to power HList length.

v0.1.30: Add HList::static_len()

21 Jun 08:59
Compare
Choose a tag to compare

Also, deprecate length(&self) -> u32 in favour of len(&self) -> usize.

v0.1.29

03 Jun 13:11
Compare
Choose a tag to compare

Make sure structs declared in projects derive Hash thanks to @mglagla