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

81 lines
1.3 KiB
Markdown
Raw Normal View History

2022-11-24 05:20:43 -05:00
# Change Log SET
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-11-21 10:32:57 -05:00
## [0.2.7] - 2023-11-21
- update readme.md
2022-11-24 05:20:43 -05:00
## [0.2.6] - 2022-10-28
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
## [0.2.5] - 2021-12-28
- update library.json
- update readme
- update license
- minor edits
## [0.2.4] - 2021-05-06
- getNth(n)
## [0.2.3] - 2021-05-05
- Add addAll (256 elements)
- setCurrent
## [0.2.2] - 2021-01-07
- Arduino-CI, unit test
## [0.2.1] - 2020-06-19
- fix library.json
## [0.2.0] - 2020-05-02
- refactored
- removed pre 1.0 support
----
## [0.1.11] - 2017-07-16
- fix count() --> 16 bit when set is full !
## [0.1.10] - 2017-07-16
- performance refactor
- isEmpty()
## [0.1.09] - 2015-07-12
- add const + constructor
## [0.1.08]
- memset for clr()
## [0.1.07]
- faster first/next/last/prev; interface
## [0.1.06]
- added flag to constructor to optimize +,-,*,
- set -> Set
## [0.1.05]
- bug fixing + performance a.o. count()
## [0.1.04]
- support for + - \*, some optimizations
## [0.1.03]
- changed &= to \*= to follow Pascal conventions
## [0.1.02]
- documentation
## [0.1.01]
- extending/refactor etc (09/11/2014)
## [0.1.00]
- initial version by Rob Tillaart (09/11/2014)