Releases: rjdellecese/confect
Releases · rjdellecese/confect
v0.0.21
Patch Changes
-
ed4a380: Initial support for recursive schemas.
Current caveats:
- Recursive schemas will be converted to
v.any()
Convex validators (you still get the same type-safety you expect when reading/writing to the DB, as long as you use the Confect APIs. - One consequence of the above is that type-checking for indexes (both when defining and using) on tables with a recursive schema will be unavailable.
- Recursive schemas will be converted to
v0.0.20
v0.0.19
v0.0.18
v0.0.17
v0.0.16
v0.0.15
v0.0.14
v0.0.13
v0.0.12
Patch Changes
- 2ddd275: Upgrade deps, remove
@effect/schema
(Schema has been merged into the maineffect
package)