| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.4.0 source code.tar.gz | 2025-10-25 | 19.5 kB | |
| 2.4.0 source code.zip | 2025-10-25 | 29.7 kB | |
| README.md | 2025-10-25 | 561 Bytes | |
| Totals: 3 Items | 49.7 kB | 0 | |
Release Notes for 2.4.0
Feature release (minor)
2.4.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Deprecations
- 472: Transition to using reflection-based, direct field access only thanks to @mpdude
Improvements
- 453: Utilizing Expression::visit method instead of match true thanks to @CloneException