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
- Bump dependencies (#283, #351, #363)
- Rename
Batch
toBatchLockup
(#322) - Rename
MerkleStreamer
toMerkleLockup
(#268) - Refactor
Range
toTimestamps
(#335) - Switch to Bun (#249)
- Use Solidity v0.8.26 (#351)
- And
BatchLockup
support forLockupTranched
(#300) - Add grace period mechanism for
clawback
function (#340) - Add
MerkleLockup
support forLockupTranched
(#297, #357) - Add
precompiles
in the NPM release (#302)
- Breaking: Remove protocol fee check in
MerkleLL
(#257)
1.1.1 - 2023-12-20
1.1.0 - 2023-12-17
- 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)
- Add a contract that can batch create streams without a proxy (#177)
- Add
MerkleStreamer
contract for theLockupLinear
model (#174, #186 and #190)
- Breaking: Remove proxy architecture (#213 and #226)
- Remove
@openzeppelin/contracts
from Node.js peer dependencies (#194)
1.0.3 - 2023-08-17
- Bump
@sablier/v2-core
to v1.0.2 (#164) - Update
@prb/proxy
and@sablier/v2-core
import paths to usesrc
(#164)
1.0.2 - 2023-07-13
No bytecode changes.
- Bump
@sablier/v2-core
to v1.0.1
1.0.1 - 2023-07-11
No bytecode changes.
- Change
permit2
remapping to@uniswap/permit2
- Improve wording in NatSpec comments
- Bump
prb-proxy
to v4.0.1
1.0.0 - 2023-07-07
- Initial release