0xJohnnyboy / spider-query-builder

Builds a queryparams string for interactions with API Platform based backend
GNU Affero General Public License v3.0
2 stars 0 forks source link

feat(SpdrQueryBuilder): split params by type #10

Closed 0xJohnnyboy closed 2 years ago

0xJohnnyboy commented 2 years ago

BREAKING CHANGE: SpdrQueryBuilder.pagination() is now SpdrQueryBuilder.enablePagination() BREAKING CHANGE: SpdrQueryBuilder.append(param) is no longer available for now BREAKING CHANGE: SpdrQueryBuilder.setOperand(value) is now SpdrQueryBuilder.operand(value) and behaviour has slightly changed, see docs