Skip to content

Latest commit

 

History

History
106 lines (47 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

106 lines (47 loc) · 4.64 KB

Bug Fixes

  • only import reader/writer to decrease bundle size (#69) (8eea129)

⚠ BREAKING CHANGES

  • ts definitions will need to be generated from .proto files - singular message fields have become optional as message fields are always optional in proto3

Bug Fixes

  • adhere more closely to the language guide for proto3 default values (#66) (406d775), closes #43

Features

Bug Fixes

⚠ BREAKING CHANGES

  • the exported types of protons-runtime have changed and protobuf encoders/decoders will need to be regenerated

Bug Fixes

  • increase encoding/decoding performance (#58) (9987b97)

Bug Fixes

  • use uint8-varint, byte-accesor and longbits modules (#56) (66d72f5)

Bug Fixes

⚠ BREAKING CHANGES

  • Uses Uint8ArrayList v2

Features

Bug Fixes

Bug Fixes

  • remove redundant defs and declare codec return type (#28) (c3ea5ec)

Trivial Changes

Bug Fixes

  • update aegir, make codec creation dynamic (#26) (ecc46cc)

protons-runtime-v1.0.0 (2022-03-31)

⚠ BREAKING CHANGES

  • This module is now ESM only

Features