Skip to content

Latest commit

 

History

History
369 lines (210 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

369 lines (210 loc) · 13.9 KB

Change Log

1.2.4

Patch Changes

  • 28398be: fix: recs convertValues do not set to null
  • Updated dependencies [28398be]
    • @dojoengine/core@1.2.4

1.2.3

Patch Changes

  • b94f26d: fix: recs component matching
  • Updated dependencies [b94f26d]
    • @dojoengine/core@1.2.3

1.2.2

Patch Changes

  • d8a9b0d: fix: recs setEntities now updates component if component exists
  • Updated dependencies [d8a9b0d]
    • @dojoengine/core@1.2.2

1.2.1

Patch Changes

  • 1cd88c8: refactor sdk useEntityQuery,useEventQuery,useHistoricalEventsQuery
  • e2a4ea5: fix: zustand updateEntity and mergeEntities deeply merge objects
  • Updated dependencies [1cd88c8]
  • Updated dependencies [e2a4ea5]
    • @dojoengine/core@1.2.1

1.2.0

Minor Changes

  • a9ccef3: feat: add reusable sdk react hooks

Patch Changes

  • Updated dependencies [a9ccef3]
    • @dojoengine/core@1.2.0

1.1.3

Patch Changes

  • a4fc8e4: fix: predeployed warnings
  • Updated dependencies [a4fc8e4]
    • @dojoengine/core@1.1.3

1.1.2

Patch Changes

  • 9af1969: chore: bump dojo v1.2.1. Add token_ids to sdk
  • Updated dependencies [9af1969]
    • @dojoengine/core@1.1.2

1.1.1

Patch Changes

  • ded4be2: feat: remove field order and bump torii-client
  • Updated dependencies [ded4be2]
    • @dojoengine/core@1.1.1

1.1.0

Minor Changes

  • 27d0342: Default to ToriiQueryBuilder for queries with Clause

Patch Changes

  • 395e450: fix: createStore now fit to either vanilla or react store
  • d030ace: fix: Add nested query test to match book + syntactic sugar
  • Updated dependencies [395e450]
  • Updated dependencies [d030ace]
  • Updated dependencies [27d0342]
    • @dojoengine/core@1.1.0

1.0.13

Patch Changes

  • 4fa350a: fix: createDojoStore have now proper types
  • 257d02a: Fix historical events ordering
  • Updated dependencies [4fa350a]
  • Updated dependencies [257d02a]
    • @dojoengine/core@1.0.13

1.0.12

Patch Changes

  • b4dc1e2: parseEntities now returns Array<ParsedEntity> instead of Record<string, ParsedEntity>
  • Updated dependencies [b4dc1e2]
    • @dojoengine/core@1.0.12

1.0.11

Patch Changes

  • 5f335d0: Added experimental ToriiQueryBuilder and ClauseBuilder to be closer to how we should query ECS through torii
  • Updated dependencies [5f335d0]
    • @dojoengine/core@1.0.11

1.0.10

Patch Changes

  • 84dd776: Updated packages to latest dojo version // accept and convert array by @rsodre // add missing params for query and subscription by @rsodre // update starknet-core-version by @rsodre
  • 42ab8cf: Add @dojoengine/sdk/state @dojoengine/sdk/react @dojoengine/sdk/sql // Moves hooks to sdk // Update examples
  • Updated dependencies [84dd776]
  • Updated dependencies [42ab8cf]
    • @dojoengine/core@1.0.10

1.0.9

Patch Changes

  • 987fcb6: change from lerna to changeset
  • Updated dependencies [987fcb6]
    • @dojoengine/core@1.0.9

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.8 (2025-01-06)

Features

  • upgrade starknet peerDependency (9c60112)

1.0.7 (2024-12-27)

Features

1.0.6 (2024-12-23)

Note: Version bump only for package @dojoengine/create-burner

1.0.4 (2024-12-21)

Features

  • parseEntities, cairocustomenum support (60b46c6)

1.0.3 (2024-12-14)

Note: Version bump only for package @dojoengine/create-burner

1.0.2 (2024-11-27)

Note: Version bump only for package @dojoengine/create-burner

1.0.1 (2024-11-26)

Note: Version bump only for package @dojoengine/create-burner

1.0.0 (2024-11-11)

Note: Version bump only for package @dojoengine/create-burner

1.0.0-alpha.30 (2024-11-09)

Note: Version bump only for package @dojoengine/create-burner

1.0.0-alpha.29 (2024-11-08)

Note: Version bump only for package @dojoengine/create-burner

0.6.124 (2024-04-24)

Note: Version bump only for package @dojoengine/create-burner

0.6.123 (2024-04-24)

Note: Version bump only for package @dojoengine/create-burner

0.6.122 (2024-04-09)

Features

  • add afterDeploying callback to burnerManager (14da941)

0.6.121 (2024-04-07)

0.6.12 (2024-04-05)

0.6.11 (2024-04-05)

0.6.1 (2024-04-04)

Bug Fixes

Features

0.6.1-alpha.11 (2024-04-03)

0.6.1-alpha.1 (2024-04-02)

0.6.1-alpha.0 (2024-03-08)

Features

  • adds in fee token ability (52e598a)

0.6.0-alpha.0 (2024-03-07)

Bug Fixes

0.6.0-alpha.5 (2024-04-01)

0.6.0-alpha.1 (2024-03-29)

Bug Fixes

  • burnerManager initialized twice, causing conflicts in undeployed burner removal (093d63c)
  • handle init error (3bfb5ab)
  • tests (1d85f0e)

Features

  • add count variable in useBurner hooks that contains the number of burner deployed (cb732a2)
  • add connector & manager for predeployed accounts (b031b5a)
  • add DojoBurnerStarknetWindowObject (d0455d9)
  • add useBurnerWindowObject (7e4751b)
  • better way (f3d82f8)
  • prevent re-init and enforce init before create with isInitialized flag (3f20447)

0.6.1-alpha.0 (2024-03-08)

Features

  • adds in fee token ability (52e598a)

0.6.0-alpha.0 (2024-03-07)

Bug Fixes

Features

0.5.9 (2024-02-17)

Features

  • burner: change burnerManager.init() into async in examples and tests (bb78ff2)
  • burner: update init to remove undeployed burners from storage (76c4337)

0.5.8 (2024-02-09)

0.5.7 (2024-02-08)

0.5.6 (2024-02-03)

Bug Fixes

0.5.5 (2024-02-01)

Bug Fixes

  • burner error message, standardise constants (7a91cd5)

0.5.4 (2024-02-01)

0.5.3 (2024-01-30)

0.5.2 (2024-01-29)

0.5.1 (2024-01-28)

0.5.0 (2024-01-27)

0.3.5 (2024-01-24)

0.3.4 (2024-01-16)

0.3.3 (2024-01-12)

0.3.2 (2024-01-10)

0.2.10 (2023-12-23)

0.2.9 (2023-12-19)

0.2.8 (2023-12-19)

0.2.7 (2023-12-19)

0.2.6 (2023-12-18)

0.2.0 (2023-12-14)

0.2.0-alpha.0 (2023-12-13)

0.1.62-alpha.0 (2023-12-13)

0.1.61-alpha.0 (2023-12-13)

0.1.60 (2023-12-12)

0.1.55 (2023-11-24)

0.1.54 (2023-11-24)

0.1.53 (2023-11-24)

0.1.51 (2023-11-24)

0.1.50 (2023-11-22)

0.1.49 (2023-11-22)

0.1.48 (2023-11-22)

0.1.47 (2023-11-22)

0.1.46 (2023-11-22)

0.1.45 (2023-11-22)

0.1.44 (2023-11-22)

0.1.43 (2023-11-20)

0.1.42 (2023-11-11)

0.1.34 (2023-11-03)

0.1.31 (2023-10-31)

0.1.29 (2023-10-19)

0.1.27 (2023-10-18)

0.1.26 (2023-10-18)

0.1.25 (2023-10-17)

0.1.22 (2023-10-17)

0.1.21 (2023-10-16)

0.1.2 (2023-10-07)