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.