Scala Native 0.3.2
This release focuses on bufixes for issues discovered in 0.3.x series and library improvements. For full changelog in 0.3.x series see 0.3.0 and 0.3.1 announcements.
Library improvements 📚
#722 Add bindings for complex.h
(by @ekrich)
#804 Add support for java.util.Formatter
(by @matil019)
#807 Add support for java.net.InetAddress
(by @asoltysik)
#907 Add support java.util.zip.GZIP{Input, Output}Stream
(by @Duhemm)
Bugfixes 🐛
#147 Finalize is officially not going to be supported (by @densh)
#640 Add support for C escape sequences (by @matil019)
#886 Fix regression in regular expression matching (by @muxanick)
#896 Fix infinite recursion in java.util.regex.Matcher
(by @atty303)
#901 Don't include class files inside of the javalib artifact (by @densh)
Contributors 👥
According to git shortlog -sn --no-merges v0.3.1..v0.3.2, 7 people contributed to this release: Denys Shabalin, matil019, AGAWA Koji, Martin Duhem, Mike Samsonov, Eric K Richardson, Andrzej Sołtysik.
Thank you all!