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.13.11
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.13.12
Choose a head ref
  • 2 commits
  • 47 files changed
  • 2 contributors

Commits on Mar 26, 2026

  1. fix: serialize undefined array elements as null (#1505)

    Fixes #1504 
    
    <!-- This is an auto-generated comment: release notes by coderabbit.ai
    -->
    
    ## Summary by CodeRabbit
    
    * **Bug Fixes**
    * Fixed JSON serialization handling of undefined values in arrays to
    ensure proper round-trip serialization and deserialization.
    * **Tests**
    * Added comprehensive test coverage for undefined array element
    handling, including nested cases.
    
    <!-- end of auto-generated comment: release notes by coderabbit.ai -->
    treehill05 authored Mar 26, 2026
    Configuration menu
    Copy the full SHA
    89acf15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca5c71 View commit details
    Browse the repository at this point in the history
Loading