Skip to content

v1.0.0

Compare
Choose a tag to compare
@ChiaMineJP ChiaMineJP released this 01 Aug 13:19
· 148 commits to main since this release
4a072f0

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 to Bytes::at (Breaking change).

Deprecated

  • Deprecated python specific type definition such as str, int. Use string, number instead.