mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
931 B
931 B
Change Log AtomicWeight
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[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
[0.1.2] - 2023-01-01
- add weight(formula) group () support
- rewrote example
- update readme.md.
- add unit tests
[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.
[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)