blob: 9836618349dc7806d0dfb9f3c05323b24ce298e6 [file] [log] [blame]
Arjun Panday1bf710c2013-02-13 13:31:45 +00001Changes from 0.1.2 to 0.1.3
2---------------------------
3
4** Bug
5 * [FELIX-3898] name parsing issue on BundleDependency
Arjun Panday5f0f4d22013-07-05 10:27:02 +00006 * [FELIX-4162] incorrect loop detection
Arjun Panday1bf710c2013-02-13 13:31:45 +00007
8** Improvement
9 * [FELIX-3899] switch to Scala 2.10
Arjun Panday5f0f4d22013-07-05 10:27:02 +000010 * [FELIX-3769] webconsole categories
11 * [FELIX-4163] command line interface
12 * circular dependencies shown on a separate graph with or wihtout optionals
Arjun Pandaye1030ee2013-07-05 14:46:36 +000013 * 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 Panday1cce96c2013-07-11 11:37:14 +000016 * graph filter supports basic logical expressions
Arjun Panday1bf710c2013-02-13 13:31:45 +000017
18Changes from 0.1.1 to 0.1.2
Arjun Panday6164cec2012-11-07 20:08:17 +000019---------------------------
20
21** Bug
Arjun Pandayc129a882012-11-19 15:03:47 +000022 * [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 Panday6164cec2012-11-07 20:08:17 +000024
Arjun Panday6164cec2012-11-07 20:08:17 +000025** Improvement
Arjun Pandayc129a882012-11-19 15:03:47 +000026 * complete rewrite
27 * [FELIX-3768] servicediagnostics plugin should detect circular dependencies
28 * doesn't embedd scala, json or jquery anymore
Arjun Pandaybbc976e2012-11-08 16:25:44 +000029
30** Backward compatibility
Arjun Pandayc129a882012-11-19 15:03:47 +000031 * broken: plugin API changed
Arjun Pandaybbc976e2012-11-08 16:25:44 +000032
33Release 0.1.1
Arjun Panday6164cec2012-11-07 20:08:17 +000034-------------
35
36Initial version.