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: mmkal/trpc-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: mmkal/trpc-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 11, 2025

  1. Configuration menu
    Copy the full SHA
    71f5f9f View commit details
    Browse the repository at this point in the history
  2. support orpc routers (#105)

    CC @unnoq
    
    I didn't end up using orpc's json-schema converter - trpc-cli is already
    doing the conversion to json-schema, presumably a similar way, but I
    borrowed the use of `resolveContractProcedures` from there.
    
    One concern I have is the fact that `resolveContractProcedures` returns
    `Promise<void>` - I'm calling it from a sync context and would rather
    not make everything async. It seems to work anyway though, is that
    expected?
    mmkal authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    11350cb View commit details
    Browse the repository at this point in the history
  3. support @clack/prompts (#109)

    Co-authored-by: Misha Kaletsky <mmkal@users.noreply.github.com>
    mmkal and mmkal authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    35a6b91 View commit details
    Browse the repository at this point in the history
  4. add post-release job

    mmkal committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    73fd9f3 View commit details
    Browse the repository at this point in the history
  5. 0.9.0

    mmkal committed Jun 11, 2025
    Configuration menu
    Copy the full SHA
    93dd832 View commit details
    Browse the repository at this point in the history
Loading