-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
815db2a
commit 28ea751
Showing
5 changed files
with
113 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,11 @@ | ||
## [1.0.0] - 25-03-2023 | ||
|
||
- Defined the architecture of the project | ||
|
||
## Breaking Changes | ||
### This release generated BREAKING CHANGES see the docs! | ||
|
||
- Defined the architecture of the project | ||
- Improvements were made to the method for querying received transactions see the docs for more information | ||
- Improvements all error cases see the docs for more information | ||
|
||
- Changed variable name in PixBB Instantiate : | ||
|
||
- dev_app_key => developerApplicationKey | ||
## [0.1.7] - 25-03-2023 | ||
|
||
- Changed the way to use the fetchTransaction method: | ||
- Before | ||
```dart | ||
pixBB.getToken().then( | ||
(token) => pixBB.fetchRecentReceivedTransactions( | ||
accessToken: token.accessToken, | ||
); | ||
``` | ||
- Afeter | ||
```dart | ||
pixBB.getToken().then( | ||
(token) => pixBB.fetchTransactions( | ||
token: token, | ||
), | ||
``` | ||
- Fixed testing errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters