Skip to content

Release 1.0.0 🤪

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Aug 13:02
1.0.0
d556155
☣ Breaking changes

Features

  • grahpql: @searchBy updated to use operator-directives (#18, 5b153b3) ☣
  • grahpql: @sortBy updated to use operator-directives (#18, 744b313) ☣
  • graphql: @searchBy bitwise operators support: &, |, ^, >>, << (#25, fe65037)
  • graphql: @searchBy will extends list of operators for Int and Float types by operators for Number type (87037e0) ☣
  • queue: delay option support (32b7160)
  • testing: Removed deprecated SetUpTraits trait (2d2e71f) ☣
  • testing: Removed deprecated WithQueryLog trait (fdf4152) ☣
  • testing: Response constrains will show/return the diff (#33, fa2c637) ☣

Bug Fixes

  • formatter: Methods of Formatter class will throw FailedToFormatValue if error. The exception will also be used instead of FailedToFormatDate (d96a68a) ☣
  • testing: Return type of Override::override() (47ee2da)

Miscellaneous Chores

  • core: ProviderWithCommands marked as deprecated (f2e0357) ☣

Code Refactoring

  • graphql: All SchemaPrinter contract merged into one (#17, 7a641ff) ☣