trpc.group/trpc-go/trpc-cmdline@v1.0.9/CHANGELOG.md (about)

     1  # Change Log
     2  
     3  ## v1.0.9 2024-05-09
     4  
     5  - setup: add search for current gopath and return detailed error (#41)
     6  
     7  ## v1.0.8 2024-05-09
     8  
     9  - fix: url reference error when generating trpc-cpp project (#38)
    10  
    11  ## v1.0.7 2024-04-02
    12  
    13  - test: replace gomock to go.uber.org/mock/gomock (#37)
    14  
    15  ## v1.0.6 2024-01-15
    16  
    17  - parser: further trim extra spaces and quotes for alias (#33)
    18  - apidocs: trim extraneous for summary (#34)
    19  
    20  # v1.0.5 2023-10-23
    21  
    22  - install: invite back proto files to improve ease of use (#21)
    23  
    24  # v1.0.4 2023-10-20
    25  
    26  - create: change the default value of `noservicesuffix` to false to align with the internal version (#19)
    27  - cmdline: support protoc-gen-validate (#12) 
    28  - github: add release workflow (#20)
    29  - create: support './' and abs for protofile path (#19) 
    30  
    31  # v1.0.3 2023-10-20
    32  
    33  - version: update version (#17)
    34  
    35  # v1.0.2 2023-10-20
    36  
    37  - docs: add changelog (#15)
    38  
    39  # v1.0.1 2023-10-20
    40  
    41  - config: replace os (#13)
    42  - gomod: upgrade golang.org/x/net (#9)
    43  - version: update version (#8)
    44  - go.mod: update dependencies (#7)
    45  
    46  # v1.0.0 2023-10-17
    47  
    48  - initial release