v1.0.0
This version is compatible with 1a5cb17895d8707f784a85180bc97d3c6ebe71a0
of [email protected]
Removed
- Removed
.dist
folder from git.- This folder made it harder to check diffs between versions.
Added
- Added GitHub Action
- Added
str()
,repr()
utility functions. - Added
Bytes::subarray
to get bytes data without additional memory allocation/copy.
Changed
- Updated README.md
- Changed method name
Bytes::get_byte_at
toBytes::at
(Breaking change).
Deprecated
- Deprecated python specific type definition such as
str
,int
. Usestring
,number
instead.