Skip to content

Releases: graphql-hive/graphql-scalars

v1.22.0

18 May 08:27
c1aebcf

Choose a tag to compare

Minor Changes

v1.21.3

27 Mar 08:39
b6d68b0

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.

v1.21.2

24 Mar 12:42
ec8320d

Choose a tag to compare

Patch Changes

  • 7b3811d
    Thanks @ardatan! - Fix wrong scalar name in the scalar configuration

v1.21.1

24 Mar 12:13
3218df7

Choose a tag to compare

Patch Changes

v1.21.0

24 Mar 12:05
b1dad3a

Choose a tag to compare

Minor Changes

Patch Changes

v1.20.1

11 Nov 13:33
49d40cb

Choose a tag to compare

Patch Changes

v1.20.0

22 Oct 10:01
c505052

Choose a tag to compare

Minor Changes

v1.19.0

10 Oct 10:11
2216d12

Choose a tag to compare

Minor Changes

  • 8ba194c Thanks
    @ardatan! - - feat: add IP scalar (#1717) - Thanks @mammadatei!
    • feat: add SemVer scalar (#1728) - Thanks @mammadatei!

v1.18.0

10 Aug 18:48
84bcd20

Choose a tag to compare

Minor Changes

  • 4db9d82 Thanks
    @saihaj! - CUID Scalar

    A field whose value conforms to the standard cuid format as specified in
    This Repo.

v1.10.0

05 Jul 12:49
5b14acd

Choose a tag to compare

  • ESM Support