10000 Comparing v1.0.0...v1.0.1 · kwan3854/ProtocGenWebviewRpc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: kwan3854/ProtocGenWebviewRpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0
Choose a base ref
...
head repository: kwan3854/ProtocGenWebviewRpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 23, 2025

  1. feat: v1.0.1 - Clean async-only templates

    - Remove Async suffix from all generated methods
    - Remove Virtual-Virtual pattern
    - Generate abstract methods for servers
    - Simplify to async-only architecture
    kwan3854 committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    052e0be View commit details
    Browse the repository at this point in the history
  2. fix: Follow C# coding convention for private readonly fields

    - Change private readonly field name to start with underscore (_rpcClient)
    kwan3854 committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    ba1fbe5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from kwan3854/v1.0.1

    Updates C# templates for coding conventions & async clarity
    kwan3854 authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    28fbde9 View commit details
    Browse the repository at this point in the history
Loading
0