Crystal 0.23.0 released!
Crystal 0.23.0 has been released!
As any release it includes numerous bugfixes, cool features and performance improvements.
Exciting Changes
Section titled Exciting Changes- The release is built with LLVM 3.8, so it’s no longer supported by Debian 7 and CentOS.
- (breaking-change) Severity levels are now passed as
Severitytype toLogger#formatter, instead of aString. - (breaking-change)
IO.selectwas removed. - The compiler now indicates compilation progress with command line flag
--progress. - File listing can be disabled for
HTTP::StaticFileHandler. crystal initgenerates a.editorconfigfile.- We have a man page for
crystal(1). - When re-raising an exception, it’s callstack won’t be overwritten.
Thanks to everyone who supported this release through contributions, reviews and suggestions.