Skip to content

Latest commit

 

History

History
102 lines (68 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

102 lines (68 loc) · 3.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Common Changelog.

1.2.0 - 2024-07-04

Changed

  • Bump dependencies (#283, #351, #363)
  • Rename Batch to BatchLockup (#322)
  • Rename MerkleStreamer to MerkleLockup (#268)
  • Refactor Range to Timestamps (#335)
  • Switch to Bun (#249)
  • Use Solidity v0.8.26 (#351)

Added

  • And BatchLockup support for LockupTranched (#300)
  • Add grace period mechanism for clawback function (#340)
  • Add MerkleLockup support for LockupTranched (#297, #357)
  • Add precompiles in the NPM release (#302)

Removed

  • Breaking: Remove protocol fee check in MerkleLL (#257)

1.1.1 - 2023-12-20

Changed

  • Upgrade to V2 Core v1.1.2 (#244)
  • Use Solidity v0.8.23 (#244)

1.1.0 - 2023-12-17

Changed

  • Breaking Upgrade to V2 Core v1.1.1 (#191, #236)
  • Refactor import paths to use Node.js dependencies(#236)
  • Use Solidity v0.8.21 (#187)

Added

  • Add a contract that can batch create streams without a proxy (#177)
  • Add MerkleStreamer contract for the LockupLinear model (#174, #186 and #190)

Removed

  • Breaking: Remove proxy architecture (#213 and #226)
  • Remove @openzeppelin/contracts from Node.js peer dependencies (#194)

1.0.3 - 2023-08-17

Changed

  • Bump @sablier/v2-core to v1.0.2 (#164)
  • Update @prb/proxy and @sablier/v2-core import paths to use src (#164)

1.0.2 - 2023-07-13

No bytecode changes.

Changed

  • Bump @sablier/v2-core to v1.0.1

1.0.1 - 2023-07-11

No bytecode changes.

Changed

  • Change permit2 remapping to @uniswap/permit2
  • Improve wording in NatSpec comments
  • Bump prb-proxy to v4.0.1

1.0.0 - 2023-07-07

Added

  • Initial release