Skip to content

Releases: checkpoint-labs/checkpoint

v0.1.0-beta.14

25 Jan 21:22
c1f499a
Compare
Choose a tag to compare

BREAKING CHANGES:

  • To access raw event inside writers you should use rawEvent instead of event. event is now used for parsed events (#180)

What's Changed

New Contributors

Full Changelog: v0.1.0-beta.13...v0.1.0-beta.14

v0.1.0-beta.13

01 Dec 22:06
b5bd70f
Compare
Choose a tag to compare

What's Changed

  • chore: narrow down writer's block param by @Sekhmet in #161
  • feat: add templates support by @Sekhmet in #156
  • feat: expose schema and createGetLoader by @Sekhmet in #162
  • chore: bump starknet to 4.13.1 to fix Infura compatibility by @Sekhmet in #163

Full Changelog: v0.1.0-beta.12...v0.1.0-beta.13

v0.1.0-beta.12

18 Nov 13:55
8d11850
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0-beta.11...v0.1.0-beta.12

v0.1.0-beta.11

16 Nov 14:10
1c59d2c
Compare
Choose a tag to compare

What's Changed

  • feat: add support for BigInt and decimal types by @Sekhmet in #153
  • feat: use RPC instead of Sequencer by @Sekhmet in #154
  • feat: use dataloader to batch single entity queries by @Sekhmet in #157

Full Changelog: v0.1.0-beta.10...v0.1.0-beta.11

v0.1.0-beta.1

07 Jun 20:02
781d2fb
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

0.1.0-beta.1 (2022-06-06)

Bug Fixes

Features