Skip to content

Releases: canvasxyz/canvas

v0.13.12

23 Jan 06:29
104b940
Compare
Choose a tag to compare

What's changed

  • No longer require top-level await in packages using @canvas-js/core or @canvas-js/vm.

v0.13.11

22 Jan 08:22
Compare
Choose a tag to compare

What's changed

  • Adds SIWFSigner signer, for Sign in With Farcaster support. See here for instructions.

v0.13.10

22 Jan 08:20
Compare
Choose a tag to compare

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

22 Jan 08:18
Compare
Choose a tag to compare
  • 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

22 Jan 08:17
Compare
Choose a tag to compare

What's changed

  • Fix serving of network explorer assets when deploying via the CLI in production.

v0.13.7

22 Jan 08:16
Compare
Choose a tag to compare

What's Changed

  • Serve network explorer when the Canvas CLI runs

v0.13.6

22 Jan 08:15
Compare
Choose a tag to compare

What's changed

  • Fix an issue with snapshot creation
  • Fix an issue with Expo builds

v0.13.5

22 Jan 08:14
Compare
Choose a tag to compare

What's changed

  • Fixes for modeldb-expo-sqlite.

v0.13.4

22 Jan 08:13
Compare
Choose a tag to compare

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

30 Nov 19:01
Compare
Choose a tag to compare

What's changed

  • Allow json ModelDB fields to accept a null value, whether or not the field is nullable.