Skip to content

Releases: christopherthielen/typedoc-plugin-ui-router

4.0.1

Choose a tag to compare

@christopherthielen christopherthielen released this 08 Aug 20:32

4.0.1 (2020-08-08)

Compare typedoc-plugin-ui-router versions 4.0.0 and 4.0.1

Features

  • allow the navigation builder to select symbols based on object comparison to a reflection, not purely based on the reflection's name (1463332)

4.0.0

Choose a tag to compare

@christopherthielen christopherthielen released this 19 Jul 23:42

4.0.0 (2020-07-19)

Compare typedoc-plugin-ui-router versions 3.0.2 and 4.0.0

Code Refactoring

  • read config from package.json in the 'docgen' key (da49f94)

BREAKING CHANGES

  • config is now read from package.json, not docgen.json

3.0.2

Choose a tag to compare

@christopherthielen christopherthielen released this 18 Jul 21:37

3.0.2 (2020-07-18)

Compare typedoc-plugin-ui-router versions 3.0.1 and 3.0.2

Bug Fixes

  • strip off /project/src/includes from included project source filenames (e8f5103)

3.0.1

Choose a tag to compare

@christopherthielen christopherthielen released this 05 Jun 20:52

3.0.1 (2020-06-05)

Compare typedoc-plugin-ui-router versions 3.0.0 and 3.0.1

Bug Fixes

  • process reflections with missing reflection.sources (1057722)

3.0.0

Choose a tag to compare

@christopherthielen christopherthielen released this 05 Jun 19:50

3.0.0 (2020-06-05)

Compare typedoc-plugin-ui-router versions 2.0.2 and 3.0.0

Features

  • Total reset of the plugin behavior -- now requires docgen.json and expects typedoc 0.17.x or above (d62621f)

2.0.2

Choose a tag to compare

@christopherthielen christopherthielen released this 25 May 21:25

2.0.2 (2020-05-25)

Compare typedoc-plugin-ui-router versions 2.0.1 and 2.0.2

Features

  • Remove all references from the program (#160) (55255fb)

2.0.1

Choose a tag to compare

@christopherthielen christopherthielen released this 19 Jan 01:23

2.0.1 (2020-01-19)

Compare typedoc-plugin-ui-router versions 2.0.0 and 2.0.1

  • fix for typedoc 0.16.x: get options in onBeginRender not in initialize()