This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Ergo v.0.20.10
This release adds new support for text formatting.
π Language Features
- New
as
expressions can be used to apply formatting toDateTime
Double
andMonetaryAmount
values. The syntax isexpression as string
where the expression is the input value and the string is the format for that value. For instance:
π Internals & API
- New support for loading buffers from disk in the
FileLoader
class (contribution @algomaster99)