Skip to content

v2.1.2

Compare
Choose a tag to compare
@douglasrafael douglasrafael released this 12 Aug 02:17
· 44 commits to master since this release

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