Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

52 lines (32 loc) · 1.34 KB

CHANGELOG

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a Changelog.

  • Fix clippy warnings against nightly

1.0.0 - (2019-08-28)

  • Upgrade to stable version 5 of nom

Changes

  • Replaced hand-written parser with nom 5.0.0-beta2 parser, improving readability and parsing speed. #7

0.10.0 - (2019-04-16)


Changes

  • Replaced pest-based parser with a hand-written parser, reducing dependencies and improving parsing speed #3.

Breaks

  • Public key types are now strongly-typed enums #2.
  • Model structs have been renamed #4.
  • Public key data is now nested within key authorizations #4.

0.9.0 - (2019-04-14)


Initial release.