Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

93 lines (71 loc) · 1.55 KB

2.0.2

  • Remove unnecessary dependency

2.0.1

  • Some minor API changes

2.0.0

  • Breaking changes, please adjust your code to new API, see example for usage

1.1.0

  • Bug fix fromJson
  • Bug fix at Length

1.0.20

  • Bug fix
  • Value of unit now non-null
  • withValue now have required positional argument
  • Some refractoring
  • Add more docs

1.0.19

  • Add Torque
  • Minor refractor

1.0.18

  • Add Angle
  • Add SurfaceTension
  • Add some unit to DataStorage
  • Add docs

1.0.17

  • Expand supported units and improve API consistency
  • Enhancements include the addition of new measurement units such as ElectricField, Entropy, Flow, Force, and Illumination

1.0.16

  • Exposing convertTo() and combineTo()
  • Add some extension to Iterable
  • Add Current and Sound Unit

1.0.15

  • Updating dependencies

1.0.14

  • Use value instead of val

1.0.13

  • Bug fix
  • More typesafe style

1.0.12

  • Fix typo

1.0.11

  • Fix typo

1.0.10

  • Fix from/to Json?

1.0.9

  • Remove unused dependecies

1.0.8

  • Add from/to Json
  • Fix typo
  • Minor performance tweak

1.0.7

  • Add Enum for more granular way accessing the Object

1.0.6

  • Add AngularSpeed model

1.0.5

  • Add Energy Unit

1.0.4

  • Add toFeetAndInches to Length

1.0.3

  • Add few test
  • Removing * and / operator

1.0.2

  • Add num extension
  • Add DataStorage unit
  • Add Furlongs and Millimeters to Length
  • Add CubicYards to Volume
  • Refractoring

1.0.1

  • Zero default value of Unit if not provided/null.

1.0.0

  • Initial version.