Changelog History
Page 1
-
v3.0.13 Changes
May 21, 2026- ⬆️ Bump chevere/container 1.0.5
Full Changelog : 3.0.12...3.0.13
-
v3.0.12 Changes
April 19, 2026- ➕ Added
WorkflowProvider
Full Changelog : 3.0.11...3.0.12
- ➕ Added
-
v3.0.11 Changes
March 30, 2026- ➕ Added
variableslinter property - ➕ Added
EarlyReturnException - 👌 Improved linter (parameter, action)
- ⬆️ Bump chevere/parameter, chevere/action deps
Full Changelog : 3.0.10...3.0.11
🚀 🎉 This one fully supports the just released Chevere Workflow VS Code Extension complete feature set.
- ➕ Added
-
v3.0.10 Changes
March 27, 2026- ➕ Added lint mode
- ➕ Added
WorkflowProviderInterface
Full Changelog : 3.0.9...3.0.10
👕 The newly introduced lint mode enables the system to collect all errors and provide access to this information via
workflow()->lint()in JSON format. Is different from the runtime mode where the system halts on first error.The
WorkflowProviderInterfaceconvention now exposes how workflow definitions should be provided (via static access). Dynamic workflows are still a thing, but can't provide the same deep level of information.This is now ready for its LSP IDE extension.
-
v3.0.9 Changes
March 19, 2026- ➕ Added conditional execution support for type
string,floatandnulltypes
Full Changelog : 3.0.8...3.0.9
- ➕ Added conditional execution support for type
-
v3.0.8 Changes
March 18, 2026- ➕ Added
withAftermethod #69
Full Changelog : 3.0.7...3.0.8
- ➕ Added
-
v3.0.7 Changes
March 16, 2026- ➕ Added support for generating Mermaid graphs
- 👌 Improved support for type int run if conditions
Full Changelog : 3.0.6...3.0.7
-
v3.0.6 Changes
March 12, 2026- ➕ Added support for any invokable class
- Dependencies now resolve before runIf* conditions
- 👍 Variable now supports any string but empty
- ⚙ Run if conditions now support type int (0 false, anything else true)
Full Changelog : 3.0.5...3.0.6
-
v3.0.5 Changes
March 11, 2026- Implemented Kahn's topo sort
Full Changelog : 3.0.4...3.0.5
-
v3.0.4 Changes
March 06, 2026- 🛠 Fixed variable single char support
Full Changelog : 3.0.3...3.0.4