Skip to content

Commit

Permalink
Version Packages (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 9, 2025
1 parent c3ed477 commit ca9a9a7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .changeset/unlucky-chairs-retire.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @rjdellecese/confect

## 0.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.

## 0.0.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rjdellecese/confect",
"version": "0.0.20",
"version": "0.0.21",
"description": "Use Effect with Convex!",
"repository": {
"type": "git",
Expand Down

0 comments on commit ca9a9a7

Please sign in to comment.