Skip to content

V1.3.0

Choose a tag to compare

@mat-hek mat-hek released this 14 Feb 12:03
· 53 commits to master since this release
4ef767f

This release brings a bunch of new features:

  • Bunch.key/1 and Bunch.value/1 for dealing with key-value tuples
  • their Bunch.KVEnum.keys/1 and Bunch.KVEnum.values/1 counterparts
  • a new module Bunch.List with Bunch.List.unfoldr/2 and Bunch.List.try_unfoldr/2
  • Bunch.Macro.prewalk_while/3 (prewalk_while version with accumulator)
  • Improved documentaion for Bunch.withl/2

Also, Bunch.KVList module has been deprecated in favour of Bunch.KVEnum