Libraries
- Added support for regular expressions (#1968). They are available as part of the
Text.match
,Text.matches
,Text.find
,Text.split
andText.replace
methods, and are provided by a lower-level API with more control that can be found in theStandard.Base.Data.Text.Regex
module.
Tooling
- Implement Language Server endpoints for getting and setting library metadata (#1967).
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.