Skip to content

v2.5.0

Choose a tag to compare

@vasily-novosad vasily-novosad released this 08 Aug 04:27
· 41 commits to master since this release

Release v2.5.0

Updates

Graphql was updated to 16.9.0.

  • The method makeGraphQLRequest in the class CoreService is now static
  • The method getVersion in the class CoreService is now static

Breaking

  • input type BetweenDate now is removed. Use BetweenDateTime instead
  • scalar type Date now is removed. Use DateTime instead
  • timezone value in Context now is removed
  • defaultOutputFilter value now is removed
  • stringToCursor function now is removed
  • cursorToString function now is removed
  • makeNodeCursor function now is removed
  • getCursorPayload function now is removed
  • buildCursorConnection function now is removed
  • nodeToEdge function now is removed
  • extractNodeField function now is removed
  • extractNodeIds function now is removed
  • arrayOfIdsToArrayOfObjectIds function now is removed
  • buildQueryFilter function now is removed
  • extractKeyAsObject function now is removed
  • fieldBuilder function now is removed
  • DEFAULT_SERVER_TIMEZONE constant now is removed
  • ListResponse type now is removed