kotlinx.support v0.3 Release Notes

Release Date: 2016-08-09 // over 7 years ago
  • 🚀 Changes in this release:

    • 👀 relax type constraint for T to allow nulls in AutoCloseable.use, fixes #4, see also KT-12894

Previous changes from v0.2

  • 🚀 Changes in this release:

    • 🔦 expose Throwable.suppressed as a property, in addition to getSuppressed() function;
    • utility extensions for Streams to convert them to List and Sequence;
    • 🛠 fix bug #3 with non-local returns in AutoCloseable.use.