v2.0.0
New features and many improvements:
- You can now choose the name of the fields to be used for filtering with date:
start_atandend_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.