Skip to content

Releases: code-hemu/exprify

1.0.9

26 Jun 12:24

Choose a tag to compare

v1.0.8

26 Jun 11:57

Choose a tag to compare

Added

  • Physical Quantity Arithmetic - Cross-type multiplication and division now produces correct derived units:
    length × length => area, area × length => volume,
    voltage × current => power, energy / time => power,
    power × time => energy, voltage / resistance => current,
    current × resistance => voltage, force / area => pressure,
    pressure × area => force
  • Temperature conversion - °F↔°C↔K now uses proper offset formulas via Kelvin intermediary
    (98.6 F to C => "37 C")
  • React example - New examples/react/ directory with a Vite-powered unit converter app
    (12 quick-convert presets, npm run dev to start)
  • Derived unit results support to conversions (5 m * 3 m to cm2 => "150000 cm2")

Changed

  • Renamed src/utils/globalUnits.js => src/utils/units.js

Fixed

  • Unit tokenizer case sensitivity - Uppercase unit keys (V, A, F, C, K, Hz, W, etc.) now recognized
  • Unit name disambiguation - Duplicate unit names (F: farad/Fahrenheit, rad: angle/radiation,
    S/s: siemens/second) are resolved by context of the paired unit.
    1 F to mF => farad (capacitance), 98.6 F to C => Fahrenheit (temperature)

1.2.7

13 Jun 09:39

Choose a tag to compare

Full Changelog: v1.0.6...v1.0.7

1.2.6

13 Jun 09:10
a7bf0d9

Choose a tag to compare

Full Changelog: v1.0.5...v1.0.6

1.2.5

12 Jun 21:22
8df3355

Choose a tag to compare

Full Changelog: v1.0.4...v1.0.5

1.2.4

02 Jun 09:14

Choose a tag to compare

Full Changelog: v1.0.3...v1.0.4

1.0.3

05 Apr 18:37

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3

1.0.2

05 Apr 17:50

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

1.0.1

05 Apr 10:37

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

1.0.0

02 Apr 18:30
2ca49bf

Choose a tag to compare