Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(SpdrQueryBuilder): split params by type #10

Merged
merged 1 commit into from
Apr 29, 2022
Merged

feat(SpdrQueryBuilder): split params by type #10

merged 1 commit into from
Apr 29, 2022

Conversation

0xJohnnyboy
Copy link
Owner

  • split params in 3 types: params, sort, and pagination
  • added history
  • added clear and remove methods
  • made append method private
  • renamed pagination method
  • refactored operand handling
  • updated docs

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

- split params in 3 types: params, sort, and pagination
- added history
- added clear and remove methods
- made append method private
- renamed pagination method
- refactored operand handling
- updated docs

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
@0xJohnnyboy 0xJohnnyboy changed the title release: 3.1.0 feat(SpdrQueryBuilder): split params by type Apr 29, 2022
@0xJohnnyboy 0xJohnnyboy merged commit 8705c85 into main Apr 29, 2022
@0xJohnnyboy 0xJohnnyboy deleted the v3 branch April 29, 2022 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant