v0.3.0: Functions, math, and comparisons
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
.
- Logical Complement,
- Improved customization of dependency results.
See https://arcalot.io/arcaflow/workflows/expressions/ for documentation.
Pull Requests
- Pin dependencies by @platform-engineering-bot in #14
- Update module go.flow.arcalot.io/pluginsdk to v0.5.1 by @platform-engineering-bot in #15
- Function support by @jaredoconnell in #16
- Update all dependencies by @platform-engineering-bot in #18
- Improved dependency resolution by @jaredoconnell in #21
- add golangci config by @mfleader in #27
- Math and comparisons by @jaredoconnell in #23
- Use correct parser for 64 bit integers by @jaredoconnell in #31
New Contributors
Full Changelog: v0.2.1...v0.3.0