Compodoc Versions Save

:notebook_with_decorative_cover: The missing documentation tool for your Angular, Nest & Stencil application

1.1.23

4 months ago

Merged

  • Update translations in ru-RU locale, sort strings #1396, Thanks Eugeno
  • Update translations in ru-RU locale, refactor i18n sorting and translation strings 9861d8c
  • feat: georgian language support #1392, Thanks KostaD02

Bug fixes

  • fix(dark-mode): avoid flickering when navigating between pages (0ff45cd), closes #1397

1.1.22

5 months ago

Merged

Bug fixes

  • fix(app): @ example render twice for methods (f5d6f97), closes #1385
  • fix(app): interfaces multiple extends support (229f407), closes #1364
  • fix(app): relax @angular-devkit/schematics version for Angular v14.x support (51fe4b9), closes #1362
  • fix(app): disableLifeCycleHooks for pipes and services (753b74d), closes #1369
  • fix(app): json export and disableSourceCode - template and style sources should not be added (6a85f1b), closes #1370
  • fix(app): remove inside dependency no longer used, bump dev/Dependencies (91865b7), closes #1355

1.1.21

5 months ago

Bug fixes

  • feat(app): downgrade Marked version (e0a4b78), closes #1349

1.1.20

10 months ago

Features

  • feat(app): Directive composition API for directives and components (127076a), closes #1340
  • feat(app): Required Inputs (e1a5396), closes #1340
  • feat(app): Standalone components, directives and pipes support (cb02ca0), closes #1323
  • fix(app): support exportAs for directives (76a8f34), closes #1328

Bug fixes

  • feat(app): bump @compodoc/ngd-transformer (ef9bd94), closes #1311
  • fix(app): service/injectable export in module providers (34967a9), closes #1290
  • fix(app): missing rel attribute with _blank links (c8379e0), closes #1282
  • feat(app): Add specific id in each html section (03ac1ad), closes #1241
  • fix(app): Invalid links to a class when the class name includes an interface name (047cedb), closes #1239
  • fix(routing): path wrongly resolved during routing analysis (1722ca3), closes #1170

Merged

1.1.19

2 years ago

Merged

Bug fixes

  • fix(menu): custom-logo links are broken for doc deployments with a path (bd28dd0), closes #1203
  • feat(app): display project properties from package.json file (b091e19), closes #1198
  • fix(app): Nestjs controllers class inheritance (06dad8c), closes #1140
  • fix(app): Directive class inheritance (765f496), closes #1140
  • feat(app): JSDoc tag @internal correct support (18da1fe), closes #1101
  • fix(app): @example correct support (9a1a7e1), closes #1099
  • fix(app): double layer spread support for modules (e25a4ee), closes #979

1.1.18

2 years ago

Fix for colors dependency.

1.1.17

2 years ago

Features

Merged

  • fix(app): Fix enum member types parsing #1159
  • fix(app): Fix reading class decorators #1158

Bug fixes

  • fix(UI): Dark mode toggle doesn't persist when switching pages (1013cda), closes #1167
  • fix(app): custom-logo links are broken for child content (db47436), closes #1147
  • fix(app): support for backtick in Routing lazy-loading syntax (cff2ca5), closes #1164
  • fix(app): wrong additional folder provided, exit with code 0 (15fd3de), closes #1146
  • fix(app): link in description to class (2b6af73), closes #1157

1.1.16

2 years ago

Features

  • feat(app): dark mode toggle button (97d2763), closes #1127

Merged

  • fix: Routing aliases #1148, Thanks @Bengejd
  • feat(i18n): Traditional Chinese language #1151, Thanks @doggy8088
  • fix(link-parser): avoid crashing with invalid links #1136, Thanks @sandrafreihofer
  • feat: add decorators to class inputs #1135, Thanks @sandrafreihofer
  • fix(app): change layout in modules template #1132, Thanks @ddubrava

Bug fixes

  • fix(app): multi decorators support (3814299), closes #1128
  • fix(app): URL parsing when using @link for @inputs (95e4945), closes #1125

1.1.15

2 years ago

Merged

  • fix(app): fixes a bug in CORS that only allows specific content types, Fi… #1120
  • fix(i18n): fix misspeling in pt-BR translation #1107
  • fix(app): show custom logo even when in dark mode #1103

Bug fixes

  • fix(app): @link in @see JSDoc tag (ba13a85), closes #1104
  • fix(app): component template import parsing (b31604c), closes #1121
  • fix(app): Fixes a bug in CORS that only allows specific content types, Fixes #1109 (71ab9d3), closes #1109
  • fix(app): last sentences, exporting html with locale option (85d183e), closes #365
  • fix(app): use normalized paths in unit test coverage (43bbc3b), closes #664
  • fix(app): JSDoc @param tag with @link (55eb258), closes #294
  • fix(app): ES6 destructuring assignment support (254e8cd), closes #502
  • fix(app): webcomponent menu transpilation with Babel and missing filename config for @babel/preset-env (10f73a5), closes #1100
  • fix(app): lazy routing with async - await (150d97a), closes #1042

1.1.14

2 years ago

Use now TypeScript 4.3.5

Bug fixes

  • fix(app): support for Type Reference and template literal (c1282d2), closes #1053
  • fix(app): @input/@ouput not duplicated with properties (f42fc69), closes #1095
  • fix(routing): Angular Import does not support return type (f324108), closes #1097
  • fix(routing): async lazy -load should not fail (0cc736b), closes #1096
  • fix(app): TypeScript private APIs mapping + ECMAScript Private Fields and methods (8b71b59), closes #1094
  • fix(app): drop usage of ts-simple-ast for ts-morph 7bb9a40
  • fix(theme): dark mode support 0c7a052