About this book : What's new?

What's new?
Version 9.0
Log4s
 
OpenSSL
 
64-bit Support
Version 9.1
Regex
Regex is introduced with VA Smalltalk 9.1. Regex provides the capability to apply any regular expressions to a string or stream of characters.
See https://en.wikipedia.org/wiki/Regular_expression for more information on Regular Expressions.
 
This is a VA Smalltalk port of Regex from Pharo 6.1. The version of the Pharo packages at the time of porting was Regex-Core-TheIntegrator.40
 
In order to use regular expressions, load Regex. Regex, Testing will provide some examples.
 
For more information on the enhancements in this release, refer to the VA Smalltalk web page.
Version 9.2
Common Widgets
On Windows, the push button can have both text and a pixmap (or icon).
Data Compression and Decompression
Brotli and ZStandard were added to supported compression formats.