Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-12 | 340 Bytes | |
v1.4.4 source code.tar.gz | 2024-07-12 | 331.5 kB | |
v1.4.4 source code.zip | 2024-07-12 | 542.6 kB | |
Totals: 3 Items | 874.5 kB | 0 |
- Annotated the rest of the main package for nullness, and moved the
@NullMarked
annotation from individual classes up to the package to avoid a warning under--release 8
. (e107aeadc) - Improved the failure message for
matches
to conditionally suggest usingcontainsMatch
. (7e9fc7aec)