Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 1.27 KB

Changelog

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.0 (2018-01-22)

Added

  • Add support for extensions using ExtType.
  • Add the Python implementation of mashpack.Packer.
  • Add the Python implementation of mashpack.Unpacker.
  • Add the ARRAY8, ARRAY16, ARRAY32 data types for typed arrays to save space on header information.
  • Add the MARRAYP, MARRAY8, MARRAY16, and MARRAY32 data types for mixed type arrays which are equivalent to MessagePack arrays.
  • Add the EXT16 data type.
  • Add all the base data types: STRP, MAPP, INTP, NINTP, ARRAYP, FALSE, TRUE, MAP8, MAP16, MAP32, STR8, STR16, STR32, ARRAY8, ARRAY16, ARRAY32, BIN8, BIN16, BIN32, INT8, INT16, INT32, INT64, UINT8, UINT16, UINT32, UINT64, FLOAT32, FLOAT64, EXT8, EXT32, and NULL.

Removed

  • Removed the ARRAYP data type in favor of MARRAYP.
  • Removed the MATRIX16 and MATRIX32 types in favor of extensions.