Skip to content

Commit 69d0504

Browse files
Ida's feedback
1 parent 9f57a16 commit 69d0504

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

website/src/pages/en/subgraphs/developing/creating/graph-ts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/graph-ts
22

3+
## 0.38.0
4+
5+
### Minor Changes
6+
7+
- [#1935](https://github.com/graphprotocol/graph-tooling/pull/1935) [`0c36a02`](https://github.com/graphprotocol/graph-tooling/commit/0c36a024e0516bbf883ae62b8312dba3d9945f04) Thanks [@isum](https://github.com/isum)! - feat: add yaml parsing support to mappings
8+
39
## 0.37.0
410

511
### Minor Changes

website/src/pages/en/subgraphs/developing/creating/starting-your-subgraph.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,15 @@ Start the process and build a subgraph that matches your needs:
2121
5. [Advanced Features](/subgraphs/developing/creating/advanced/) - Customize your subgraph with advanced features
2222

2323
Explore additional [resources for APIs](/subgraphs/developing/creating/graph-ts/README/) and conduct local testing with [Matchstick](/subgraphs/developing/creating/unit-testing-framework/).
24+
25+
| Version | Release notes |
26+
| :-: | --- |
27+
| 1.2.0 | Added support for [Indexed Argument Filtering](/#indexed-argument-filters--topic-filters) & declared `eth_call` |
28+
| 1.1.0 | Supports [Timeseries & Aggregations](#timeseries-and-aggregations). Added support for type `Int8` for `id`. |
29+
| 1.0.0 | Supports [`indexerHints`](/developing/creating-a-subgraph/#indexer-hints) feature to prune subgraphs |
30+
| 0.0.9 | Supports `endBlock` feature |
31+
| 0.0.8 | Added support for polling [Block Handlers](/developing/creating-a-subgraph/#polling-filter) and [Initialisation Handlers](/developing/creating-a-subgraph/#once-filter). |
32+
| 0.0.7 | Added support for [File Data Sources](/developing/creating-a-subgraph/#file-data-sources). |
33+
| 0.0.6 | Supports fast [Proof of Indexing](/indexing/overview/#what-is-a-proof-of-indexing-poi) calculation variant. |
34+
| 0.0.5 | Added support for event handlers having access to transaction receipts. |
35+
| 0.0.4 | Added support for managing subgraph features. |

0 commit comments

Comments
 (0)