Skip to content

Releases: jonahsnider/convert

v4.1.2

27 Sep 03:52
9181e11
Compare
Choose a tag to compare

4.1.2 (2021-09-27)

Bug Fixes

  • include file extensions in imports (198e5b3)
  • pressure: fix typo in atmosphere (de41502)

v4.1.1

25 Sep 05:48
841770d
Compare
Choose a tag to compare

4.1.1 (2021-09-25)

Bug Fixes

v4.1.0

25 Sep 05:06
ca0b1ce
Compare
Choose a tag to compare

4.1.0 (2021-09-25)

Features

  • support configuring types of units to use when converting to best (8144aba), closes #216
  • temperature: add SI prefixed units for kelvin (c51d8f1)

v4.0.2

23 Sep 23:20
fb17ec2
Compare
Choose a tag to compare

4.0.2 (2021-09-23)

Bug Fixes

  • throw a TypeError if the given quantity is the wrong type (dc3415f)
  • temperature: fix a bug where converting kelvin would not work (4bd1e93)

Performance Improvements

  • avoid unnecessary conversions if the from and to types are the same (f669a30)
  • minor reductions to bundle size (dcc0159)

v4.0.1

23 Sep 13:59
c5a7f38
Compare
Choose a tag to compare

4.0.1 (2021-09-23)

Performance Improvements

  • check types once instead of every conversion (c5a7f38)

v4.0.0

22 Sep 05:20
c94f9f3
Compare
Choose a tag to compare

4.0.0 (2021-09-22)

Bug Fixes

  • fix temperature conversions to and from kelvins (a0109b7)
  • temperature: fix certain conversions (ba3e797), closes #267

BREAKING CHANGES

  • temperature: Converting with delisle or De has been removed.

v3.1.0

07 Sep 06:32
b2eea2e
Compare
Choose a tag to compare

3.1.0 (2021-09-07)

Features

  • length: add ' and " symbols for feet and inches (58ff797)
  • types: improve return type when converting to "best" (b2eea2e)

v3.0.0

07 Sep 06:11
05a02ee
Compare
Choose a tag to compare

3.0.0 (2021-09-07)

Features

  • remove duplicate uncommon units and duplicate units (fda3e61)

BREAKING CHANGES

  • Several units that are uncommon or no longer relevant in modern times have been removed. If you are using official unit symbols and full names this will not affect you.

v2.2.1

29 Aug 06:22
011f39b
Compare
Choose a tag to compare

2.2.1 (2021-08-29)

Bug Fixes

  • types: export Area type (011f39b)

v2.2.0

25 Aug 23:42
ef348dd
Compare
Choose a tag to compare

2.2.0 (2021-08-25)

Bug Fixes

Features

  • area: add support for area conversion (148569e), closes #254