1.0.0-beta.1 (2017-04-03)
Breaking changes
- @compodoc/compodoc : move compodoc to @compodoc/compodoc
Features
- app: add component DOM tree graph in tab (318d0c6), closes #108
- app: add outlet routes detail, cleaning (a859976)
- app: additional documentation support (8792b3a)
- app: component DOM tree clickable and link to known components (ea5df1e)
- app: details on unique names for routes (6d0df01)
- app: display lazy-loaded modules infos / WIP (5bc21dc)
- app: link component DOM tree with directives founded (3a8010a)
- app: misc type first support (1db6781)
- app: move to prism.js for syntax highlighting + "Defined in" link (c252d6e)
- app: new routes page (169730a), closes #39 #17
- app: routes guards (aa27e65)
- app: routes page with modules support (1a6a390)
- app: templateUrl file read (53ceeb8)
- app: toggleMenuItems option (52891da)
- app: watch flag (dbe7cb6), closes #20
- app: watch flag | add/remove support (a276dac), closes #20
- menu: display routes after all general items (09a1caf)
- routing: display lazy loading routes (075670e)
- routing: display routes length in overview (a713aec)
Bug Fixes
- app: @link parsing (55564d6)
- app: add support for inheritanceand extends (97cff59), closes #116
- app: components don't have the correct data depth (b6f20e5), closes #111
- app: doesn't display routes pages if no routes (d31d634)
- app: functionSignature args 0 (d93a39d)
- app: group misc by file, support of enums (8031223), closes #101
- app: menu modules page link (f92f871)
- app: Multiple classes in the same file get the same description (516ce47), closes #118
- app: node 4 spread support (aa53770)
- app: promise sequential & node 4 (354c0df)
- app: Promise TS support (8eeccb9)
- app: Recognize ngOnInit() as a method | Angular Lifecycle hooks (2f0d5c0), closes #114
- app: support of functions (fe4ecf8), closes #110
- app: syntax highlightning / themes (0822550), closes #123
- app: watch changed file strategy details (3544cd9)
- dependencies: visitType error (be6258d), closes #103
- doc-coverage: ignore private, handle constructor (d4b7274), closes #122
- misc: display file path (8cd7a2e), closes #101
- routes: handle no lazy module (aa85c63)
<a name="0.0.41"></a>