Arjun Panday | 1bf710c | 2013-02-13 13:31:45 +0000 | [diff] [blame] | 1 | Changes from 0.1.2 to 0.1.3 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-3898] name parsing issue on BundleDependency |
Arjun Panday | 5f0f4d2 | 2013-07-05 10:27:02 +0000 | [diff] [blame] | 6 | * [FELIX-4162] incorrect loop detection |
Arjun Panday | 1bf710c | 2013-02-13 13:31:45 +0000 | [diff] [blame] | 7 | |
| 8 | ** Improvement |
| 9 | * [FELIX-3899] switch to Scala 2.10 |
Arjun Panday | 5f0f4d2 | 2013-07-05 10:27:02 +0000 | [diff] [blame] | 10 | * [FELIX-3769] webconsole categories |
| 11 | * [FELIX-4163] command line interface |
| 12 | * circular dependencies shown on a separate graph with or wihtout optionals |
Arjun Panday | e1030ee | 2013-07-05 14:46:36 +0000 | [diff] [blame] | 13 | * new visualisations of the service registry: service providers, using |
| 14 | bundles, and bundles wiring via services |
| 15 | * show components as implementations and services as interfaces |
Arjun Panday | 1cce96c | 2013-07-11 11:37:14 +0000 | [diff] [blame] | 16 | * graph filter supports basic logical expressions |
Arjun Panday | 1bf710c | 2013-02-13 13:31:45 +0000 | [diff] [blame] | 17 | |
| 18 | Changes from 0.1.1 to 0.1.2 |
Arjun Panday | 6164cec | 2012-11-07 20:08:17 +0000 | [diff] [blame] | 19 | --------------------------- |
| 20 | |
| 21 | ** Bug |
Arjun Panday | c129a88 | 2012-11-19 15:03:47 +0000 | [diff] [blame] | 22 | * [FELIX-3764] servicediagnostics plugin does not append the correct context path info to it's javascript files |
| 23 | * [FELIX-3767] servicediagnostics plugin should properly handle service properties |
Arjun Panday | 6164cec | 2012-11-07 20:08:17 +0000 | [diff] [blame] | 24 | |
Arjun Panday | 6164cec | 2012-11-07 20:08:17 +0000 | [diff] [blame] | 25 | ** Improvement |
Arjun Panday | c129a88 | 2012-11-19 15:03:47 +0000 | [diff] [blame] | 26 | * complete rewrite |
| 27 | * [FELIX-3768] servicediagnostics plugin should detect circular dependencies |
| 28 | * doesn't embedd scala, json or jquery anymore |
Arjun Panday | bbc976e | 2012-11-08 16:25:44 +0000 | [diff] [blame] | 29 | |
| 30 | ** Backward compatibility |
Arjun Panday | c129a88 | 2012-11-19 15:03:47 +0000 | [diff] [blame] | 31 | * broken: plugin API changed |
Arjun Panday | bbc976e | 2012-11-08 16:25:44 +0000 | [diff] [blame] | 32 | |
| 33 | Release 0.1.1 |
Arjun Panday | 6164cec | 2012-11-07 20:08:17 +0000 | [diff] [blame] | 34 | ------------- |
| 35 | |
| 36 | Initial version. |