Skip to content

Releases: via-profit-services/core

v2.10.6

15 Jun 12:49

Choose a tag to compare

Bugfixes

v2.10.5

12 May 07:51

Choose a tag to compare

Fixed: invalid multipart parser

v2.10.1

17 Apr 06:49

Choose a tag to compare

Patch release v2.10.1

v2.10.0

17 Apr 05:55

Choose a tag to compare

Release v2.10.0

v2.8.1

05 Mar 12:08

Choose a tag to compare

Security release

v2.8.0

28 Jan 05:21

Choose a tag to compare

Security release

v2.7.0

13 Dec 11:41

Choose a tag to compare

Breaking

  • The Money scalar type now is bigint value, not a number

v2.6.0

02 Nov 09:52

Choose a tag to compare

Breaking

  • The Context property now is empty object

v2.5.0

08 Aug 04:27

Choose a tag to compare

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

v2.4.1

30 Aug 06:28

Choose a tag to compare

  • Updating dependencies
  • Extended type description documentation (TypeScript)
  • Updated the general documentation on scalar types