Skip to content

1.17.2

Compare
Choose a tag to compare
@gcanti gcanti released this 29 Apr 13:15
· 1491 commits to master since this release
  • Polish
    • add Bifunctor2C interface (@gcanti)
    • add Profunctor2C interface (@gcanti)
    • replace Array<any> with Array<unknown> in FunctionN definition (@ta2gch)
    • add refinement overloads to filter / partition (Filterable type class) (@gcanti)
    • add refinement overloads to filterWithIndex / partitionWithIndex (FilterableWithIndex type class) (@gcanti)
  • Deprecation
    • deprecate Array.filter, Array.partition in favour of Array.array.filter and Array.array.partition (@gcanti)