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

42 lines
931 B
Markdown
Raw Normal View History

2022-12-30 11:29:07 -05:00
# Change Log AtomicWeight
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-01-02 07:02:36 -05:00
## [0.1.3] - 2023-01-01
- refactor interface
- add **weight(formula, element)**
- add **massPercentage(formula, element)**
- fix version number in .cpp
- update readme.md.
- update keywords.txt
2022-12-31 12:30:42 -05:00
## [0.1.2] - 2023-01-01
- add weight(formula) group () support
- rewrote example
- update readme.md.
- add unit tests
2022-12-31 11:38:51 -05:00
## [0.1.1] - 2022-12-30
- fix offset in some functions
- move code to .cpp file
- add **float weight(char \* formula)**
- refactor and clean up a bit.
- update readme.md.
2022-12-30 11:29:07 -05:00
## [0.1.0] - 2022-12-30
- initial release
- renamed class from AtomicWeight to PTOE.
- add **find(abbrev)**
- add examples.
- update readme.md.
----
## [0.0.1] - 2022-03-09
- first light (not released)