Releases: TypeStrong/typedoc
Releases · TypeStrong/typedoc
Patch Release
Fixed
- Ignore
declarationDir
option - Fix crash in source plugin
- Fix separator in
getDefaultLibFileName
Added
- Add a
this
type converter
Changed
- Update to TypeScript 2.2
Map Handling
Fixed
- Correct the map handling of TypeScript 2.2 (#455)
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