v4.0.0
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
andtake
. fallback
is now an operator function.- the
concede
function is no longer available