Releases: dojoengine/dojo.js
Releases · dojoengine/dojo.js
v1.1.1
What's Changed
- feat: create migration guide to update to v1.1 by @MartianGreed in #394
- feat: remove field order from sdk by @MartianGreed in #395
- feat: add getControllers and update subscription functions by @MartianGreed in #396
- feat: prepare release by @github-actions in #397
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- feat: add nested queries to match book + syntactic sugar by @MartianGreed in #387
- fix: ci actions update to v4 by @MartianGreed in #389
- fix: create store type differenciation by @MartianGreed in #390
- feat: deprecate QueryBuilder -- Default to ToriiQueryBuilder by @MartianGreed in #392
- feat: grpc playground by @MartianGreed in #388
- feat: prepare release by @github-actions in #393
Full Changelog: v1.0.13...v1.1.0
v1.0.13
What's Changed
- fix: historical events ordering by @MartianGreed in #384
- fix: createDojoStore now have proper type by @MartianGreed in #385
- feat: prepare release by @github-actions in #386
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- feat: revamp phaser by @MartianGreed in #380
- fix: parseEntities returns array instead of record<string, parsedenti… by @MartianGreed in #382
- feat: prepare release by @github-actions in #383
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- feat: add ToriiQueryBuilder and ClauseBuilder by @MartianGreed in #378
- feat: prepare release by @github-actions in #379
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- fix: catch fetch enpoint error by @MartianGreed in #371
- fix: update get-starknet-core version by @rsodre in #372
- fix: added missing params to getEventMessages() by @rsodre in #373
- fix: accept and convert in operator arrays by @rsodre in #374
- feat: update dojo version by @MartianGreed in #375
- feat: create reusable hooks and add sql hook to sdk by @MartianGreed in #376
- feat: prepare release by @github-actions in #377
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- feat: add sql example by @MartianGreed in #368
- feat: use changeset instead of lerna by @MartianGreed in #369
- feat: prepare release by @github-actions in #370
New Contributors
- @github-actions made their first contribution in #370
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- fix: added historical option for event getters by @rsodre in #352
- feat: upgrade starknet peerDependency by @MartianGreed in #347
- fix: support in operator by @MartianGreed in #364
- fix: typedoc ci by @MartianGreed in #365
- fix: compile calldata using abi by @rsodre in #366
- feat: fix react-sdk example + predeployed connector + historical events by @MartianGreed in #367
Full Changelog: v1.0.7...v1.0.8
Commands to run your localstack :
RUST_LOG=info katana --dev --dev.no-fee --http.cors_origins '*'
sozo migrate
torii -w 0x0525177c8afe8680d7ad1da30ca183e482cfcd6404c1e09d83fd3fa2994fd4b8 --http.cors_origins '*' --events.historical dojo_starter-Moved
Note the --events.historical dojo_starter-Moved
here to showcase how you can leverage torii's historical events
v1.0.7
v1.0.4
What's Changed
- feat: add cache to dojo.js by @edisontim in #359
- feat: Support cairo enum types by @MartianGreed in #362
Full Changelog: v1.0.3...v1.0.4