On this page

Changelog

Every GraphQL Scalars release with its changes and the pull requests behind them.

CHANGELOG moved to GitHub releases

2.0.0

Major Changes

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

    BREAKING Drop support for Node.js 20

Patch Changes

1.26.0

Minor Changes

Patch Changes

1.25.0

Minor Changes

Patch Changes

1.24.2

Patch Changes

1.24.1

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

1.24.0

Minor Changes

1.23.0

Minor Changes

Patch Changes

1.22.5

Patch Changes

1.22.4

Patch Changes

1.22.3

Patch Changes

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

1.22.2

Patch Changes

1.22.1

Patch Changes

1.22.0

Minor Changes

1.21.3

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.

1.21.2

Patch Changes

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

1.21.1

Patch Changes

1.21.0

Minor Changes

Patch Changes

1.20.1

Patch Changes

1.20.0

Minor Changes

1.19.0

Minor Changes

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

1.18.0

Minor Changes

  • 4db9d82 Thanks @saihaj! - CUID Scalar

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