Skip to content

v0.9.16

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 02 Sep 20:29
· 293 commits to master since this release
  • #281 - Add additional signature for Model#filter that doesn't use var-args (@mskeving)
model.filter(inPath1, inPath2, inPath3, ..., fn);  // Old, still supported
model.filter(inPath1, [inPath2, inPath3, ...], fn); // New