|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 2025-10-06 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`flutter_nekoton_bridge` - `v4.0.0-dev.2`](#flutter_nekoton_bridge---v400-dev2) |
| 19 | + - [`flutter_nekoton_bridge_example` - `v3.0.0-dev.2`](#flutter_nekoton_bridge_example---v300-dev2) |
| 20 | + - [`nekoton_bridge` - `v4.0.0-dev.2`](#nekoton_bridge---v400-dev2) |
| 21 | + |
| 22 | +--- |
| 23 | + |
| 24 | +#### `flutter_nekoton_bridge` - `v4.0.0-dev.2` |
| 25 | + |
| 26 | + - **REFACTOR**: remove redundant json converters. |
| 27 | + - **FIX**: change `remainingGasTo` parameter type to `Address`. |
| 28 | + - **FEAT**: add support for libraries in local execution and getter functions. |
| 29 | + - **FEAT**: add `remainingGasTo` parameter to `prepareTransfer` method in `TokenWallet`. |
| 30 | + - **FEAT**: add WalletV5R1 specific methods. |
| 31 | + |
| 32 | +#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.2` |
| 33 | + |
| 34 | + - **FEAT**: add support for libraries in local execution and getter functions. |
| 35 | + |
| 36 | +#### `nekoton_bridge` - `v4.0.0-dev.2` |
| 37 | + |
| 38 | + - **FEAT**: add support for libraries in local execution and getter functions. |
| 39 | + - **FEAT**: add `remainingGasTo` parameter to `prepareTransfer` method in `TokenWallet`. |
| 40 | + - **FEAT**: add WalletV5R1 specific methods. |
| 41 | + |
| 42 | + |
6 | 43 | ## 2025-10-02 |
7 | 44 |
|
8 | 45 | ### Changes |
@@ -103,6 +140,58 @@ Packages with dependency updates only: |
103 | 140 |
|
104 | 141 | Packages with breaking changes: |
105 | 142 |
|
| 143 | + - [`flutter_nekoton_bridge` - `v4.0.0-dev.1`](#flutter_nekoton_bridge---v400-dev1) |
| 144 | + - [`flutter_nekoton_bridge_example` - `v3.0.0-dev.1`](#flutter_nekoton_bridge_example---v300-dev1) |
| 145 | + - [`nekoton_bridge` - `v4.0.0-dev.1`](#nekoton_bridge---v400-dev1) |
| 146 | + |
| 147 | +Packages with other changes: |
| 148 | + |
| 149 | + - There are no other changes in this release. |
| 150 | + |
| 151 | +--- |
| 152 | + |
| 153 | +#### `flutter_nekoton_bridge` - `v4.0.0-dev.1` |
| 154 | + |
| 155 | + - **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0. |
| 156 | + |
| 157 | +#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.1` |
| 158 | + |
| 159 | + - **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0. |
| 160 | + |
| 161 | +#### `nekoton_bridge` - `v4.0.0-dev.1` |
| 162 | + |
| 163 | + - **BREAKING** **CHORE**: sdk >=3.9.0; flutter >=3.35.0. |
| 164 | + |
| 165 | + |
| 166 | +## 2025-08-27 |
| 167 | + |
| 168 | +### Changes |
| 169 | + |
| 170 | +--- |
| 171 | + |
| 172 | +Packages with breaking changes: |
| 173 | + |
| 174 | + - [`flutter_nekoton_bridge` - `v4.0.0-dev.0`](#flutter_nekoton_bridge---v400-dev0) |
| 175 | + - [`flutter_nekoton_bridge_example` - `v3.0.0-dev.0`](#flutter_nekoton_bridge_example---v300-dev0) |
| 176 | + - [`nekoton_bridge` - `v4.0.0-dev.0`](#nekoton_bridge---v400-dev0) |
| 177 | + |
| 178 | +Packages with other changes: |
| 179 | + |
| 180 | + - There are no other changes in this release. |
| 181 | + |
| 182 | +--- |
| 183 | + |
| 184 | +#### `flutter_nekoton_bridge` - `v4.0.0-dev.0` |
| 185 | + |
| 186 | + - **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef)) |
| 187 | + |
| 188 | +#### `flutter_nekoton_bridge_example` - `v3.0.0-dev.0` |
| 189 | + |
| 190 | + - **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef)) |
| 191 | + |
| 192 | +#### `nekoton_bridge` - `v4.0.0-dev.0` |
| 193 | + |
| 194 | + - **BREAKING** **CHORE**: remove `reflectable`. ([30e7a3d3](https://github.com/broxus/nekoton_bridge/commit/30e7a3d3885096004327fa1ddb9ee67eb2c298ef)) |
106 | 195 | - There are no breaking changes in this release. |
107 | 196 |
|
108 | 197 | Packages with other changes: |
|
0 commit comments