Skip to content

Releases: AbhinavOmprakash/functionali

Release v0.3.0

27 Nov 07:10
Compare
Choose a tag to compare

Release 0.2.0

07 Nov 06:40
Compare
Choose a tag to compare

Added

  • comp
  • count
  • count_
  • identity
  • reduce
  • reduced
  • threadf
  • threadl
  • trampoline

Changed

  • is_nested now works with dictionaries

Fixed

  • less_than would return true for this 1 < 4 < 2 issue #16
  • foldr now works with iterators. issues #17
  • curry now works with 0-arg functions

bug fixes

27 Jul 06:21
Compare
Choose a tag to compare

first, second, and other sequence traversing functions work with iterables. this was a bug in the previous versions.

Initial Release

26 Jul 09:57
Compare
Choose a tag to compare
v0.1.0

Update readme