GY-63_MS5611/libraries/Fraction/CHANGELOG.md
2023-02-03 13:14:59 +01:00

75 lines
1.4 KiB
Markdown

# Change Log fraction
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.1.15] - 2023-02-02
- update GitHub actions
- update license 2023
- update readme.md
- move code to .cpp
- change signature **double toDouble()**
- add **Fraction_performance.ino** to start performance testing.
## [0.1.14] - 2022-11-07
- add changelog.md
- add rp2040 to build-CI
- update readme.md
## [0.1.13] - 2021-12-18
- update library.json
- update license
- minor edits
## [0.1.12] - 2021-11-01
- update Arduino-CI
- add badges
- refactor
## [0.1.11] - 2020-12-23
- add Arduino-CI + unit tests
## [0.1.10] - 2020-06-10
- fix library.json
----
## [0.1.9] - 2020-04-26
- refactor
## [0.1.8] - 2018-04-02
- refactor made constructors explicit
- fix issue #33 double --> float
## [0.1.07] - 2015-03-05
- major refactoring by Chris-A
## [0.1.06] - 2015-02-15
- added proper(), mediant(), angle()
## [0.1.05] - 2015-02-14
- tested negative Fractions math
- added constructors,
- minor refactoring
## [0.1.04] - 2015-02-09
- stabilizing code
- add simplify() for some code paths.
## [0.1.03] - 2015-02-07
- add toDouble()
- tested several fractionize() codes
- bug fixes.
## [0.1.02] - 2015-02-07
- faster fractionize code
## [0.1.01] - 2015-02-03
- some fixes
## [0.1.00] - 2015-01-25
- initial version