Skip to content

Latest commit

 

History

History
77 lines (35 loc) · 3.16 KB

CHANGELOG.md

File metadata and controls

77 lines (35 loc) · 3.16 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.4.2 (2022-05-09)

1.4.1 (2021-12-17)

Bug Fixes

  • fallback nonces method for some tokens (828ed38)

1.4.0 (2021-11-09)

Features

  • methods for owner recovery from permit callData (c37eb48)

1.3.0 (2021-10-26)

⚠ BREAKING CHANGES

  • support permits for DAI-like tokens

Features

  • support permits for DAI-like tokens (fbe889b)

1.2.2 (2021-09-24)

Features

  • support tokens with upgradable contracts (2debb56)

1.2.1 (2021-09-01)

Features

  • getDomainSeparator(tokenAddress) to get domain separator (80d3e45)

1.2.0 (2021-08-30)

⚠ BREAKING CHANGES

  • change web3 libs version to 1.5.1 (because 2.0.0 is deprecated)

Features

  • support tokens implemented EIP-712 without version in DOMAIN_TYPEHASH (cd15504)

  • support tokens implemented EIP-712 without version in DOMAIN_TYPEHASH (4ea1bce)

  • change web3 libs version to 1.5.1 (because 2.0.0 is deprecated) (5637b89)

1.1.0 (2021-08-09)

⚠ BREAKING CHANGES

  • change web3 libs version to 1.5.1 (because 2.0.0 is deprecated)

  • change web3 libs version to 1.5.1 (because 2.0.0 is deprecated) (d4e8854)

1.0.2 (2021-07-22)

Features

  • index.ts file for short imports (a2e32e4)

1.0.1 (2021-07-22)