github dotansimha/graphql-code-generator @graphql-codegen/time@2.0.0

latest releases: release-1711538187754, @graphql-codegen/time@5.0.1, @graphql-codegen/client-preset@4.2.5...
3 years ago

Major Changes

  • bc6e5c0: Update plugin configuration API to use object only (string is no longer supported)

    Migration Notes

    This only effects developers who used to override the format. You now need to specify it with a key!

    Before

    plugins:
      - time: 'DD-MM-YYYY'

    After

    plugins:
      - time:
          format: 'DD-MM-YYYY'

Don't miss a new graphql-code-generator release

NewReleases is sending notifications on new releases.