Skip to content

Releases: graphql-hive/graphql-scalars

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 09:36
355e6f8

Major Changes

  • #3096
    b29c5c0
    Thanks @n1ru4l! - BREAKING Drop support for graphql-js<16.0.0.

    BREAKING Drop support for Node.js 20

Patch Changes

v1.26.0

Choose a tag to compare

@github-actions github-actions released this 11 Aug 14:35
3313836

Minor Changes

Patch Changes

v1.25.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 23:00
091b840

Minor Changes

Patch Changes

v1.24.2

Choose a tag to compare

@github-actions github-actions released this 19 Mar 11:10
34fb1f6

Patch Changes

v1.24.1

Choose a tag to compare

@github-actions github-actions released this 29 Jan 14:57
751ee5c

Patch Changes

  • #2719 Thanks
    @nthombare-mdsol! - Now the regex updated to support all
    phone numbers compliant with the E.164 international format standard, which includes country code
    (Optional), area codes, and local numbers and extension (optional). For more information on E.164
    formatting, Regex: https://regex101.com/r/nol2F6/1

    Ex. +62 (21) 9175 5194, 2191755194, +1 123-456-7890 12345, +1 (123) 456-7890

v1.24.0

Choose a tag to compare

@github-actions github-actions released this 28 Nov 09:23
58df548

Minor Changes

v1.23.0

Choose a tag to compare

@github-actions github-actions released this 18 Mar 14:47
f335944

Minor Changes

Patch Changes

v1.22.5

Choose a tag to compare

@github-actions github-actions released this 23 Feb 15:01
dc02603

Patch Changes

v1.22.4

Choose a tag to compare

@github-actions github-actions released this 10 Oct 12:14
bdc94ce

Patch Changes

v1.22.3

Choose a tag to compare

@github-actions github-actions released this 09 Oct 15:00
5b66cd5

Patch Changes

  • 9029d0a
    Thanks @ardatan! - Parse BigInt as Number s if they are safe and
    BigInt is not serializable