Skip to content

News

0.4.0 • Module naming simplification, fullstack API declarations

In this release, we majorly restructured the project (#10, !14). Here is the mapping to the module names: - typed-shared → api - typed-server → server - typed-client → client - safe-shared is gone - safe-server → server-arrow - safe-client → client-arrow - spine-* are gone

The demo is also removed. It will be added back later, see #11.

Client

  • Create the idOf function to access path parameters (ad5f0bd8, #9, !11)
  • Simplify the usage of query paremeters (32922acb, !11)

Tests

Build and deployment

  • Support for iosArm64, iosSimulatorArm64, iosX64 (d57f518c, !11)

Dependencies