Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.7.0 source code.tar.gz | 2023-11-02 | 103.1 kB | |
1.7.0 source code.zip | 2023-11-02 | 136.6 kB | |
README.md | 2023-11-02 | 478 Bytes | |
Totals: 3 Items | 240.2 kB | 0 |
- Enhancement: Add new
ApiResult<*, *>.successOrNothing()
andApiResult.Failure<*>.exceptionOrNull()
functional extension APIs. - Update to Kotlin
1.9.20
.
What's Changed
- Prepare for Kotlin 1.9.20 by @ZacSweers in https://github.com/slackhq/EitherNet/pull/67
- Add successOrNothing and exceptionOrNull extensions by @ZacSweers in https://github.com/slackhq/EitherNet/pull/70
Full Changelog: https://github.com/slackhq/EitherNet/compare/1.6.0...1.7.0