Skip to content

Releases: kamranayub/UnderscoreKO

v1.8.31 - Maintenance Patch

17 Aug 21:58
Compare
Choose a tag to compare
  • Added missing _.sortBy(iterator: string) declaration for TypeScript

v1.8.3

28 Jun 03:36
Compare
Choose a tag to compare
  • [#10] Fix find and findWhere on arrays containing objects with observable properties

1.8.2

15 Mar 23:38
Compare
Choose a tag to compare
  • Fix declarations file

1.8.1

13 Mar 18:43
Compare
Choose a tag to compare
  • [#10] - Fixed where, findWhere, etc. by unwrapping observables in Underscore matching functions

1.8.0 - Underscore 1.8.3 and Knockout 3.4.0

13 Mar 18:13
Compare
Choose a tag to compare
  • Updated dependencies to Underscore 1.8.3 and Knockout 3.4.0
  • Added TypeScript declaration file
  • Added bower support
  • New methods
    • partition
    • findIndex
    • findLastIndex
    • unzip, unzip_
  • Removed range as it's a utility method and doesn't really make sense for a KO array

v1.6.0.0

07 Jun 16:11
Compare
Choose a tag to compare
  • Updated to support Underscore 1.6.0
  • Updated grunt
  • Fixed nuspec dependency version for KO to be 2.2 vs. 1.2