Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 787 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 787 Bytes

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Unreleased

v0.2.0

Added

  • Add address and apps packages with additional functionality (#16)

v0.1.1

Added

  • Expanded documentation for Encode and Decode functions (#11)

Fixed

  • Allow zero-length static arrays (#14)
  • Fix type parsing bug for tuples containing static arrays of tuples (#13)

v0.1.0

Added

  • The abi.Type struct and abi.TypeOf function, which support basic ARC-4 data types.