scriny 0.4.1
scriny: ^0.4.1 copied to clipboard
A tiny scripting language for Dart. Also supports evaluating simple math expressions.
📰 Scriny changelog #
0.4.1 #
Released on June 2, 2026.
- FEAT: Added
verboseflag and renamedstringoption tocode. (#77f2ad6) - FEAT: Implemented short-circuit evaluation for logical AND and OR operators. (#5d2c3f3)
- CHORE: Update SDK and dependency constraints. (#ba9bfda)
- REFACTOR: Added
ScrinyParseExceptionand improved parser error reporting. (#7d14d1c)
0.4.0 #
0.3.0 #
Released on August 5, 2025.
- FIX: Fixed a bug in the
scrinyutility. (#03866d3) - BREAKING REFACTOR: Added an
ExpressionRenderer. (#0496c27) - BREAKING REFACTOR: Merged
variablesandfunctionsinEvaluationContext. (#7fc916b) - BREAKING REFACTOR: Renamed
runintoscriny. (#ab1d46f) - REFACTOR: Removed remaining Flutter dependencies and migrated from
versiontorelease. (#69a1625)
0.2.2 #
0.2.1 #
Released on Jul 24, 2025.
0.1.0 #
Released on Jul 23, 2025.