-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected] - @energyweb/[email protected]
- Loading branch information
Mateusz Koteja
committed
Jan 11, 2022
1 parent
0874154
commit 3028793
Showing
10 changed files
with
105 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 |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11) | ||
|
||
|
||
### Features | ||
|
||
* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **origin-247-certificate:** because of introduction of offchain-certificate module, | ||
to standarize naming anything related to "classic" certificate module is now prefixed with | ||
"OnChain" - this includes module, service, service injection token and so on | ||
|
||
|
||
|
||
|
||
|
||
## [0.0.8](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24) | ||
|
||
**Note:** Version bump only for package @energyweb/247-matching-demo | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,29 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* certificateForUnitTests.getAll filtering by device id ([5961662](https://github.com/energywebfoundation/origin-247-sdk/commit/596166280d899bc5f2fb5253d15429799071f489)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **origin-247-certificate:** because of introduction of offchain-certificate module, | ||
to standarize naming anything related to "classic" certificate module is now prefixed with | ||
"OnChain" - this includes module, service, service injection token and so on | ||
|
||
|
||
|
||
|
||
|
||
# [2.2.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24) | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,33 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **origin-247-claim:** fix error when two entities had the same id ([54eeab7](https://github.com/energywebfoundation/origin-247-sdk/commit/54eeab701d88aeb0b70c6bf4ab3d9a26d9dce7ed)) | ||
* make claimCustomizationFn generic as well ([a4801c7](https://github.com/energywebfoundation/origin-247-sdk/commit/a4801c78c41f9e5a46cf67a91a08873626807c22)) | ||
|
||
|
||
### Features | ||
|
||
* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e)) | ||
* add ClaimForUnitTestsModule ([897492f](https://github.com/energywebfoundation/origin-247-sdk/commit/897492f737c42a992f203c53e1f9c4ec8837848a)) | ||
* allow to customize claim facade input type ([c706d2c](https://github.com/energywebfoundation/origin-247-sdk/commit/c706d2cfd02bb43a8401219f8accbf7a09b7ac19)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **origin-247-certificate:** because of introduction of offchain-certificate module, | ||
to standarize naming anything related to "classic" certificate module is now prefixed with | ||
"OnChain" - this includes module, service, service injection token and so on | ||
* claim facade now accepts consumer and generator ids as generic `id` field. This way it is inline with matching algorithms, and requires less mapping | ||
|
||
|
||
|
||
|
||
|
||
# [3.2.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24) | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,17 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.0.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **origin-247-energy-api:** return proofLeafHash from results ([015ac0a](https://github.com/energywebfoundation/origin-247-sdk/commit/015ac0aede802f416ca0ba75007b390ca1093997)) | ||
|
||
|
||
|
||
|
||
|
||
## [0.3.1](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-12-02) | ||
|
||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2022-01-11) | ||
|
||
|
||
### Features | ||
|
||
* **origin-247-certificate:** add offchain implementation ([109d636](https://github.com/energywebfoundation/origin-247-sdk/commit/109d63658684285e61f046998b31f146a59c5c1e)) | ||
* skip validation and transfer if both sites are equal ([01acdc3](https://github.com/energywebfoundation/origin-247-sdk/commit/01acdc3b40b57ca4ef455c5a8a3d7da3253f9018)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **origin-247-certificate:** because of introduction of offchain-certificate module, | ||
to standarize naming anything related to "classic" certificate module is now prefixed with | ||
"OnChain" - this includes module, service, service injection token and so on | ||
|
||
|
||
|
||
|
||
|
||
# [1.1.0](https://github.com/energywebfoundation/origin-247-sdk/compare/@energyweb/[email protected]...@energyweb/[email protected]) (2021-11-24) | ||
|
||
|
||
|
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