Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stephenh/ts-proto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.7
Choose a base ref
...
head repository: stephenh/ts-proto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 16, 2024

  1. feat: add support for comments on union fields in generateOneofProper…

    …ty (#1136)
    
    - Added functionality to `generateOneofProperty` to include comments for
    each union field, enhancing documentation support for union fields in
    TypeScript output.
    - Previously, comments for individual fields within a `oneof` type were
    omitted. This update gathers comments from each field and appends them
    to the generated type for clarity.
    
    Issue: [#1122](#1122)
    sefaphlvn authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    c933c9c View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.3.0 [skip ci]

    # [2.3.0](v2.2.7...v2.3.0) (2024-11-16)
    
    ### Features
    
    * add support for comments on union fields in generateOneofProperty ([#1136](#1136)) ([c933c9c](c933c9c)), closes [#1122](#1122)
    semantic-release-bot committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    37d3a39 View commit details
    Browse the repository at this point in the history
Loading