v2.1.2
New feature
- Added support for parse() function, which is a merge of parsers: parseFields(), parseSort(), parsePagination(), parseFilter(), parseDate().
Bug Fixes
- Fixed
parse()
function interface. The function takes three parameters, before it was receiving only two.- Currently
parser(query?: string | object, defaults?: IDefault, options?: IOptions): any
- Currently