Skip to content

Releases: jonahsnider/convert

v5.3.0

04 Jun 20:55
5dd5809
Compare
Choose a tag to compare

5.3.0 (2024-06-04)

Features

  • add a space separating quantity from unit when converting best conversion to string (775d3c1), closes #665
  • support spaces between quantity and unit in convertMany() and ms() (8f7eb2d)

v5.2.0

28 Apr 22:28
a07bafc
Compare
Choose a tag to compare

5.2.0 (2024-04-28)

Features

  • support "m" as an alias for minutes (067a398), closes #659

v5.1.0

24 Apr 04:42
c5a40dc
Compare
Choose a tag to compare

5.1.0 (2024-04-24)

Features

  • length: add US survey foot unit (25e1d47)

v5.0.0

19 Feb 09:44
ceb3ab1
Compare
Choose a tag to compare

5.0.0 (2024-02-19)

⚠ BREAKING CHANGES

  • Exported types have changed, some have been removed. Some supported units were also removed.

Features

v4.14.1

09 Jan 04:53
15c71c7
Compare
Choose a tag to compare

4.14.1 (2024-01-09)

Bug Fixes

  • improve how best units are calculated (#640) (c5202db)

v4.14.0

18 Nov 07:00
77bf148
Compare
Choose a tag to compare

4.14.0 (2023-11-18)

Bug Fixes

Features

  • energy: include other SI prefixes for watt hours (#619) (4a30e7a)

v4.13.2

12 Sep 10:26
65f48db
Compare
Choose a tag to compare

4.13.2 (2023-09-12)

Bug Fixes

  • handle ASCII symbol for SI micro- prefix, closes #606 (07558c1)

v4.13.1

23 Jul 11:23
99abcbf
Compare
Choose a tag to compare

4.13.1 (2023-07-23)

Bug Fixes

v4.13.0

28 May 23:06
0ea9641
Compare
Choose a tag to compare

4.13.0 (2023-05-28)

Features

  • mass: add kilotonne, megatonne, and gigatonne units, closes #594 (0ea9641)

v4.12.0

21 Apr 02:49
3c7f71c
Compare
Choose a tag to compare

4.12.0 (2023-04-20)

Features

  • time: add femtoseconds and picoseconds to best units, closes #588 (e6ec41d)
  • data: change units for metric to be KB, MB, etc. instead of KiB, MB, etc., closes #588 (b82de95)