Skip to content

v0.3.0: Functions, math, and comparisons

Compare
Choose a tag to compare
@jaredoconnell jaredoconnell released this 07 Feb 21:09
· 15 commits to main since this release
aaeb845

This release adds:

  • Value literals
    • Integers
    • Floating-Point Numbers
    • Booleans
    • Strings
  • Functions
  • Math
    • Negation, addition, subtraction, multiplication, division, modulus, exponentiation
  • Comparisons
    • Equals, not equals, greater than, less than, greater than or equal to, less than or equal to
  • Boolean expressions
    • Logical Complement, AND, OR.
  • Improved customization of dependency results.

See https://arcalot.io/arcaflow/workflows/expressions/ for documentation.

Pull Requests

New Contributors

Full Changelog: v0.2.1...v0.3.0