okv / conform.js

A schema validation and filtering framework for node.js

Home Page:https://github.com/okv/conform.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array item filtering filters whole array

AdriDmgz opened this issue · comments

When you try to filter array items, the whole array is passed to the filter instead of each item individually. Additionally, the whole array is passed to the filter once for each item in the array.

@adryande i'll check it out shortly, thanks

@adryande fixed and published (version 0.2.6) to npm