Skip to content

Releases: ray-di/Ray.Compiler

1.0.1

23 May 02:37
Compare
Choose a tag to compare

This release fix the bug in ScriptInjector serialization.

1.0.0

23 May 02:36
Compare
Choose a tag to compare

first stable release

0.3.0

14 May 03:15
Compare
Choose a tag to compare

This release has new feature DiCompiler::dumpGraph() which visualize object graph in html at /path/to/tmpDir/graph/{interface}-{name}.html .

DiCompiler::dumpGraph()でオブジェクトグラフをHTMLに出力します。

2015-05-14 12 16 48

0.2.0

14 May 03:13
Compare
Choose a tag to compare

This release supports Windows platform.

0.1.5

12 May 07:31
Compare
Choose a tag to compare

This release fix the bug in injector serialization.

0.1.2

01 May 00:36
Compare
Choose a tag to compare

This release resolve dependency resolution without module on-demand compile. It gives more stable on-demand concrete class compile.

0.1.1

30 Apr 15:32
Compare
Choose a tag to compare

This release fix the issue #1 the compiled class on demand is not weaved aspects.

0.1.0

30 Apr 15:30
Compare
Choose a tag to compare

first release.