Skip to content

Latest commit

 

History

History
70 lines (32 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

70 lines (32 loc) · 3.29 KB

Changelog

1.1.0 (2025-01-09)

Features

  • new options for Safe transaction nonce: override and enqueue (#28) (2ed336c), closes #24
  • normalize routes (#27) (173c892), closes #26
  • replace assert with invariant in code to not require node environment (#30) (de85648), closes #20

1.0.7 (2024-12-20)

Bug Fixes

1.0.6 (2024-12-16)

Bug Fixes

1.0.5 (2024-12-16)

Bug Fixes

  • work around cjs interop quirks of api-kit (#16) (3d7a898)

1.0.4 (2024-12-14)

Bug Fixes

  • error when not supplying a provider (#13) (80ccfe1)

1.0.3 (2024-12-11)

Bug Fixes

  • parsePrefixedAddress handles prefixed addresses and regular ones (#10) (2ba9351)

1.0.2 (2024-12-11)

Bug Fixes

  • export enums not only as types (#8) (e0b248d)

1.0.1 (2024-12-11)

Bug Fixes

  • make options for planExecution really optional (#6) (3ad7c0c)

1.0.0 (2024-11-18)

⚠ BREAKING CHANGES

  • reorganized package exports

Features

  • Planning and Execution for foundation route topologies (#3) (4756138)