generated from iotaledger/template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use json-pointer in encoder * fix decoding bug, improve example + README * bump to version 0.2.0 * clippy fix * cleanup * fix
- Loading branch information
Showing
8 changed files
with
233 additions
and
218 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change Log | ||
|
||
## [0.2.0] | ||
|
||
### Added | ||
- `HEADER_TYP` constant. | ||
|
||
### Changed | ||
- Changed `SdObjectEncoder::conceal` to take a JSON pointer string, instead of a string array. | ||
|
||
### Removed | ||
- Removed `SdObjectEncoder::conceal_array_entry` (replaced by `SdObjectEncoder::conceal`). | ||
|
||
### Fixed | ||
- Decoding bug when objects inside arrays include digests and plain text values. | ||
|
||
## [0.1.2] | ||
- 07 Draft implementation. |
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
Oops, something went wrong.