-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Changelogs for Vanilla and React (#16)
* Update Changelogs for Vanilla and React * Add breaking changes regarding Accreditation and Identity API removal Co-authored-by: Brian Muller <[email protected]> --------- Co-authored-by: Brian Muller <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
7 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,15 +1,28 @@ | ||
# Changelog for v0.x | ||
# Changelog | ||
|
||
## v2.0.0 (2023-10-06) | ||
|
||
- Updates APIs to use [Case Management APIs](https://developer.parallelmarkets.com/docs/server/case-management-api/introduction). | ||
|
||
### Enhancements | ||
|
||
- Documentation updated with improved samples. | ||
- Sample JavaScript app updated and improved. | ||
|
||
### Removed | ||
|
||
- Functions for getting Accreditation / Identity information directly (you should rely on server integrations for this information going forward) | ||
|
||
## v0.0.7 (2022-11-01) | ||
|
||
### Enhancements | ||
|
||
* Add explicit peer support for React ^18.0.0 (#8) | ||
* Remove test files from published package (#8) | ||
- Add explicit peer support for React ^18.0.0 (#8) | ||
- Remove test files from published package (#8) | ||
|
||
## v0.0.6 (2022-10-31) | ||
|
||
### Enhancements | ||
|
||
* Minor documentation fixes (#7) | ||
* Added the `getBlockchain` function for the new Blockchain API (#7) | ||
- Minor documentation fixes (#7) | ||
- Added the `getBlockchain` function for the new Blockchain API (#7) |
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,7 +1,16 @@ | ||
# Changelog for v0.x | ||
# Changelog | ||
|
||
## v2.0.0 (2023-10-06) | ||
|
||
- Updates Vanilla SDK to use V2 API. | ||
|
||
### Enhancements | ||
|
||
- Documentation updated with improved samples. | ||
- Sample JavaScript app updated and improved. | ||
|
||
## v0.0.4 (2022-10-31) | ||
|
||
### Enhancements | ||
|
||
* Minor documentation fixes (#7) | ||
- Minor documentation fixes (#7) |