Skip to content

Latest commit

 

History

History
65 lines (47 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

65 lines (47 loc) · 2.35 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.

Unreleased

[0.5.5] - 2024-09-26

  • Add raw parameter to command builder.

[0.5.4] - 2023-09-18

[0.5.3] - 2022-09-11

[0.5.2] - 2022-07-27

  • Added optional defmt feature

[0.5.1] - 2022-03-02

Changed

  • The parser now trims all spaces after each identifier and parameter function making it more robust

[0.5.0] - 2021-05-24 ([0.4.1] - 2021-05-23)

Added

Changed

  • The parser is no longer behind a feature gate and is always enabled

[0.4.0] - 2020-11-16

Added

[0.3.0] - 2020-08-14

Changed

  • Breaking: Command is now terminated with \r\n instead of \n.

Added

  • The function finish_with has been added so users can choose their own termination.

[0.2.1] - 2020-05-21

Changed

  • All formatting (fmt) has been removed. (This drastically reduces the amount of flash memory used)
  • Removed dependency on ArrayVec because it was no longer needed.

[0.2.0] - 2020-05-20

Added

  • Ability to not have an AT prefix in the command.

Fixed

  • The arrayvec dependency still used the std. Now changed to not use default features.

[0.1.1] - 2020-04-13

Added

  • Setup required for publishing the crate.

[0.1.0] - 2020-04-13

Added

  • Initial CommandBuilder implementation.