Updated dependencies
Bumped bld to version 2.1.0 Bumped Gradle to version 8.10.1 Bumped Kotlin to version 2.0.20 Bumped JUnit to version 5.11.0
This commit is contained in:
parent
378427bfef
commit
c3341994f3
29 changed files with 176 additions and 102 deletions
22
README.md
22
README.md
|
@ -1,6 +1,6 @@
|
|||
[](https://opensource.org/licenses/BSD-3-Clause)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://kotlinlang.org/)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://github.com/ethauvin/readingtime/releases/latest)
|
||||
[](https://search.maven.org/search?q=g:%22net.thauvin.erik%22%20AND%20a:%22readingtime%22)
|
||||
[](https://oss.sonatype.org/content/repositories/snapshots/net/thauvin/erik/readingtime/)
|
||||
|
@ -76,15 +76,15 @@ ReadingTime(
|
|||
|
||||
```
|
||||
|
||||
Property | Description
|
||||
:-------------------------- |:-----------------------------------------------------------------------------------------------------------------------
|
||||
`text` | The text to be evaluated. (Required)
|
||||
`wpm` | The words per minute reading average.
|
||||
`postfix` | The value to be appended to the reading time.
|
||||
`plural` | The value to be appended if the reading time is more than 1 minute.
|
||||
`excludeImages` | Images are excluded from the reading time when set.
|
||||
`extra` | Additional seconds to be added to the total reading time.
|
||||
`roundingMode` | The [rounding mode](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/RoundingMode.html) to apply.
|
||||
| Property | Description |
|
||||
|:----------------|:------------------------------------------------------------------------------------------------------------------------|
|
||||
| `text` | The text to be evaluated. (Required) |
|
||||
| `wpm` | The words per minute reading average. |
|
||||
| `postfix` | The value to be appended to the reading time. |
|
||||
| `plural` | The value to be appended if the reading time is more than 1 minute. |
|
||||
| `excludeImages` | Images are excluded from the reading time when set. |
|
||||
| `extra` | Additional seconds to be added to the total reading time. |
|
||||
| `roundingMode` | The [rounding mode](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/math/RoundingMode.html) to apply. |
|
||||
|
||||
## Functions
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue