Skip to content

Releases: compodoc/compodoc

1.2.1

16 Jan 17:22

Choose a tag to compare

Merged

1.2.0

12 Jan 10:00

Choose a tag to compare

  • fix(#1542): Fix link to type alias of method parameter undefined in signature. #1685
  • feat: support only document public api #1686
  • [Snyk] Security upgrade glob from 11.0.3 to 11.1.0 #1680
  • [Snyk] Security upgrade body-parser from 2.2.0 to 2.2.1 #1684

1.1.32

31 Oct 12:45

Choose a tag to compare

What's Changed

Full Changelog: 1.1.31...1.1.32

1.1.31

03 Oct 13:17

Choose a tag to compare

Merged

  • fix: Fix issue with regular Markdown files not being added to the menu #1664
  • fix: add missing disableFilePath property to schema.json #1656
  • chore(deps): update dev dependencies #1655
  • fix(deps): update dependencies #1653
  • fix(deps): update dependencies (major) #1650
  • fix(deps): update dependency bootstrap.native to ^5.1.6 #1647
  • chore(deps): update dependency rollup to v4.50.1 #1651

Bug fixes

Commits

  • feat(app): bump dev|dependencies 8f661ce

1.1.30

05 Sep 15:43

Choose a tag to compare

Commits

  • feat(app): unpin i18next + upgrade @babel/core a02cc90

1.1.29

05 Sep 11:53

Choose a tag to compare

Bug fixes

1.1.28

05 Sep 08:27

Choose a tag to compare

Bug fixes

  • fix(app): i18next default namespace and init (b7a5865), closes #1642

1.1.27

04 Sep 20:04

Choose a tag to compare

1.1.27

Huge thanks to tcorral for the great work in this release ! 👏

Merged

  • Migration/express to polka #1623
  • fix: enhance JSON5 parsing error handling in RouterParserUtil #1611
  • refactor: update CLI options to use COMPODOC_DEFAULTS for default values #1607
  • fix: using disableOverview the outcome was broken. #1609
  • feat: add Template Playground #1587
  • feat: Add a new disableFilePath flag #1585
  • fix: JSDoc @example parsing issue #1584
  • feat: Add disableOverview flag #1586
  • fix(app): fix logger padding issue #1582
  • fix(app): fix unit tests broken by signal inputs #1577
  • fix: unit test for input output signal #1578
  • fix: input and output signals are listed in properties #1549
  • fix(app): typo in directive outputs #1548
  • feat(app): better handle multiple types, default values, and options for input/output/model signals #1526
  • fix(symbolHelper): properly parse provider config object #1524

Bug fixes

  • fix(app): relaxed regex for input signals detection (d8cb344), closes #1494
  • fix(coverage): Incorrect URL creation for Entity files (58e6208), closes #1531

Commits

  • Add Template Playground 7b38c4a
  • feat(deps): update dependencies and enhance template playground server 2264305
  • refactor: clean up utility functions and remove unused test files 2ea32c9

1.1.26

14 Oct 09:09

Choose a tag to compare

Bug fixes

  • fix(app): typealiases coverage (86655ee), closes #1517
  • fix(app): remove Zepto.js dependency (95195ec), closes #1416
  • feat(app): migrate chalk to picocolors (4ae4745), closes #1501
  • feat(app): migrate traverse to neotraverse (0c7833f), closes #1500
  • fix(app): copy-libs just before publish (5c2ef83), closes #1422
  • fix(app): revert bump dev/dependencies - pin cheerio & @babel 0325f96

Commits

  • feat(app): support for Indexed Access Types (31d4f23), closes #1507

1.1.25

29 May 15:31

Choose a tag to compare

Merged

  • style(templates): Fix typo in dark mode comments #1476, Thanks Keiishu

Bug fixes