Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 936 Bytes

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 936 Bytes

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.

[0.0.7] - 2022-02-18

Added

  • Added test cases and handling of incorrectly formatted input to encode and decode

[0.0.6] - 2022-02-14

Changed

  • run thru flutter format .

[0.0.5] - 2022-02-14

Changed

  • more static analysis fixes (as per flutter analyze)
  • allow use of print in example code

[0.0.4] - 2022-02-14

Added

  • Added requirements in README.md

Changed

  • passes static analysis
  • excluded generated protobuf code from dartdocs

[0.0.3] - 2022-02-13

Added

  • This CHANGELOG

Changed

  • Null safety (upgrade Protobuf)

[0.0.2] - 2022-02-13

Added

  • Added example

[0.0.1] - 2022-02-12

Added

  • First release