Skip to content

v2.2.0

Compare
Choose a tag to compare
@trxcllnt trxcllnt released this 15 Oct 04:38
· 326 commits to master since this release

Bug Fixes

  • comparer: fixes bug with comparer (4098a8c)
  • comparer: Fixes comparer (c6a67eb)
  • concatall: fix concatall file name case (#59) (1d241ca)
  • endWith: fix endWith unit tests (dffa71d)
  • operators: import all add/*-operators in Ix.ts (6ca52f5)

Features

  • endWith: adds endWith operator (f967e3b)

  • merge: adds merge operator (b81a007)

  • merge: fix indexOf issues with merge (2a542e5)

  • mergeAll: adds mergeAll operator (47f17fa)

  • operators: support user defined type guards in boolean predicates (ef8764a), closes #44

  • windows: add windows build support (0ba498e)

  • windows: add windows build support (59fe0e3)

  • Zip n sources (#73) (0c4d513)

BREAKING CHANGES

  • zip selectors now take a single "values" Array argument, instead of varargs

  • test(zip): update zip tests for variable sources