Skip to content

@graphql-codegen/time@2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 12:55
· 3243 commits to master since this release
aea1ca9

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'