Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 294 Bytes

changelog.md

File metadata and controls

20 lines (15 loc) · 294 Bytes

3.3.x

  • $in now uses toString() when evaluating objects. Fixes #116.

2.x

  • use() now uses a different format:
sift.use({
  $operator: function(a) {
    return function(b) {
      // compare here
    };
  }
})
  • all operators are traversable now
  • fix #58.