clemos / haxe-js-kit

Haxe tools and externs for Javascript and Node.js
MIT License
128 stars 42 forks source link

Mongoose arrayFilters in ModelUpdateOptions #176

Closed varadig closed 4 years ago

varadig commented 5 years ago

There is any reason why is not contain arrayFilter option the ModelUpdateOptions?

typedef ModelUpdateOptions = {
?safe:Bool,
?upsert:Bool,
?multi:Bool,
?strict:Bool,
?overwrite:Bool,
?runValidators:Bool
}
clemos commented 5 years ago

Feel free to pull request :)