Skip to content

Releases: Refrezsh/strapi-query-builder

v1.2.1

22 Aug 10:41
Compare
Choose a tag to compare
  • Merge pull request #1 from ocarmora/master c856154
  • Update types directory reference 4dedce2

v1.2.0...v1.2.1

v1.2.0

17 Aug 08:09
Compare
Choose a tag to compare
  • chore: Added node engines to package json 2180683
  • docs: Readme.md - Grammar corrections - Simplification of descriptions - Correction pagination examples d1cc650
  • test: Update of semantics - Strapi build types, added more complex query with dynamic zones. - Fixed test description to be more fluent in reading. - Added test for _isDefined util f5b9fa3
  • refactor: Removed release action - This action don't work for now. bd2a434
  • fix: Entity / Query engines pagination - Strapi Service aka Rest API has pagination key to store pagination query. - Entity Service / Query engine for strapi 4.12.4 now stores pagination without "pagination" key. - Updated test keys of build types and pagination test. - Added service check in "_buildQuery" method, for differentiate "pagination" key assigment. c6a3a24
  • fix: Pagination and build types - Added withCount property for strapi service query. - Simplified pagination merging. - Added utility function _isDefined to prevent JS to bool check that can cause type conversion errors. - refactored pagination test: right "it -> should" naming, added tests with query types. 00d74c5
  • raw-step c668c41

v1.1.0...v1.2.0