Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 01:26
· 1940 commits to main since this release
4efcbb1

1.0.0 (2020-09-01)

Bug Fixes

  • data: fix naming of octets and heptads (01d8abc)
  • fix typings for converting mass (ae29d1c)
  • mass: fix exagram ratio (1a9c689)
  • add all typings to fix imports (6819600)
  • fix conversion ratios (f8cac44)
  • fix ESM builds not being generated (efac110)
  • fix imports of Unit (1280e91)
  • fix invariant not appearing in production builds (f387071)
  • fix typings not being included in build output (50554aa)

Features

  • initial release (4efcbb1)
  • data: add digital data conversion (94a7db3)
  • data: add many more conversion ratios (a54f363)
  • pressure: add pressure conversions (62d13ee)
  • rewrite conversion data format for big big performance increases (a57f9b3)
  • mass: add mass conversions (476c1e7)
  • change exported conversion values (473001e)
  • length: add imperial units (b72063a)
  • temperature: begin adding temperature conversion (e9c57e2)
  • implement the BUCKWILD typesafety (045e331)
  • improve typings of units (8c0e8df)
  • rewrite conversion logic and add in full typesafety (f85f298)
  • time: add more time conversions (4774f1f)
  • initial project setup (7126d2a)

Performance Improvements

  • mark library as side-effect free for Webpack (f285be7)
  • optimize build for publish (16593b1)
  • optimize error handling and conversion calculation (d5877fa)
  • simplify combined ratio calculation (1d9614d)