Skip to content

Builder with default options & other functional performance changes

Compare
Choose a tag to compare
@keviveks keviveks released this 20 Mar 04:29
· 20 commits to master since this release
  • Removed the hard coded default filters & sort options from the query string
  • Added user specific default options from the middleware which will go in all the request
  • Changed Sort & Limit query variables to match mongoose functions
  • Other performance changes