ian
ian•2y ago

0.9.2 Release

New release out: 0.9.2 - You can now go from your schema types to typescript types more granularly than just Document<TableName> with our Infer type - You can now add .order after .filter when querying the database (it used to need to go before) - You can access the backend's api and http urls from functions: CONVEX_SITE_URL and CONVEX_CLOUD_URL and more! https://blog.convex.dev/announcing-convex-0-9-2/
The Convex Blog
Announcing Convex 0.9.2
Happy Friday! We have a little patch release for you with a couple of new goodies. Stay tuned for some big updates coming soon.
2 Replies
alexcole
alexcole•2y ago
@magicseth I added the Infer type based on our conversation!
magicseth
magicseth•2y ago
Awesome! types are broken again for me 😦

Did you find this page helpful?