Skip to content

Commit

Permalink
2.1.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Dec 11, 2022
1 parent a9e0f03 commit 46020b1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 2.1.0
Added 5 new properties: density, amount of substance, molar volume, molar mass
and reciprocal of molar mass. Now it is also possible to define a compound unit
in the form of a ratio (e.g. Density units are defined as the ratio between mass
and volume).

Thanks to @Dokotela for his PRs!

# 2.0.1
- Improved Pascal-Bar conversion
- We forced the use of types. So that many more error will be caught at
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,30 +209,21 @@ name:OneOver(DashPlus1), value:0.5, stringValue:0.5, symbol:null

## Which conversions?

- Amount of substance (moles, millimoles, etc.)
- Angles (degree, radians, etc.)

- Area (hectares, acres, etc.)

- Digital data (byte, gigabit, etc.)

- Density (grams per liter, micrograms per milliliter, etc.)
- Energy (Joule, kilowatt-hour, etc.)

- Force (Newton, kilogram-force, etc.)

- Fuel consumption (miles per hour, kilometers per hour, etc.)

- Length (meter, miles, etc)

- Molar mass (grams per mole, milligrams per millimole, etc.)
- Mass (kilograms, ounces, etc.)

- Numeral systems (hexadecimal, binary, etc.)

- Power (kilowatt, horse power, etc.)

- Pressure (bar, psi, etc.)

- Shoe size (eu size, us size, etc.)

- SI prefixes (giga, tera, etc.)

- Speed (miles per hour, kilometers per hour, etc.)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: units_converter
description: Simple and light units conversion package for all your needs.
version: 2.0.1
version: 2.1.0
homepage: https://github.com/ferraridamiano/units_converter
funding:
- https://www.paypal.com/paypalme/DemApps
Expand Down

0 comments on commit 46020b1

Please sign in to comment.