-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28a23a9
commit 4118e5a
Showing
9 changed files
with
141 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Change Log Angle | ||
|
||
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.13] - 2022-10-12 | ||
- Add RP2040 support to build-CI | ||
- Add CHANGELOG.md | ||
- minor change unit test | ||
- minor edits (comments) | ||
- Add zero tests to two constructors (zero is not negative) | ||
|
||
## [0.1.12] - 2021-12-12 | ||
- update library.json | ||
- update license | ||
- minor edits | ||
|
||
## [0.1.11] - 2021-10-17 | ||
- update build-CI | ||
|
||
## [0.1.10] - 2021-01-16 | ||
- update readme.md | ||
- minor refactor | ||
|
||
## [0.1.9] - 2020-12-10 | ||
- Add build Arduino CI | ||
|
||
## [0.1.8] - 2020-05-27 | ||
- update library.json | ||
|
||
## [0.1.7] - 2020-03-26 | ||
- refactor #pragma once | ||
|
||
## [0.1.06] | ||
- fixed bug negative values | ||
|
||
## [0.1.05] 2015-03-03 | ||
- added AngleFormat | ||
- proxy added 03/03/15 by Christoper Andrews | ||
|
||
## [0.1.04] | ||
- changed thousands in tenthousands | ||
- add string constructor | ||
|
||
## [0.1.03] | ||
- added URL | ||
- fromRadians (test) | ||
|
||
## [0.1.02] | ||
- added toRadians() | ||
- fix compare() | ||
|
||
## [0.1.01] | ||
- clean up a bit | ||
|
||
## [0.1.00] | ||
- initial version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.