HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/design.system/node_modules/@microsoft/tsdoc-config/CHANGELOG.md
# Change Log - @microsoft/tsdoc-config

This log was last generated on Sat, 23 Nov 2024 00:23:35 GMT and should not be manually modified.

## 0.17.1
Sat, 23 Nov 2024 00:23:35 GMT

### Patches

- Include CHANGELOG.md in published releases again

## 0.17.0
Tue, 28 May 2024 21:34:19 GMT

### Minor changes

- Minor package cleanup.

### Patches

- Upgrade dev toolchain (Heft, Webpack, TypeScript)

## 0.16.2
Wed, 14 Sep 2022 02:55:06 GMT

_Version update only_

## 0.16.1
Sat, 09 Apr 2022 02:28:41 GMT

### Patches

- Rename the "master" branch to "main."

## 0.16.0
Thu, 07 Apr 2022 22:51:07 GMT

### Minor changes

- Add `supportedHtmlElements` and `reportUnsupportedHtmlElements` configuration options

## 0.15.2
Tue, 20 Apr 2021 04:25:13 GMT

### Patches

- Improve reporting of tsdoc-config-unresolved-extends
- Fix some issues with the logic for TSDocConfigFile.hasErrors and TSDocConfigFile.fileNotFound

## 0.15.1
Mon, 19 Apr 2021 21:22:32 GMT

### Patches

- Improve reporting of error messages when loading tsdoc.json

## 0.15.0
Fri, 16 Apr 2021 23:22:26 GMT

### Minor changes

- Add a new API TSDocConfigFile.loadFromObject()

## 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