Skip to content

1.8.2

Compare
Choose a tag to compare
@straight-shoota straight-shoota released this 09 May 08:53
· 918 commits to master since this release
1.8.2
7aa5cdd

Standard Library

Collection

Log

Serialization

  • Fixup for JSON::Serializable on certain recursively defined types (#13430, thanks @kostya)

Text

  • Fix String#scan with empty Regex match at multibyte char (#13387, thanks @HertzDevil)
  • (performance) Check subject UTF-8 validity just once for String#gsub, #scan, #split (#13406, thanks @HertzDevil)

Compiler

Codegen

Other