GY-63_MS5611/libraries/BoolArray/CHANGELOG.md

65 lines
1.1 KiB
Markdown
Raw Normal View History

2022-10-29 11:05:43 -04:00
# Change Log boolArray
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
2023-10-18 10:27:05 -04:00
## [0.2.8] - 2023-02-08
- update readme.md
- optimize begin - test for need to reallocate.
2023-02-08 11:14:17 -05:00
## [0.2.7] - 2023-02-08
- update readme.md
- update GitHub actions
- update license 2023
- move code to .cpp
- improved measurement of performance - boolArrayDemo2.ino
2022-10-29 11:05:43 -04:00
## [0.2.6] - 2022-10-29
- add RP2040 to build-CI
- add changelog.md
- minor edit unit test
## [0.2.5] - 2021-12-12
- update library.json
- license
- minor edits
## [0.2.4] - 2021-10-19
- update build-CI + badges
## [0.2.3] - 2021-01-19
- update readme.md
## [0.2.2] - 2020-12-15
- add arduino-CI + unit tests
## [0.2.1] - 2020-06-05
- fix library.json
## [0.2.0] - 2020-03-29
- #pragma
- update readme.md
----
## [0.1.4] - 2017-07-16
- add masks for performance
## [0.1.3]
- add toggle()
## [0.1.02]
- add error handling
## [0.1.01]
- fix constructor - Thanks WPD64
- error handling
## [0.1.00] - 2015-12-06
- initial version