Skip to content

Latest commit

History

History
71 lines (40 loc) 路 2.14 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) 路 2.14 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.

[Unreleased]

[3.0.0] - 2023-11-17

Added

  • Add support for Sepolia network ID to createExplorerLink, createAccountLink, and createTokenTrackerLink (#64)

Removed

  • BREAKING: Remove support for Ropsten, Rinkeby, and Kovan (#63)

[2.2.0] - 2022-09-19

Added

  • Add support for the Sepolia network (#60)

[2.1.0] - 2021-05-07

Added

  • Add methods (getBlockExplorerLink, getAccountLink, getTokenTrackerLink) that select correct block explorer link format based on input params (#44)

[2.0.0] - 2021-03-11

Added

  • Add support for custom block explorer URL generation (#31)

Changed

  • [BREAKING]: Drop support for Node.js versions below v10 (#38)

[1.5.0] - 2021-03-08

Added

  • Add forChain corollaries for all methods for URL generation by chainId (#32)

[1.4.1] - 2021-02-16

Changed

  • Return an empty string for unrecognized networks (#29)

[1.4.0] - 2020-12-01

Added

  • Add support for Goerli (#26)

[1.3.0] - 2020-11-18

Added

  • Add createTokenTrackerLink (#23)

[1.2.0] - 2020-10-29

Changed

  • Convert project to TypeScript (#18)

[1.1.0] - 2020-04-05

Changed

  • Use HTTPS for links (#2)
  • Ignore extraneous files when publishing (#12)