Skip to content

Latest commit

 

History

History
110 lines (87 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

110 lines (87 loc) · 3.68 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.

4.0.2 - 2024-10-22

Changed

  • Bump @subql/types-core dependency (#123)

3.5.0 - 2024-08-30

Added

  • Support for network endpoint config (#119)

Changed

  • Make transaction optional on action (#119)
  • Enable strict TS (119)

3.4.0 - 2024-07-03

Changed

  • Bump version with @subql/types-core

3.3.0 - 2024-05-02

Changed

  • Update dependencies and apply changes to match (#109)

3.2.0 - 2024-04-10

Changed

  • Update @subql/types-core

3.1.3 - 2024-02-07

Changed

  • Update @subql/types-core

3.1.2 - 2023-12-12

Fixed

  • Updated SignedDelegateAction types in accordance to near-docs (#90)

3.1.1 - 2023-11-30

Changed

  • Sync with @subql/types-core 0.4.0

3.1.0 - 2023-11-01

Changed

  • Import @subql/types-core global into global so its no longer needed to update tsconfig in projects (#74)

3.0.1 - 2023-10-26

Changed

  • Update @subql/types-core

3.0.0 - 2023-10-04

Changed

  • Use @subql/types-core

2.1.3 - 2023-09-27

Added

  • Support for signedDelegate actions (#62)

2.1.2 - 2023-08-02

Changed

  • update license (#56)

2.1.1 - 2023-05-17

Fixed

  • Rerelease of 2.1.0

2.1.0 - 2023-05-17

Changed

  • Sync with main SDK

2.0.0 - 2023-05-01

Changed

  • Sync with main SDK for 2.0 release

1.1.1 - 2023-03-15

Added

  • Add ids of receipts created by a transaction

1.1.0 - 2023-02-23

Added

  • Add transaction receipts handlers and filters (#13)

1.0.1 - 2023-02-03

Fixed

  • Args type for funciton calls (#9)

1.0.0 - 2023-01-26