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

58 lines
1.3 KiB
Markdown
Raw Normal View History

2022-10-20 05:58:00 -04:00
# Change Log map2colour
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-06 08:12:51 -05:00
## [0.2.1] - 2023-11-05
- update readme.md
- minor edits
2023-04-26 03:26:03 -04:00
## [0.2.0] - 2023-04-24
- add dynamic size in constructor (minimum 7 for backwards)
- add destructor.
- add **uint8_t size()**
- add **m2c_colours.h** for colour constants
- add **M2C_GRAY** constants
- array of values now may be non-decreasing (iso increasing)
- update readme.md
- minor edits
----
2023-02-21 11:01:58 -05:00
## [0.1.6] - 2023-02-21
- update readme.md
- update GitHub actions
- update license 2023
- minor edits
2022-10-20 05:58:00 -04:00
## [0.1.5] - 2022-10-19
- redo **begin()** of map2colourFast to always create divFactors.
- add compare example to compare map2colour and map2colourFast.
- extent unit test with compare map2colour and map2colourFast.
2023-02-21 11:01:58 -05:00
- update examples
2022-10-20 05:58:00 -04:00
- add RP2040 in build-CI
- add changelog.md
- fix keywords.txt
2023-02-21 11:01:58 -05:00
## [0.1.4] - 2021-12-08
2022-10-20 05:58:00 -04:00
- add derived class map2colourFast: faster + uses more MEMORY / RAM
2023-02-21 11:01:58 -05:00
## [0.1.3] - 2021-12-07
2022-10-20 05:58:00 -04:00
- improve performance map2RGB()
2023-02-21 11:01:58 -05:00
## [0.1.2] - 2021-12-06
- add map2_565()
2022-10-20 05:58:00 -04:00
- add + improve examples.
2023-02-21 11:01:58 -05:00
- fix value > upper bug.
2022-10-20 05:58:00 -04:00
## [0.1.1] - 2021-12-05
- add user defined colour-map.
- add unit tests, update readme.md.
## [0.1.0] - 2021-12-04
- initial version.