Skip to content

Releases: jonahsnider/convert

v4.4.0

25 Jan 16:44
828c322
Compare
Choose a tag to compare

4.4.0 (2022-01-25)

Features

v4.3.2

01 Jan 03:27
8b50fdd
Compare
Choose a tag to compare

4.3.2 (2022-01-01)

Bug Fixes

  • fix compilation errors in typings declaration (ac4a005)

v4.3.1

31 Dec 12:33
dd3abc3
Compare
Choose a tag to compare

4.3.1 (2021-12-31)

Bug Fixes

  • use Babel instead of Rollup to generate UMD wrapper (#362) (dd3abc3)

v4.3.0

09 Nov 13:16
387251c
Compare
Choose a tag to compare

4.3.0 (2021-11-09)

Bug Fixes

  • fix converting negative quantities to the best unit (9a49b98)

Features

  • ms: support converting a number to a string (387251c)

v4.2.5

09 Nov 11:37
ee0c6dd
Compare
Choose a tag to compare

4.2.5 (2021-11-09)

Bug Fixes

  • volume: fix conversion ratios for US customary units (ee0c6dd), closes #317

v4.2.4

15 Oct 07:45
6ed7484
Compare
Choose a tag to compare

4.2.4 (2021-10-15)

Bug Fixes

  • temperature: fix a bug that provided incorrect conversions when using bigints with certain units (3ed04c6)

Performance Improvements

  • reduce bundle size with pure_getters Terser option (5a25506)

v4.2.3

15 Oct 06:14
2b612a3
Compare
Choose a tag to compare

4.2.3 (2021-10-15)

Performance Improvements

  • temperature: improve performance of kelvins aliases check (b3df44f)

v4.2.2

14 Oct 00:38
fb3450f
Compare
Choose a tag to compare

4.2.2 (2021-10-14)

Bug Fixes

  • fix return type of .to() with bigints (c1214d8)

Performance Improvements

  • use bound functions instead of closures (17303e2)

v4.2.1

13 Oct 04:55
d43a91c
Compare
Choose a tag to compare

4.2.1 (2021-10-13)

Bug Fixes

  • fix converting to "best" for imperial volume and imperial area (d43a91c)

v4.2.0

07 Oct 08:07
c5d6901
Compare
Choose a tag to compare

4.2.0 (2021-10-07)

Features

  • use API extractor for safer releases (0959ca1)