Skip to content

Releases: mipatterson/typedoc-plugin-pages

v1.1.0

28 Nov 23:13
b5864f9
Compare
Choose a tag to compare

1.1.0 (2020-11-28)

Features

  • page-link-parser: add support for defining custom page link text (30b7625), closes #24

v1.0.1

07 May 03:44
03c1112
Compare
Choose a tag to compare

1.0.1 (2020-05-07)

Bug Fixes

  • indexdatamanager: fix bug where pages in sections were not added to search index (12650be)
  • search and theme: add support for TypeDoc v0.17.4 and above (010735f), closes #8
  • theme: fix broken search index when hosting docs locally (67996cc)

v1.0.0

07 Apr 01:50
a41f8ff
Compare
Choose a tag to compare

1.0.0 (2020-04-07)

Bug Fixes

  • page-renderer.ts: remove unnecessary console log (38146be)

Features

  • add initial plugin implementation, test setup, and documentation (e51509b)