mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.1 KiB
1.1 KiB
Change Log multiPlex
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.2.7] - 2023-11-13
- update readme.md
[0.2.6] - 2023-01-19
- fix SoftwareSerial build
- update GitHub actions
- update license
- minor edit unit tests
- add changelog.md again :)
[0.2.5] - 2022-10-23
- Add flush()
- add changelog.md
- add RP2040 support to build-CI
[0.2.4] - 2022-06-12
- add isEnabledAny() to see if writes makes sense.
- keep the streams in adding order when removing a stream.
- add getOutputCount() and resetOutputCount() to keep track of bytes multiplexed.
[0.2.3] - 2021-12-22
- update library.json, readme.md, license, minor edits
[0.2.2] - 2021-09-12
- add remove(Stream)
- add remove(index)
[0.2.1] - 2021-09-12
- made index(Stream) public
- added stream(index)
- enable() / disable() return true on success
- added free() function
- minor refactor.
[0.2.0] - 2021-08-09
- See issues #2 and #3
[0.1.0] - 2021-01-09
- initial version