mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
69 lines
1.1 KiB
Markdown
69 lines
1.1 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.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
|
||
|
|
||
|
----
|
||
|
|
||
|
Long time ago ....
|
||
|
|
||
|
## [0.1.9]
|
||
|
- refactor
|
||
|
|
||
|
## [0.1.8]
|
||
|
- refactor made constructors explicit
|
||
|
- fix issue #33 double --> float
|
||
|
|
||
|
## [0.1.07]
|
||
|
- major refactoring by Chris-A
|
||
|
|
||
|
## [0.1.06]
|
||
|
- added proper(), mediant(), angle()
|
||
|
|
||
|
## [0.1.05]
|
||
|
- tested negative Fractions math
|
||
|
- added constructors,
|
||
|
- minor refactoring
|
||
|
|
||
|
## [0.1.04]
|
||
|
- stabilizing code
|
||
|
- add simplify() for some code paths.
|
||
|
|
||
|
## [0.1.03]
|
||
|
- add toDouble()
|
||
|
- tested several fractionize() codes
|
||
|
- bug fixes.
|
||
|
|
||
|
## [0.1.02]
|
||
|
- faster fractionize code
|
||
|
|
||
|
## [0.1.01]
|
||
|
- some fixes
|
||
|
|
||
|
## [0.1.00]
|
||
|
- initial version
|