mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
73 lines
1.3 KiB
Markdown
73 lines
1.3 KiB
Markdown
|
# Change Log FastMap
|
||
|
|
||
|
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/).
|
||
|
|
||
|
|
||
|
## [0.4.0] - 2022-11-02
|
||
|
- add changelog.md
|
||
|
- add rp2040 to build-CI
|
||
|
- update readme.md
|
||
|
- init() returns bool to indicate valid (non-zero) ranges.
|
||
|
- add range check in init()
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.3.3] - 2021-12-17
|
||
|
- update library.json
|
||
|
- update license
|
||
|
- minor edits
|
||
|
|
||
|
## [0.3.2] - 2020-12-21
|
||
|
- add Arduino-CI + unit test
|
||
|
|
||
|
## [0.3.1] - 2020-08-31
|
||
|
- update documentation
|
||
|
|
||
|
## [0.3.0] - 2020-07-04
|
||
|
- added fastMapDouble + test sketch.
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.2.1] - 2020-06-10
|
||
|
- fix library.json
|
||
|
- rename license
|
||
|
## [0.2.0] - 2020-03-21
|
||
|
- #pragma once
|
||
|
- readme.md
|
||
|
- license.md
|
||
|
|
||
|
----
|
||
|
|
||
|
## [0.1.8] - 2017-07-27
|
||
|
- revert double to float (issue 33)
|
||
|
|
||
|
## [0.1.7] - 2017-04-28
|
||
|
- clean up code
|
||
|
- get examples working again
|
||
|
|
||
|
## [0.1.06] - 2015-03-08
|
||
|
- replaced float by double (support ARM)
|
||
|
|
||
|
## [0.1.05] - 2014-11-02
|
||
|
- stripped of bit mask experimental code
|
||
|
|
||
|
## [0.1.04]
|
||
|
- add back() - the inverse map
|
||
|
- tested with bit mask for constrain code (Performance was killed)
|
||
|
|
||
|
## [0.1.03]
|
||
|
- proper name
|
||
|
|
||
|
## [0.1.02]
|
||
|
- squeezed the code (first public version)
|
||
|
|
||
|
## [0.1.01]
|
||
|
- refactor
|
||
|
|
||
|
|
||
|
## [0.1.00]
|
||
|
- initial version
|