Releases: gojuno/koptional
Releases · gojuno/koptional
v1.7.0
v1.6.0
This release features more idiomatic Java API by marking component1()
as @JvmSynthetic
and refined documentation in the README 🎉
- PR #27 Change Travis language and remove caching
- PR #28 Refine readme file, thanks @ming13 🎈
- PR #30 Hide
component1()
destructuring from Java consumers, thanks @radekkozak 👍
Note: PR #30 is a binary compatible change, already compiled Java code will be able to access component1()
v1.5.0
This release features destructuring support (see README for details) and faster toNullable()
🎉
v1.4.0
This release features better interoperability with Java 🎉
Please check README for more information.
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Initial release of Optional
for Kotlin + RxJava 2 extensions.