Skip to content

Latest commit

 

History

History
228 lines (145 loc) · 13.1 KB

File metadata and controls

228 lines (145 loc) · 13.1 KB

protoc-gen-nexus

0.8.2

Patch Changes

0.8.1

Patch Changes

0.8.0

Minor Changes

Patch Changes

0.7.0

Minor Changes

  • #349 2b3d87f Thanks @izumin5210! - generate protobuf options to graphql extensions

  • #346 fa1e455 Thanks @izumin5210! - refactor: use @bufbuild/protoplugin

  • #310 8f7ad44 Thanks @izumin5210! - support scalar option for define custom scalar type mappings instead of legacy option

    BREAKING CHANGE: drop long_number and custom_type options

    Migration

    long_number and custom_type can be replaced with scalar.

     plugins:
       name: pothos
       out: src/__generated__/schema
       opt:
    -    - long_number=Int
    +    - scalar=int64=Int
    +    - scalar=uint64=Int
    +    - scalar=sint64=Int
    +    - scalar=fixed64=Int
    +    - scalar=sfixed64=Int
    +    - scalar=google.protobuf.Int64Value=Int
    +    - scalar=google.protobuf.UInt64Value=Int
    +    - scalar=google.protobuf.SInt64Value=Int
    +    - scalar=google.protobuf.Fixed64Value=Int
    +    - scalar=google.protobuf.SFixed64Value=Int
     plugins:
       name: pothos
       out: src/__generated__/schema
       opt:
    -    - custom_type=google.type.Date=Date
    +    - scalar=google.type.Date=Date

Patch Changes

0.6.6

Patch Changes

0.6.5

Patch Changes

0.6.4

Patch Changes

0.6.3

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

0.6.0

Minor Changes

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

0.5.1

Patch Changes