Skip to content

Latest commit

 

History

History
125 lines (99 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

125 lines (99 loc) · 4.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • move block filters to common (#1969)

Added

  • Parent option to manifest (#1797)

2.4.0 - 2023-08-16

Added

  • isSigned filter to call handler (#1940)

2.3.0 - 2023-08-10

Changed

  • Bump version with common;

2.2.1 - 2023-07-31

Fixed

  • Update license (#1891)

2.2.0 - 2023-06-26

Changed

  • Update common dependency

2.1.1 - 2023-05-11

Changed

  • Move validate function to common (#1683)

2.1.0 - 2023-05-10

Added

  • Ability to specify node runner options (#1652)

Changed

  • Remove support for manifest versions < 1.0.0 (#1659)

2.0.0 - 2023-04-20

Changed

  • Major release 2.0.0, align with other package versions

1.5.0 - 2023-03-30

Changed

  • Changed in models to support Multiple endpoints (#1551)

1.4.0 - 2022-12-06

Added

  • Support for bypassBlocks (#1435)

1.3.0 - 2022-10-27

Added

  • Timestamp filter to block handlers (#1310)

1.2.1 - 2022-10-06

Changed

  • Update IPFS endpoints. (#1337)

1.2.0 - 2022-07-27

Changed

  • Apply latest runner version validation rule, now dev and latest are not supported.

1.1.1 - 2022-07-05

Changed

  • Bump with @subql/common

1.1.0 - 2022-05-31

Changed

  • Remove contract-processors and types improvements (#1012)

1.0.0 - 2022-05-11

Changed

  • Major release

0.5.0 - 2022-05-11

Added

  • Add test for project with ds processor assets (#1000)
  • Add method to check templates is Substrate ds (#1001)

0.4.0 - 2022-05-02

Added

  • Add utils package (#928)

0.3.1 - 2022-04-27

Changed

  • Add missing vm2 dependency (#919)

0.3.0 - 2022-04-06

Added

  • Add manifest 1.0.0 (#845)

Fixed

  • Fix validation for genesisHash or chainId with empty string (#883)

0.2.0 - 2022-04-04

Changed

  • Update to use vm2(#869)

0.1.0 - 2022-03-01

Added

  • init commit