Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1011 Bytes

CHANGELOG.md

File metadata and controls

47 lines (34 loc) · 1011 Bytes

Change Log Troolean

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.1.8] - 2023-11-23

  • update readme.md

[0.1.7] - 2022-12-02

  • fix #7 isTrue()
  • optimized operator &&

[0.1.6] - 2022-11-26

  • Add RP2040 support to build-CI.
  • Add CHANGELOG.md
  • add interface section to readme.md
  • update future section of readme.md

[0.1.5] - 2021-12-29

  • update library.json
  • update readme.md
  • update license
  • minor edits

[0.1.4] - 2021-01-09

  • Arduino-CI + unit test

[0.1.3] - 2020-06-19

  • fix library.json

[0.1.2] - 2020-06-07

  • small refactor
  • update keywords.txt
  • update metadata

[0.1.1] - 2018-01-28

  • adjust (in)equality so that unknown == unknown although there could be arguments that unknown != unknown
  • add isTrue(), isFalse(), isUnknown()
  • first public release

[0.1.0] - 2018-01-10

  • initial version