github middleapi/orpc v1.1.0

latest releases: v1.14.0, v1.13.14, v1.13.13...
12 months ago

✨ [NEW] OpenAPI Reference Plugin (Swagger/Scalar)

Easy serve beautiful OpenAPI Reference Client UI powered by Scalar

const handler = new OpenAPIHandler(router, {
  plugins: [
    new OpenAPIReferencePlugin({
      schemaConverters: [
        new ZodToJsonSchemaConverter(),
      ],
      specGenerateOptions: {
        info: {
          title: 'ORPC Playground',
          version: '1.0.0',
        },
      },
    }),
  ]
})

✨ [NEW] Partical React Native Support

React Native includes a Fetch API, so you can use oRPC out of the box. However, the Fetch API in React Native has limitations. oRPC features like File, Blob, and AsyncIteratorObject aren't supported. Follow Support Stream #27741 for updates.


   🚀 Features

   🐞 Bug Fixes

  • deps: Update dependency rou3 to ^0.6.0  -  in #423 (16739)
    View changes on GitHub

Don't miss a new orpc release

NewReleases is sending notifications on new releases.