Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 500 Bytes

CHANGELOG.md

File metadata and controls

17 lines (15 loc) · 500 Bytes

Change Log

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

[0.1.1] - 2021-08-23

  • Added decoding functions for various data types:
    • unsigned byte
    • signed short (16 bits)
    • unsigned short (16 bits)
    • signed long (32 bits)
    • unsigned long (32 bits)
    • signed long rational (64 bits)
    • unsigned long rational (64 bits)
    • single precision float (32 bits)

[0.1.0] - 2020-01-27

Released

  • Released library with two functions: spit-bytes and slurp-bytes.