You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changelog/2.0.1.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
## 2.0.1
2
2
3
+
### New stuff
4
+
5
+
* Added `Reusability` for:
6
+
*`java.math.BigDecimal`
7
+
*`java.math.BigInteger`
8
+
*`scala.math.BigDecimal`
9
+
*`scala.math.BigInt`
10
+
11
+
* You can now `import Reusability.DecimalImplicitsWithoutTolerance._` if you'd like implicit `Reusability` instances for decimal types that use exact comparison
12
+
3
13
### Bug fixes
4
14
5
15
* Fix infinite loop in functional components with reuse + `Reusability.never` ([#1027](https://github.com/japgolly/scalajs-react/issues/1027))
0 commit comments