File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.12.2] - 2025-11-13
9+
10+ ### Fixed
11+ - Fix array handling in CompileVisitor to serialize arrays instead of using var_export() [ #125 ]
12+ - Fix fatal error when arrays contain objects (e.g., ` [new Object(), 'method'] ` )
13+
814## [ 1.12.1] - 2025-10-27
915
1016### Fixed
@@ -32,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3238
3339Previous releases (prior to 1.11.0) are not documented in this changelog.
3440
41+ [ 1.12.2 ] : https://github.com/ray-di/Ray.Compiler/compare/1.12.1...1.12.2
3542[ 1.12.1 ] : https://github.com/ray-di/Ray.Compiler/compare/1.12.0...1.12.1
3643[ 1.12.0 ] : https://github.com/ray-di/Ray.Compiler/compare/1.11.0...1.12.0
3744[ 1.11.0 ] : https://github.com/ray-di/Ray.Compiler/releases/tag/1.11.0
You can’t perform that action at this time.
0 commit comments