We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39737 commit 727a192Copy full SHA for 727a192
1 file changed
CHANGELOG.md
@@ -40,6 +40,10 @@
40
- deprecated method `getDay()` has been removed, use `getDayOfMonth()` instead
41
- `getMonth()` now returns a `Month` enum; use `getMonthValue()` if you want the month number
42
43
+🔧 **Improvements**
44
+
45
+- Methods returning `int` are now type-annotated with int ranges
46
47
## [0.6.5](https://github.com/brick/date-time/releases/tag/0.6.5) - 2024-06-19
48
49
✨ **New methods**
0 commit comments