mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
1.3 KiB
1.3 KiB
Change Log SET
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-21
- update readme.md
[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)