Releases: checkpoint-labs/checkpoint
Releases · checkpoint-labs/checkpoint
v0.1.0-beta.14
BREAKING CHANGES:
- To access raw event inside writers you should use
rawEvent
instead ofevent
.event
is now used for parsed events (#180)
What's Changed
- chore: use shared eslint and prettier configs by @Sekhmet in #167
- perf: skip DB query if requesting id only by @Sekhmet in #172
- refactor: extract NetworkProvider by @Sekhmet in #175
- feat: add Boolean field support by @Sekhmet in #177
- feat: use pluralize for better pluralization by @Sekhmet in #178
- chore: run CI for pull requests from forks by @Sekhmet in #182
- feat: parse events using specified format by @Sekhmet in #180
- feat: use default connections limit (20) by @Sekhmet in #171
- feat: add globalEvents tracking by @Sekhmet in #183
- feat: allow for mysql ssl connections by @janek26 in #181
- feat: add subentities support by @Sekhmet in #189
- feat: allow ABI to be specified in templates by @Sekhmet in #190
- refactor: rename globalEvents to global_events by @Sekhmet in #191
New Contributors
Full Changelog: v0.1.0-beta.13...v0.1.0-beta.14
v0.1.0-beta.13
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
What's Changed
Full Changelog: v0.1.0-beta.11...v0.1.0-beta.12