Skip to content

Latest commit

 

History

History
165 lines (75 loc) · 6.09 KB

CHANGELOG.md

File metadata and controls

165 lines (75 loc) · 6.09 KB

Changelog

1.1.0 (2024-05-03)

deps

Bug Fixes

  • latest TS requires specific rootDir (55b0dbc)

1.0.4 (2024-03-19)

Bug Fixes

  • use output log that has WETH for sellTokenForEthToUniswapV3 (7660957)

1.0.3 (2024-03-01)

Bug Fixes

  • bnb txs that do not transfer tokens to taker (a1940e3)

1.0.2 (2023-09-10)

Bug Fixes

  • handle permitAndCall function overload (34d01c9)

1.0.1 (2023-09-04)

Performance Improvements

1.0.0 (2023-09-02)

⚠ BREAKING CHANGES

  • viem as peer dependency

Features

  • viem as peer dependency (f8c2239)

Bug Fixes

  • account for identical permitAndCall function names (1ead225)
  • handle zero transfer events for sellToPancakeSwap (4ea566a)
  • support sellEthForTokenToUniswapV3 multihop (06f7faf)

0.6.0 (2023-08-31)

Features

  • introduce viem + remove ethers (1432283)

Bug Fixes

  • remove exchange proxy abi from bundle... (2b6e6f8)
  • support multihop for sellToUniswap (5128e75)
  • use native asset for parsers that need it (ae82504)

0.5.0 (2023-08-13)

Features

  • add new addresses for permitandcall (4cc8f86)

0.4.0 (2023-08-13)

Features

0.3.6 (2023-06-19)

Bug Fixes

  • reduce rpc call for transformERC20 by one (7803fb5)
  • reduce rpc calls for multiplexBatchSellTokenForToken by 80% (03c0a04)
  • use exchange proxy address by chain id (b3bbb88)

0.3.5 (2023-06-13)

Build System

  • expand node support & update deps (48f3d24)

0.3.4 (2023-06-12)

Build System

  • update esbuild minification for nextjs (26764e1)

0.3.3 (2023-06-11)

Build System

  • update type declarations (68f609a)

0.3.2 (2023-06-11)

Build System

  • update type declarations (102befd)

0.3.1 (2023-06-11)

Build System

  • fix location of type declarations (b38e8d5)

0.3.0 (2023-06-11)

Features

0.2.0 (2023-05-30)

Features

  • introduce executeMetaTransactionV2 (b51afd0)
  • update executeMetaTransactionV2 & transformERC20 (4ec05c2)

Bug Fixes

  • unwrap metatransaction from permitAndCall (7aaa97b)

0.1.0 (2023-05-22)

Features

0.0.5 (2023-05-19)

Features