All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.5 (2024-09-10)
- fixed wrong zod version in lock file (#11) (ef72473)
- Get
client-server.test.ts
passing (#13) (f129134) - Pass queryParams to the axios client (#12) (b1bd355), closes #13
2.0.3 (2023-09-12)
Bump back zod
package version to old version.
2.0.2 (2023-09-12)
Bump zod
package version to 3.21.4
as peerDependencies
.
2.0.1 (2023-08-24)
2.0.0 (2021-10-26)
- clientside axios: apiClient returns standard axios response, with a data property correctly typed per the schema
Co-authored-by: Anthony Manning-Franklin anthony@workitspaces.com.au
- clientside axios: adds better clientside axios configuration options and familiar axios api (#1) (0724fcd)