Releases: code-hemu/exprify
Releases · code-hemu/exprify
1.0.9
Full Changelog: v1.0.8...v1.0.9
v1.0.8
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↔Know 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 devto start) - Derived unit results support
toconversions (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
Full Changelog: v1.0.6...v1.0.7
1.2.6
Full Changelog: v1.0.5...v1.0.6
1.2.5
Full Changelog: v1.0.4...v1.0.5
1.2.4
Full Changelog: v1.0.3...v1.0.4
1.0.3
Full Changelog: v1.0.2...v1.0.3
1.0.2
Full Changelog: v1.0.1...v1.0.2
1.0.1
Full Changelog: v1.0.0...v1.0.1
1.0.0
Full Changelog: https://github.com/code-hemu/Exprify/commits/v1.0.0