Releases: graphprotocol/graph-tooling
Releases · graphprotocol/graph-tooling
v0.25.1
- Fix AS migration guide link #790
- Remove default values for primitive schema fields on codegen #791
v0.25.0
graph init
for NEAR 🎉 #783
v0.24.1
Updated to use graph-ts
version 0.24.1
.
v0.23.2
- Added a new
--logs
flag in graph test
, for debugging #778
- Added support for fetching ABI data from
mumbai
network #779
v0.23.1
This release includes:
graph-ts
version bump
- Use
graph-ts
new tsconfig.base.json
for creating new subgraphs (graph init
command)
v0.23.0
Includes alpha support for NEAR: #760
For now we only have the commands: codegen
, build
and deploy
.
Soon we'll have init
as well.
v0.23.0-alpha.0
- NEAR base support for:
codegen
, build
and deploy
v0.22.4
- Improve Apple M1 Mac
matchstick
download conditions (graph test
): #764
- Fix
UNCAUGHT EXCEPTION
bug on validation for studio: #761
v0.22.3
Fix invalid casting in codegen: #756