Update typedoc to the latest version π
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 0.11.0 of typedoc was just published.
| Dependency | typedoc |
|---|---|
| Current Version | 0.10.0 |
| Type | devDependency |
The version 0.11.0 is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of typedoc.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donβt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
Major Bug FixesFix
Correct null varible errors when using --excludeNotExported
Don'
Commits
The new version differs by 6 commits.
b6c400e0.11.03e609d9fix(options): Increase argument options reader discover event priority (#610)e60ef6efix null reference parsing nonexported abstract class (#716)b5984beupdate copyright year (#715)64cf362Don't write BOM for search index file (#705)fa6d9fefix: check for null variable when excludeNotExported is true (#694)
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot :palm_tree:
Version 0.11.1 just got published.
Update to this version instead π
Release Notes
Dependency UpdatesUpdates TypeScript to v2.7.2
Commits
The new version differs by 5 commits.
24968d10.11.114a216bupdate dependencies58ef409fix(package): update @types/lodash to version 4.14.100 (#692)b61120afix(package): update @types/shelljs to version 0.7.8 (#693)cf2b16cfix(package): update @types/fs-extra to version 5.0.1 (#706)
See the full diff
Version 0.12.0 just got published.
Update to this version instead π
Commits
The new version differs by 15 commits.
45b02670.12.01780bebAllow installingtypedocfrom git repo (#834)c392b1aFix interface merging flagged as static (#807)eace04aFix link to markedjs repo (#767)d4b2f56Update dependencies - typescript to 3.0 (#832)f75f378update base node version to 63716ba7rebuild specsd0b65a0Merge branch 'gruntfileUpdate' of https://github.com/ice1080/typedoc0014556[logger] Flatten messageText when no file is provided in the diagnostic output. (#802)1bf3f17fix(plugins): traverse symlinked node_modules when scanning for plugins (#756)b91b390Fixing gruntfile so that it doesn't create specs when running tests4353bc8Add @ignore as an alias for @hidden (#750)c473eeeMock the plugins. (#726)83e64aaSupport for scoped npm plugins (#736)1d9e8f2Add tsconfig argument and description to README (#734)
See the full diff
- The
devDependencytypedoc was updated from0.10.0to0.13.0.
Update to this version instead π
Commits
The new version differs by 11 commits ahead by 11, behind by 1.
72476050.13.0b371fd40.13.0-01108878fix: No error is thrown when adding plug-ins repeatedly(#847)f0166cfUpgrade typescript to v3.1.x (#863)f7d5683fix(HelperStack): deactivate theme resources correctly (#865)589f15aUse a dummy readme when testing the renderer (#857)c109e8bAdd localization plugin to Readme.md plugin section (#850)820077a#837 Add contributing.md (#841)341084fAllow exclusion of directories starting with a dot (#711)8384a95Stricter lint config (#840)6d8367b0.12.0
See the full diff
- The
devDependencytypedoc was updated from0.10.0to0.14.0.
Update to this version instead π
Commits
The new version differs by 40 commits.
90f70460.14.0e2138dcFix clodule with subclass (#876)a4669a7Add test forlet x: Promise<object>(#881)b2f4134Use typescript 3.2.x (#922)1c4c515Avoid documenting excluded files. (#896)e650aa7Adds/improves tsdoc comments on a lot of core classes (#915)f6ef9caFix indentation rules in .editorconfig (#916)7424d97Update README.md (#909)955c388make store repository path case insensitive (#906)6d5b21bRemove reflection update (#897)c1dda6bdocs(README): fix contribution guide linkd64de97Remove reflection perf (#890)dbdbfcaMerge pull request #742 from Tokimon/fix/pathse5ed318Resolve build errors34b7a4cMerge branch 'master' into pr/742
There are 40 commits in total.
See the full diff
- The
devDependencytypedoc was updated from0.10.0to0.14.1.
- The
devDependencytypedoc was updated from0.10.0to0.14.2.
- The
devDependencytypedoc was updated from0.10.0to0.15.0.
Update to this version instead π
Release Notes for Theme Update and More
Features β¨
- Updates included in typedoc-default-themes v0.6.0
- Mixin support (#990)
- Category improvements (#938)
- Default CLI output directory to ./docs (#970)
- Expand JS files if allowJS is enabled (#948)
- Add support for excluding directories and refactor
expandInputFiles. (#730) - Move non-exported types to devdependencies (#1035)
- Support negations in directory excludes (92f0f25)
- Performance: Allow TraverseCallback to bail out early (#1034)
Fixes π
- Reset the state of the comment plugin on conversion start. (#1006)
- Fix handlebars types conflict (#967)
- Fix reference to deprecated handlebars type (#1022)
- Fix bug with the negated/commented exclude patterns (#1025)
- Fix references marked as external if path has dots (#1052)
- Category fixes (#1008)
Documentation help π
- Use https in links (#982)
- Add documentation contributing instructions (#973)
- Change some typos and sentence structure in CONTRIBUTING.md (#968)
- Add excludeNotExported to README (#997)
Changed π¦
- Update dependencies (#992) (#1041)
- Update typedoc-default-themes to latest (#993)
- Update typescript to 3.4.x (#1014)
- Update typescript to 3.5.x (#1047)
- Update marked to 0.6.0 to support id generation for headers (#966)
- Update marked to 0.7.0 (e9b28ee)
- npm audit fix (#1019)
- Updated lodash to 4.17.15 to avoid prototype pollution (b328537)
- Reduce reliance on internal TS apis (#949)
- Replace array
indexOfchecks withincludes(#954) - Remove Grunt (#933)
- Run CI on current Node.js versions (#1053)
- Modify example script permissions (#1011)
Thanks π
Thanks to those who identified issues and for the following code contributors:
Commits
The new version differs by 45 commits.
73a13dd0.15.0144e667pin typescript to patch versione0cdf64update dependencies (#1041)92f0f25Support negations in directory excludesb328537Updated lodash to 4.17.15 (to avoid prototype pollution)e9b28eeUpdate marked to 0.7.007afa11fix: references marked as external if path has dots (#1052)dfb7207Revert "Merge branch 'master' into master"29df793Merge branch 'master' into masterdc3c6f9fix(package): update to typescript 3.5.x (#1047)a2d3704Merge pull request #1 from TypeStrong/masterae67b72run CI on current Node.js versions (#1053)9d54cc6v0.15.0968da56Fix testseb3cc11Ran install
There are 45 commits in total.
See the full diff