Skip to content

Releases: ktutnik/graphql-directive

@graphql-directive/validator@2.0.2

09 Apr 12:26
@graphql-directive/validator@2.0.2
3ec0b9b
Compare
Choose a tag to compare

2.0.2 (2023-04-09)

Bug Fixes

  • Fix thrown GraphQLError error message (#39) (9d52b52)

@graphql-directive/core@1.0.2

09 Apr 12:26
@graphql-directive/core@1.0.2
3ec0b9b
Compare
Choose a tag to compare

1.0.2 (2023-04-09)

Bug Fixes

  • Fix thrown GraphQLError error message (#39) (9d52b52)

@graphql-directive/auth@1.0.2

09 Apr 12:26
@graphql-directive/auth@1.0.2
3ec0b9b
Compare
Choose a tag to compare

1.0.2 (2023-04-09)

Bug Fixes

  • auth: Mutation should always throw error (#40) (0869a38)
  • auth: Query resolution Filter doesn't followed properly on mutation result (#38) (8fc73ac)
  • Fix thrown GraphQLError error message (#39) (9d52b52)

@graphql-directive/validator@2.0.1

08 Apr 01:21
@graphql-directive/validator@2.0.1
2ab9b1b
Compare
Choose a tag to compare

2.0.1 (2023-04-08)

Bug Fixes

@graphql-directive/core@1.0.1

08 Apr 01:21
@graphql-directive/core@1.0.1
2ab9b1b
Compare
Choose a tag to compare

1.0.1 (2023-04-08)

Bug Fixes

@graphql-directive/auth@1.0.1

08 Apr 01:21
@graphql-directive/auth@1.0.1
2ab9b1b
Compare
Choose a tag to compare

1.0.1 (2023-04-08)

Bug Fixes

  • auth: Export some types required by TypeScript typings (#35) (71b450e)
  • Upgrade package dependencies (#36) (edbdb8e)

@graphql-directive/validator@2.0.0

07 Apr 00:47
@graphql-directive/validator@2.0.0
280f220
Compare
Choose a tag to compare

2.0.0 (2023-04-07)

Features

  • validator: Create core logic that is reusable for validator and authorizer (#31) (48cd65f)

@graphql-directive/core@1.0.0

07 Apr 00:47
@graphql-directive/core@1.0.0
280f220
Compare
Choose a tag to compare

1.0.0 (2023-04-07)

Features

  • Add authorization directive (#33) (a46d4a2)
  • Add validate directive (#2) (8955fd4)
  • validator: Create core logic that is reusable for validator and authorizer (#31) (48cd65f)

@graphql-directive/auth@1.0.0

07 Apr 00:47
@graphql-directive/auth@1.0.0
280f220
Compare
Choose a tag to compare

1.0.0 (2023-04-07)

Features

@graphql-directive/validator@1.0.0

10 Mar 03:14
Compare
Choose a tag to compare

1.0.0 (2023-03-10)

Bug Fixes

  • Add plugin ability, and split into smaller projects (#8) (1243fc1)
  • Add possibility to set validator custom message (#21) (fc0b1e8)
  • Change validation logic from EMPTY to NOT_EMPTY (#7) (8ce575e)
  • validator: Add support for custom validator (#28) (72f6a59)

Features