3.0.0 Beta 1
Pre-release
Pre-release
💥 Break Changes
- Change target NodeJS to >= v16.13.0 (@hugoalh)(N/A)
- Refactor class
Temperature: (@hugoalh)(N/A)- Method
toJSONis renamed totoObject, and keys are always ASCII symbol instead of customizable - Remove static method
difference - Remove static method
unitSI, use static methodunitwithout any parameter will output same result - Replace methods
toStringASCIIandtoStringStandardby methodtoString, and always append standard symbol
- Method
- Remove class
TemperatureDifference(@hugoalh)(N/A)
〰️ Changes
- Add function
convertTemperatureas simplify of the classTemperature(@hugoalh)(N/A)