Skip to content

Releases: Urigo/graphql-scalars

v1.24.1

29 Jan 14:57
751ee5c
Compare
Choose a tag to compare

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

28 Nov 09:23
58df548
Compare
Choose a tag to compare

Minor Changes

v1.23.0

18 Mar 14:47
f335944
Compare
Choose a tag to compare

Minor Changes

Patch Changes

v1.22.5

23 Feb 15:01
dc02603
Compare
Choose a tag to compare

Patch Changes

v1.22.4

10 Oct 12:14
bdc94ce
Compare
Choose a tag to compare

Patch Changes

v1.22.3

09 Oct 15:00
5b66cd5
Compare
Choose a tag to compare

Patch Changes

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

v1.22.2

07 Jun 12:42
97c36de
Compare
Choose a tag to compare

Patch Changes

v1.22.1

29 May 09:14
e75d43c
Compare
Choose a tag to compare

Patch Changes

v1.22.0

18 May 08:27
c1aebcf
Compare
Choose a tag to compare

Minor Changes

v1.21.3

27 Mar 08:39
b6d68b0
Compare
Choose a tag to compare

Patch Changes

  • 7460ec4
    Thanks @ardatan! - Fix the spec reference in `EmailAddress`

  • ef0585a
    Thanks @ardatan! - If JSON serializer is missing for BigInt use
    number serialization for safe integers and string for unsafe integers by warning the users.