File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
Dependency-free, type-safe Dart unit conversion library. Decouple specific unit
3
3
types you need to work with from the rest of your code.
4
4
5
- ## [ Unreleased ] - 2022-12-11
5
+ ## [ 2.1.0 ] - 2022-12-11
6
6
### Added
7
7
- Extensions on the num types to create any measurement
8
8
- Derived unit syntactic sugar with .by and .per
@@ -168,7 +168,7 @@ types you need to work with from the rest of your code.
168
168
### Added
169
169
- Initial package setup
170
170
171
- [ 2.1.0 ] : https://bitbucket.org/mongoose13/fling-units/commits/
171
+ [ 2.1.0 ] : https://bitbucket.org/mongoose13/fling-units/commits/tag/2.1.0/
172
172
[ 2.0.2 ] : https://bitbucket.org/mongoose13/fling-units/commits/tag/2.0.2/
173
173
[ 2.0.1 ] : https://bitbucket.org/mongoose13/fling-units/commits/tag/2.0.1/
174
174
[ 2.0.0 ] : https://bitbucket.org/mongoose13/fling-units/commits/tag/2.0.0/
Original file line number Diff line number Diff line change 1
1
name : fling_units
2
2
description : Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.
3
- version : 2.0.2
3
+ version : 2.1.0
4
4
homepage : https://bitbucket.org/mongoose13/fling-units/wiki/Home
5
5
repository : https://bitbucket.org/mongoose13/fling-units/src
6
6
issue_tracker : https://bitbucket.org/mongoose13/fling-units/issues
You can’t perform that action at this time.
0 commit comments