Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 6fe1b3e

Browse files
committed
Release 0.1.0
1 parent 757ebf9 commit 6fe1b3e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.1.0
2+
3+
- [BREAKING] `Quantity`'s constructor now takes `double` instead of `num`
4+
- [BREAKING] Removed `Unit.identity`; use `Unit.unity` instead
5+
- [DEPRECATION] Deprecated old prefix syntax (i.e. `kilo.gram`); use
6+
new syntax (`kilo(gram)`) instead
7+
- Migrate to null safety
8+
- Add hour, liter, and mole units
9+
- Add milli, deci, and micro prefixes
10+
111
## 0.0.2
212

313
- Add inch and pound units

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: quantities
22

33
description: Physical quantities and units.
44

5-
version: 0.0.2
5+
version: 0.1.0
66

77
homepage: https://github.com/mhmdanas/quantities
88

0 commit comments

Comments
 (0)