Skip to content

Latest commit

 

History

History
187 lines (106 loc) · 3.67 KB

ChangeLog.md

File metadata and controls

187 lines (106 loc) · 3.67 KB

ChangeLog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and its stricter, better defined, brother Common Changelog.

This project adheres to Semantic Versioning.


Changed

Added

Removed

Fixed


[0.7.3]

Changed

  • Re-release of 0.7.2 with updates to VERSION and library properties/json

[0.7.2]

Changed

  • Update readWriteRegister.ino example to work with AltSoftSerial

Added

  • Add a new getSetAddress.ino example #30

Fixed

  • Fix printFrameHex() that was broken with v0.7.0 #29

Changed

  • Update examples to apply to more processors
  • Implement testing of more processors
  • Set the platforms/architectures supported list to "*" (all)

Changed

  • Applied clang format to source and examples.
  • Moved the scanRegisters example from the utils to the examples folder.
  • Updated Arduino library keywords file.
  • Changed the debugging functionality to not require a define.

Added

  • Added Doxygen documentation comments.
  • Created a documentation page using Doxygen.
  • Added CI checks with Github actions using reusable workflows.

Removed

  • Removed build files and documentation for custom RS-485 boards. This information can now be found in its own repository.

Added

  • Added documetation for the wing shield.

Fixed

  • Fix by neilh10 for a null pointer in the debugging causing crashes and other "undefined behavior."

Fixed

  • Fixed attoseconds for TAI64NA time formats.
  • Fixed compiler warnings when compiling with stricter -Wextra flag.

Added

  • Added the ability to use the multiple register writing command when only writing to one register.

Changed

  • Changed the keywords describing the library.

Added

  • Added implementations for TAI64N and TAI64NA

Fixed

  • Fixed TAI64 implementation

Changed

  • Updated ReadMe
  • Updated examples

Fixed

  • Fixed issues dealing with unprintable characters in strings

  • Added functions to write to registers and frames

Changed

  • Made the response buffer public

Added

  • Initial release