All notable changes to this project will be documented in this file.
The format is based on Common Changelog.
2.0.1 - 2025-10-22
- Bump
@sablier/evm-utilsto v1.0.1 (#475)
- Remove
soladydependency (#474)
2.0.0 - 2025-10-14
- Breaking: Replace admin with comptroller (#451, #454)
- Breaking: Adjusting rate per second is no longer allowed with zero value (#392)
- Breaking: Rename
aggregateBalancetoaggregateAmount(#418) - Rename
SablierFlowBasetoSablierFlowState(#446) - Bump Solidity compiler version 0.8.29 (#403)
- Bump
@openzeppelin/contractsfrom 5.0.2 to 5.3.0
- Add support for creating streams with a start time (#392)
- Add
PENDINGstatus (#392) - Add token transfer wrapper functionality (#391)
- Add a function to calculate minimum fee in wei (#454)
- Emit creator address in stream creation events (#456)
- Return refunded amount on
refundMaxfunction (#445) - Add
@sablier/evm-utilsdependency
- Breaking: Remove the protocol fee in underlying token (#385)
- Breaking: Remove broker fee functionality (#384)
- Breaking: Remove return value from
withdrawfunction (#385) - Breaking: Remove
isPausedgetter function (#440) - Remove
AdminableandBatchcontracts (moved to@sablier/evm-utils)
1.1.1 - 2025-02-05
- Use relative path to import source contracts in test utils files (#383)
1.1.0 - 2025-01-29
- Refactor the
batchfunction to return an array of results if all call succeeds, and bubble up the revert if any call fails (#358)
- Add
payablemodifier to all the functions (#348)
1.0.0 - 2024-12-07
- Initial release