0.6.0 • Client-side Arrow compatibility
Client
- New SpineResponse.body() method for Arrow compatibility
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.
Thanks to Youssef Shoaib, who were a massive help with figuring out how to hide the Endpoint class to ensure source-compatibility with future releases.