Releases: ray-di/Ray.Compiler
Releases · ray-di/Ray.Compiler
1.0.1
This release fix the bug in ScriptInjector
serialization.
0.3.0
This release has new feature DiCompiler::dumpGraph()
which visualize object graph in html at /path/to/tmpDir/graph/{interface}-{name}.html
.
DiCompiler::dumpGraph()
でオブジェクトグラフをHTMLに出力します。
0.2.0
This release supports Windows platform.
0.1.5
This release fix the bug in injector serialization.
0.1.2
This release resolve dependency resolution without module on-demand compile. It gives more stable on-demand concrete class compile.
0.1.1
This release fix the issue #1 the compiled class on demand is not weaved aspects.