Releases: canvasxyz/canvas
Releases · canvasxyz/canvas
v0.13.12
What's changed
- No longer require top-level await in packages using @canvas-js/core or @canvas-js/vm.
v0.13.11
What's changed
- Adds SIWFSigner signer, for Sign in With Farcaster support. See here for instructions.
v0.13.10
What's Changed
- Canvas now targets ES2022, and uses top level await.
- Add
--connect
argument to CLI run command for connecting to a WebSocket
- Network explorer design updates.
v0.13.9
- Add
getType()
method for ModelDB users to determine the database backend
- Show database backend in network explorer
- Serve the network explorer on the root path if nothing else is being served using
canvas run --network-explorer
v0.13.8
What's changed
- Fix serving of network explorer assets when deploying via the CLI in production.
v0.13.7
What's Changed
- Serve network explorer when the Canvas CLI runs
v0.13.6
What's changed
- Fix an issue with snapshot creation
- Fix an issue with Expo builds
v0.13.5
What's changed
- Fixes for modeldb-expo-sqlite.
v0.13.4
What's changed
- Fix atproto operation log verification for certain operations.
- Clear modeldb-expo-sqlite if reset option is set.
- Prohibit json? type in modeldb, since bare json type is nullable.
v0.13.3
What's changed
- Allow
json
ModelDB fields to accept a null value, whether or not the field is nullable.