Skip to content

v4.0.0

Compare
Choose a tag to compare
@customcommander customcommander released this 28 Jan 21:10
· 13 commits to main since this release

4.0.0 (2022-01-28)

chore

  • refactor fallback as an operator function. close #38 (38c1bb0)
  • remove concede. close #35 (30c75aa)
  • remove support of strings as lists. close #36 (1ae4b26)

BREAKING CHANGES

  • the following functions no longer accept strings as lists: all, any, drop, filter, into, map, none and take.
  • fallback is now an operator function.
  • the concede function is no longer available