You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ All notable changes to `workflow-engine-core` will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v0.0.4-alpha - 2026-05-04
9
+
10
+
### What's Changed
11
+
12
+
* Bump phpstan/phpstan from 2.1.39 to 2.1.40 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/29
13
+
* Bump laravel/pint from 1.27.1 to 1.29.0 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/31
14
+
* Bump phpstan/phpstan from 2.1.40 to 2.1.42 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/32
15
+
* Bump phpstan/phpstan from 2.1.42 to 2.1.44 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/34
16
+
* Bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/33
17
+
* Bump ramsey/composer-install from 3 to 4 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/30
18
+
* Bump phpstan/phpstan from 2.1.44 to 2.1.46 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/35
19
+
* Refactor executor to iterative loop, add condition evaluation, improve validation by @lam0819 in https://github.com/solutionforest/workflow-engine-core/pull/36
20
+
* Bump phpstan/phpstan from 2.1.46 to 2.1.50 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/37
21
+
* fix: UTC DateTime + remove dead compensation code by @lam0819 in https://github.com/solutionforest/workflow-engine-core/pull/38
22
+
* Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/39
23
+
* Bump phpstan/phpstan from 2.1.50 to 2.1.54 by @dependabot[bot] in https://github.com/solutionforest/workflow-engine-core/pull/42
0 commit comments