Changelog of @hackage/packstream-bolt 0.1.0.0

Changelog for packstream

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 the Haskell Package Versioning Policy.

0.1.0.0

  • Initial release
  • PackStream binary format encoding and decoding
  • Support for all PackStream types: Null, Bool, Integer, Float, String, Bytes, List, Map, Structure
  • Persist-based serialization backend
  • TextShow instances for all types