Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Jan 21, 2024
1 parent 40a194d commit 96e4c38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 3.0.0
- Improvements to the conversion algorithm: now it is simpler and ~10% faster
- Now requires Dart >= 3.0
- New unit: kilopascal (@jmguazzo)

**Breaking**:
- In custom conversion `leafNodes` has been renamed to `children`

# 2.1.1
- Added Illuminance property (@denxorz)
- Added kilojoules (@lhengl)
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.1.1
version: 3.0.0
homepage: https://github.com/ferraridamiano/units_converter
funding:
- https://www.paypal.com/paypalme/DemApps
Expand Down

0 comments on commit 96e4c38

Please sign in to comment.