Skip to content

v2.0.0

Choose a tag to compare

@douglasrafael douglasrafael released this 24 Feb 02:44
· 44 commits to master since this release

New features and many improvements:

  • You can now choose the name of the fields to be used for filtering with date: start_at and end_at;
  • A merge between the default values ​​defined in the settings and the values ​​from the query string is now performed. Default values ​​have higher priority;
  • Added support for parser functions: parseFields(), parseSort(), parsePagination(), parseFilter(), parseDate().
  • Fixed bugs, added more tests and code improvements.