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: middleapi/orpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: middleapi/orpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.1
Choose a head ref
  • 7 commits
  • 98 files changed
  • 3 contributors

Commits on Apr 24, 2026

  1. Configuration menu
    Copy the full SHA
    85827f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2026

  1. Configuration menu
    Copy the full SHA
    2fed789 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. Configuration menu
    Copy the full SHA
    26af928 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Configuration menu
    Copy the full SHA
    9e2e002 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2026

  1. Configuration menu
    Copy the full SHA
    b2ab056 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2026

  1. feat(nest): add Hono framework support (#1299)

    ## Summary
    
    Adds Hono-based HTTP adapter support to `@orpc/nest` so `@Implement`
    routes can run in Nest applications backed by a Hono adapter.
    
    ## Changes
    
    - Added Fetch request/response handling for Hono adapter contexts via
    `@orpc/standard-server-fetch`.
    - Detects Hono response contexts by their Fetch response factory and
    returns a Hono-native `Response` with `newResponse(...)`.
    - Adds `OPTIONS` route decorator support for implemented contract
    routes.
    - Adds compatibility coverage using `@mnigos/platform-hono@^0.1.3`,
    including request body/query/header parsing, route params, response
    headers, and error responses.
    - Documents Hono-based adapter usage with `@mnigos/platform-hono` as an
    example.
    
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    ## Summary by CodeRabbit
    
    * **New Features**
    * Added runtime support for Hono adapters so the package can run on
    Hono-powered servers alongside existing environments.
    * Interceptor now routes and converts requests/responses correctly
    across supported adapters.
    
    * **Documentation**
    * New guide section on using the Hono adapter with recommended
    configuration notes.
    
    * **Tests**
    * Added compatibility tests verifying handlers and routes work when the
    app runs with the Hono adapter.
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    Mnigos authored May 4, 2026
    Configuration menu
    Copy the full SHA
    90a4d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a71e15 View commit details
    Browse the repository at this point in the history
Loading