Releases: LimeChain/matchstick
Releases · LimeChain/matchstick
v0.5.5-rc1
Update version Signed-off-by: Maksim Dimitrov <dimitrov.maksim@gmail.com>
v0.5.4
What's Changed
- Fix clippy warnings. by @axiomatic-aardvark in #373
- fix: postgres installation on macos by @pyk in #374
- Fix coverage mode by @dimitrovmaksim in #377
New Contributors
Full Changelog: 0.5.3...0.5.4
v0.5.3
v0.5.2
v0.5.2-pre.1
Refactor context file (#368) * Move types conversions into separate file * Re-arange mods, extract derived schema initialization into separate module * Re-arrange compiler modules * Extract derived field functions into modules
v0.5.2-pre
Update tests
v0.5.1
What's Changed
- Update graph-node and web3 version by @dimitrovmaksim in #350
- Derived fields: Fix children not assigned to parent if parent is saved after by @dimitrovmaksim in #351
0.5.0
IMPORTANT to use the new features you will have to update matchstick-as
to version 0.5.0
- Introduces
describe
blocks with support for nested describes - Introduces
beforeAll
andafterAll
blocks - Introduces
beforeEach
andafterEach
blocks - Now every
.test.ts
file will be compiled into a separate test suite (potential breaking change) subgraph.yaml
can be configured inmatchstick.yaml
viamanifestPath: path/to/subgraph.yaml
- Adds binary for linux v22 (Also now supported through graph-cli 0.30.3)
- Various small fixes and adjustments
Graph Docs: https://thegraph.com/docs/en/developer/matchstick/#tests-structure-0-5-0
v0.4.4
- Fixed a bug causing the derived collection to be overwritten in some cases
- Made a more detailed error message because of the latest
codegen
changes - Removed macos 10.14 Mojave from the workflows
v0.4.3
- Entities with derived fields no longer need to be in any specific order
- Fixed a bug causing redundant duplicates to be stored in the derived data structure
- Fixed a bug causing some parent-child derived chains to not be tracked correctly
- Fixed negative BigInt being displayed as overflowed uint256 e.g
-2147483648
being shown as115792089237316195423570985008687907853269984665640564039457584007910982156288