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 BitArray
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.6] - 2023-02-08
- update readme.md
- fix changelog
- minor edit unit test
- update GitHub actions
- update license 2023
- add toggle example
- minor edits
[0.2.5] - 2022-10-29
- add changelog.md
- add RP2040 in build-CI
[0.2.4] - 2021-12-14
- update library.json
- update license
- minor edits
[0.2.3] - 2021-10-19
- update Arduino-CI
- add setAll(value)
[0.2.2] - 2020-12-14
- add Arduino-CI + unit test
[0.2.1] - 2020-06-05
- fix library.json
[0.2.0] - 2020-03-28
- add #pragma once
- update readme
- fix Fibonacci demo
[0.1.9]
- fix constructor bug
[0.1.8]
- added toggle
[0.1.07]
- private calls inline -> performance & footprint
[0.1.06]
- refactored
[0.1.05]
- added upper limits
[0.1.04]
- improve performance
[0.1.03]
- refactoring
[0.1.02]
- first stable version (at last)
[0.1.01]
- added clear() + fixed set bug
[0.1.00]
- initial version