Releases: TypeStrong/typedoc
Releases · TypeStrong/typedoc
TypeScript 2.2
Exclusion Rules
Patch Release
CLI Option Precedence
Fixed
- Make CLI options take precedence over
tsconfig.json
options
Patch
Added
- Add
--listInvalidSymbolLinks
option
Fixed
- Fixed raw
typedocOptions
Package Files Fix
Fixed
- Publish the correct files with the package
TypeScript 2.1
Added
- Support TypeScript 2.1, thanks to @kamranayub
Changed
- Moved TypeScript compilation output directory
- Support for more compiler options
- Use TypeScript to process
tsconfig.json
file
Ignore Unsupport TS options
Changed
- Ignore unsupported TS 2.0 options
- Use TypeScript
@types
- Exclude constructor private properties using
--excludePrivate
- Update to TypeScript
2.0.6
v0.5.0
Changed
- Using TypeScript 2.0
- Setting exported flags for
export =
andexport x
Added
--excludePrivate
option