Skip to content

Releases: shivam091/unit_measurements

v3.4.0

28 Sep 14:35
Compare
Choose a tag to compare

What's new

  • Added ability to group units by unit system.
  • Added ability to set primitive unit for each unit system.
  • Added method primitive? to check whether the unit is primitive or not.
  • Added method system_for to find unit system by name.

What's changed

  • Grouped units in system and set primitive unit for those systems.

v3.3.0

28 Sep 14:35
f0be2ba
Compare
Choose a tag to compare

What's new

  • Added unit group for electric charge units.
  • Added unit group for angular velocity units.

v3.2.0

27 Sep 16:27
df47df6
Compare
Choose a tag to compare

What's new

  • Added unit group for acceleration units.
  • Added unit group for angular acceleration units.

v3.1.0

26 Sep 16:00
cac2ebc
Compare
Choose a tag to compare

What's new

  • Added unit group for voltage units.
  • Added unit group for velocity units.

v3.0.0

25 Sep 17:10
ac03932
Compare
Choose a tag to compare

What's new

  • Added method Measurement.name to get humanized name of the unit group.
  • Raised BaseError in Measurement.unit_group.
  • Added aliases in, as, in!, as for convert_to and convert_to! methods.

What's changed

  • Moved LICENSE to markdown file.
  • Replaced $LOAD_PATH by shorthand $:
  • Replaced base method by unit.

v2.6.2

25 Sep 05:03
6ad0b77
Compare
Choose a tag to compare

What's changed

  • Replaced String by Symbol in unit names and symbols.

v2.6.1

24 Sep 16:43
c55a121
Compare
Choose a tag to compare

What's changed

  • Replaced Symbol by String in unit names and symbols.

v2.6.0

24 Sep 07:31
Compare
Choose a tag to compare

What's new

  • Added unit group for force units.
  • Added unit group for solid angle units.

v2.5.0

23 Sep 17:04
2f038ca
Compare
Choose a tag to compare

What's new

  • Added unit group for sound level units.
  • Added unit group for plane angle units.

v2.4.0

23 Sep 07:16
cb34ed6
Compare
Choose a tag to compare

What's new

  • Added unit group for density units.
  • Added unit group for quantity units.