This is a TO DO document for the Uize.Data.Util
module.
1. Uize.Data.Util.filter
1.1. - support for new filter types
1.1.1. - regular expression type filter
| when regular expression is specified for filter, properties are filtered that match the regular expression |
1.1.2. - function type filter
| when function is specified for filter, function receives property name and must return boolean indicating match |
1.1.3. - object type filter
| filter source object to have only properties contained in filter object |
1.1.4. - string type filter
| only permit the exactly matching property name? How else would this be handled? |
1.1.5. - array -- CHANGE IMPLEMENTATION?
| already supported, but need to change implementation? Change implementation for performance, or code size? |
| support for target property |