Skip to content

Releases: clean-code-id/nest-sequelize-query-builder

v1.0.0

07 Oct 18:30

Choose a tag to compare

Initial stable release 🚀

  • ✅ Sorting (single and multiple fields)
  • ✅ Custom sort logic for complex queries
  • ✅ Security-first validation (only allowed sorts)
  • ✅ Default sorting fallback
  • ✅ Pagination with GROUP BY support
  • ✅ Sort aliases (map API names to DB columns)