Skip to content

2.0.0

Choose a tag to compare

@hugoalh hugoalh released this 19 May 08:28
· 113 commits to main since this release

⚠ Important

No More CommonJS

Since this version, this package is fully removed CommonJS support, use import instead of require to import this package.


  • ADD: Added ability to output converted value with unit symbol
  • CHANGE: Changed value output syntax, use toValue(unit) instead of corresponding temperature name/unit
  • CHANGE: Improved efficiency
  • CHANGE: Moved to TypeScript based
  • REMOVE: Removed CommonJS codes