We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90143db commit 1233d62Copy full SHA for 1233d62
2 files changed
CHANGELOG.md
@@ -1,11 +1,13 @@
1
# CHANGELOG
2
3
-## 0.6.0
4
-- Add support for handling infinity values
+## 0.7.0
5
- Fix static analysis issues
6
- Add support for Dart 3
7
- Remove internal members that were exposed to the API
8
+## 0.6.0
9
+- Add support for handling infinity values
10
+
11
## 0.5.1
12
- Fix `toDouble()` allowing it to take negative exponents
13
pubspec.yaml
@@ -1,5 +1,5 @@
name: big_decimal
-version: 0.6.0
+version: 0.7.0
description: >
A bugless implementation of BigDecimal in Dart based on Java's BigDecimal
@@ -8,5 +8,5 @@ environment:
sdk: ">=2.12.0 <4.0.0"
dev_dependencies:
- lints: ^5.1.1
+ lints: ^6.0.0
test: ^1.17.2
0 commit comments