Skip to content

Latest commit

 

History

History
315 lines (191 loc) · 11.8 KB

CHANGELOG.md

File metadata and controls

315 lines (191 loc) · 11.8 KB

0.0.32 (2017-01-12)

Bug Fix

  • app: src argument handling (14550f3), closes #63

0.0.31 (2017-01-11)

Bug Fixes

  • app: private properties in constructors (2222446), closes #61
  • app: functionSignature with Angular APIs (58316dd)

Features

  • app: link to Angular types (0b33f74), closes #57

0.0.30 (2017-01-10)

Bug Fixes

  • app: exclude internal members from generated documentation (fc795c8)
  • app: passing src and ngd error (c0cfb2f)

Features

  • app: add an option to disable the graph (927ed12)
  • app: Link to others types (10f72f7), closes #58
  • app: support TS shorthand for properties defined in constructor (2965762), closes #56

0.0.29 (2017-01-07)

Bug Fixes

  • app: handlebars breaking comments and highlightjs (1347b74), closes #49
  • app: Syntax highlighting issue with tabs (54edaa0), closes #50

Features

  • cli: Source folder option handling (c3e86c6), closes #48

0.0.28 (2017-01-03)

Bug Fixes

0.0.27 (2017-01-03)

Bug Fixes

  • app: graph generation with path with spaces (e833251), closes #43, #44

0.0.26 (2016-12-31)

Bug Fixes

0.0.25 (2016-12-31)

Features

  • app: source code tab (8824e75)
  • app: toggle buttons for menu (4037259)

0.0.24 (2016-12-28)

Bug Fixes

  • dependencies: handle @injectable and @component at the same time for metadata (f4d5ce8), closes #41

Features

  • app: library mode support, for gulp-compodoc (5a65d87)

0.0.23 (2016-12-15)

Bug Fixes

  • dependencies: multiple class declarations in one file (fbc0d7b), closes #37

Features

  • doc: details for supported comments (86851ca), closes #36

0.0.22 (2016-12-12)

Bug Fixes

  • routes: support for multiple components for same route (5782415), closes #33

Features

  • routes: extend routes page : empty path, pathMatch (4474973)

0.0.21 (2016-12-12)

Bug Fixes

  • app: es6 object.assign support (6c25f59)

0.0.20 (2016-12-12)

Features

  • search: search bar (3e3c8d0)
  • app: add interfaces management (896f233)

0.0.19 (2016-12-08)

Bug Fixes

  • menu: scroll to active link (1c1ef1f), closes #27
  • menu: simple routes or modules entry active class (ec81568)
  • dependencies: don't stop on routes parsing errors (cef716b), closes #26
  • app: default serving port flag (ea5ec23), closes #29

0.0.18 (2016-12-05)

Features

0.0.17 (2016-12-01)

Bug Fixes

  • chore: update supported version to Node.js 7+ (8a8e0f6), closes #18

0.0.16 (2016-11-29)

Bug Fixes

  • app: support old Node.js versions using babel (8b9139c), closes #25

Features

  • app: delete top navbar, prepare for next design release (9c1d7c2)

0.0.15 (2016-11-16)

Bug Fixes

  • overview: blocks alignment (6738c22)
  • parsing: class methods issue (05316cb)
  • parsing: don't create ts program for each child on a file, 300% boost ! (9f754cd)

0.0.14 (2016-11-15)

Bug Fixes

  • dependencies: display uncommented functions or variables (a9b47c2), closes #21

Features

  • app: syntax highlighting for markdowns files (c4800a7), closes #19

0.0.13 (2016-11-15)

Features

  • app: support of one README.md file for each component (f1c626d), closes #10

0.0.12 (2016-11-13)

Features

  • app: provide external styling theme file (3e4f98c), closes #9

0.0.11 (2016-11-13)

Bug Fixes

  • dependencies: windows file path issue (2567f87), closes #14

0.0.10 (2016-11-12)

Bug Fixes

  • app: logo is overlaying menu (71aad4b), closes #13

0.0.9 (2016-11-12)

Bug Fixes

  • app: exclude by default node_modules folder (69b1e4d), closes #11
  • app: handle ; after function in class (eb7c7e1), closes #12

Features

  • app: add nyc and codecovfeat (775875b)
  • routes: display redirectTo (e7448e7)
  • app: display error for routes parsing (69a52d7)

0.0.8 (2016-11-11)

Bug Fixes

  • app: isGlobal npm context test (3ddc9ce)

0.0.7 (2016-11-11)

Bug Fixes

  • app: local call of ngd, even compodoc installed globally or locally (8393fc0), closes #5
  • app: local/global call of ngd (b9163a7)
  • app: handle -s -d and -p correctly (dc0b388), closes #6

Features

  • app: rename file flag to tsconfig flag, details for base flag (3b21bc0)
  • app: specify Node.js version (c394caf)

Breaking changes

  • -f flag is now -p flag. More similar to tsc flags.

0.0.6 (2016-11-10)

Bug Fixes

  • app: handlebars not in the dependencies list (38aa0d6d)

0.0.5 (2016-11-09)

Bug Fixes

0.0.4 (2016-11-08)

Bug Fixes

Features

0.0.3 (2016-11-08)

Bug Fixes

  • app: title argument (4b37cf2)
  • app: css for menu, scroll bounce, mobile main height (839a49a)

Features

  • app: simple classes support (35f2cc5)

0.0.2 (2016-11-07)

Bug Fixes

  • modules: link to each module page (5673341)
  • module: exclude Angular2 modules, WIP... (0bc5dff3)
  • deps: cleaning (c817d4d)

Features

  • app: details on local server while serving (0bc5dff)
  • app: display elapsed time for generation (14c5bfd)
  • html-engine: put main page in cache (d2a9937)
  • app: silent mode (005e64b)
  • app: update screenshots (c33b729)
  • app: vectorised logo (5de613b)
  • app: mobile menu (b7ab594)

0.0.1 (2016-11-07)

Initial release

Features

Support of :

  • components
  • modules
  • directives
  • pipes
  • injectables