Skip to content

Latest commit

 

History

History
84 lines (51 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

84 lines (51 loc) · 1.66 KB

Change Log - @microsoft/tsdoc-config

This log was last generated on Fri, 22 Jan 2021 18:07:19 GMT and should not be manually modified.

0.14.0

Fri, 22 Jan 2021 18:07:19 GMT

Minor changes

  • Update tsdoc.json schema to add a new field "noStandardTags"
  • TSDocConfigFile.configureParser() now clears any previous state, and it only defines standard tags if "noStandardTags" is not true.
  • Added new API TSDocConfigFile.updateParser() which preserves the previous configuration state
  • Add new "supportForTags" field to tsdoc.json schema
  • Add new APIs: TSDocConfigFile.supportForTags, .clearTagDefinitions(), .addTagDefinition(), .clearSupportForTags(), .setSupportForTag(), .loadFromParser(), .saveFile(), .saveToObject()

0.13.9

Thu, 03 Dec 2020 08:07:55 GMT

Version update only

0.13.8

Thu, 03 Dec 2020 04:31:52 GMT

Version update only

0.13.7

Mon, 30 Nov 2020 06:16:21 GMT

Patches

  • Update documentation to reference the new website URL
  • Upgrade build tools and configuration

0.13.6

Fri, 04 Sep 2020 15:53:27 GMT

Patches

  • Update build system

0.13.5

Sun, 19 Jul 2020 01:22:35 GMT

Patches

  • Bump ajv dependency to ~6.12.3

0.13.4

Wed, 20 May 2020 22:33:27 GMT

Patches

  • Fix typo

0.13.3

Fri, 27 Mar 2020 23:14:53 GMT

Version update only

0.13.2

Sat, 22 Feb 2020 20:44:16 GMT

Version update only

0.13.1

Sat, 22 Feb 2020 02:55:07 GMT

Version update only

0.13.0

Tue, 21 Jan 2020 21:26:36 GMT

Minor changes

  • Improve tsdoc.json parser to allow JSON comments
  • Add a new API TSDocConfigFile.checkForModifiedFiles() to facilitate caching

0.12.16

Tue, 19 Nov 2019 22:01:56 GMT

Patches

  • Initial release