Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Ergo v.0.20.10

Compare
Choose a tag to compare
@jeromesimeon jeromesimeon released this 10 Apr 17:45

This release adds new support for text formatting.

πŸš€ Language Features

  • New as expressions can be used to apply formatting to DateTime Double and MonetaryAmount values. The syntax is expression as string where the expression is the input value and the string is the format for that value. For instance:

Screenshot 2020-04-10 at 1 16 08 PM

🏠 Internals & API

  • New support for loading buffers from disk in the FileLoader class (contribution @algomaster99)