Skip to content

Commit

Permalink
Merge branch 'release/1.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
vogloblinsky committed Mar 9, 2018
2 parents a3cb6c2 + 583949a commit d15d69c
Show file tree
Hide file tree
Showing 109 changed files with 4,542 additions and 1,224 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ addons:
jwt:
secure: "Pij3Z+chkGBAHK5S2fTEEmsKlt+5wDkKB2bbKUQ3QWW+WSFg+tTh3KlK6I5qhFC8TC1zqZpaZMZZTEIcIz/hNXdIKQjFUv+91WRqQZRfNJvbnaPV5ZDcK/SN8hSR+Q//dTWlCWTMGGGWGVJwX8AzE0JEphrwSbXq7T1/zdrNFffQ1qqPioqMVRJ/2PAqzNAHMuOo6YfWBze4F2bvHR87bcM9DBhAJSvFjVf1qv0+3aJxo9UPjpBPVo4YgNzwFQzhHyGAvYBOfSBu8g5MMG9Sc4oGjVformPEmglCLCJCxT92wZvU0sopoAedfcTgWgTrdDTNDS/Rx91Xv0vuMg0F1CA/5BRqvcTBGKUB4QLIIWvqLV3NGlJbe0DE0E+Netje8ci+0DSE6EqTeN/v/Up02VKNrjL7Eyz8g2sv6vM8c0roY54+o5xxtyuJQTs5KndXsAHylCGj+SkU+hRYbCxfs++hPMqXUbjDUA6/ezhGvSHIdeTWOMs4BEz6BMgIlZLP+3Z4o2FT3+cWGbEOc0nrawATlbNcexpHNBBW5ihvcpdmFqYdUYtzLPVGPvaIlMhFY+guBqIgKjXxAI0AjV6UruKKeQnfHhONuRw5pQFEb4lDJpVE99gnPLaKs7mpIgEVPbAegZF9T2TsZ7xxYwFjaM17NrS2KkQlk6IgkhxgemE="
install:
- npm install
- npm install npm@latest -g
- npm ci
script:
- npm run build
- npm run test
Expand Down
98 changes: 58 additions & 40 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<a href="https://www.npmjs.com/package/@compodoc/compodoc"><img src="https://badge.fury.io/js/%40compodoc%2Fcompodoc.svg" alt="npm badge"></a>
<a href="https://david-dm.org/compodoc/compodoc"><img src="https://david-dm.org/compodoc/compodoc.svg" alt="npm dependencies"></a>
<a href="https://david-dm.org/compodoc/compodoc?type=dev"><img src="https://david-dm.org/compodoc/compodoc/dev-status.svg" alt="npm devDependencies"></a>
<a href="https://npmcharts.com/compare/@compodoc/compodoc?minimal=true"><img src="https://img.shields.io/npm/dm/@compodoc/compodoc.svg?style=flat" alt="NPM Downloads"></a>
<a href="http://opensource.org/licenses/MIT"><img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT badge"></a>
<a href="#backers" alt="sponsors on Open Collective"><img src="https://opencollective.com/compodoc/backers/badge.svg" /></a> <a href="#sponsors" alt="Sponsors on Open Collective"><img src="https://opencollective.com/compodoc/sponsors/badge.svg" />
</p>
Expand Down Expand Up @@ -43,7 +44,7 @@ The demo features documentation generated for a simple [TodoMVC application].

- **Automatic table of contents** — API table of contents is generated using elements found during files parsing.

- **JSDoc light support** — Support for `@param`, `@returns`, `@link` and `@example` tags.
- **JSDoc light support** — Support for `@param`, `@returns`, `@link`, `@ignore` and `@example` tags.

- **Documentation coverage** — Get the documentation coverage report of your project.

Expand Down
95 changes: 53 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@compodoc/compodoc",
"version": "1.0.8",
"version": "1.0.9",
"description": "The missing documentation tool for your Angular application",
"main": "dist/index.js",
"bin": {
Expand Down Expand Up @@ -64,11 +64,11 @@
"homepage": "https://github.com/compodoc/compodoc#readme",
"dependencies": {
"@compodoc/ngd-transformer": "^2.0.0",
"chalk": "^2.3.1",
"chalk": "^2.3.2",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.0.2",
"colors": "^1.1.2",
"commander": "2.14.1",
"commander": "2.15.0",
"fancy-log": "^1.3.2",
"findit2": "^2.2.3",
"fs-extra": "^5.0.0",
Expand All @@ -93,26 +93,26 @@
"@types/lodash": "^4.14.104",
"@types/marked": "0.3.0",
"@types/mocha": "2.2.48",
"@types/node": "9.4.6",
"@types/node": "9.4.7",
"@types/semver": "^5.5.0",
"chai": "^4.1.2",
"codecov": "^3.0.0",
"conventional-changelog-cli": "^1.3.15",
"conventional-changelog-cli": "^1.3.16",
"cross-env": "5.1.3",
"mocha": "^3.5.3",
"mocha-parallel-tests": "^1.2.10",
"nodemon": "^1.17.1",
"npm-watch": "0.3.0",
"nyc": "11.4.1",
"prettier": "1.11.0",
"prettier": "1.11.1",
"request": "^2.83.0",
"rimraf": "^2.6.2",
"rollup": "0.56.3",
"rollup": "0.56.5",
"rollup-plugin-typescript": "^0.8.1",
"rollup-watch": "^4.3.1",
"selenium-webdriver": "^4.0.0-alpha.1",
"semver": "^5.5.0",
"ts-node": "5.0.0",
"ts-node": "5.0.1",
"tslint": "^5.9.1"
},
"nyc": {
Expand Down
Loading

0 comments on commit d15d69c

Please sign in to comment.