@secretlint/formatter
Advanced tools
Comparing version 0.7.0 to 0.8.0
# Change Log | ||
## 0.8.0 | ||
### Minor Changes | ||
- 4d0413a: `secretlint` CLI support `--secretlintrcJSON` flag | ||
All notable changes to this project will be documented in this file. | ||
@@ -10,17 +16,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [0.6.0](https://github.com/secretlint/secretlint/compare/v0.5.0...v0.6.0) (2020-02-29) | ||
### Features | ||
* support terminalLink ([#65](https://github.com/secretlint/secretlint/issues/65)) ([a28ef9e](https://github.com/secretlint/secretlint/commit/a28ef9eb9b3803984ec37bbbd9cdf35e7d4b67a6)) | ||
- support terminalLink ([#65](https://github.com/secretlint/secretlint/issues/65)) ([a28ef9e](https://github.com/secretlint/secretlint/commit/a28ef9eb9b3803984ec37bbbd9cdf35e7d4b67a6)) | ||
# [0.5.0](https://github.com/secretlint/secretlint/compare/v0.4.2...v0.5.0) (2020-02-28) | ||
@@ -30,6 +27,2 @@ | ||
## [0.4.1](https://github.com/secretlint/secretlint/compare/v0.4.0...v0.4.1) (2020-02-28) | ||
@@ -39,17 +32,8 @@ | ||
# [0.4.0](https://github.com/secretlint/secretlint/compare/v0.3.0...v0.4.0) (2020-02-28) | ||
### Features | ||
* **core:** support "disabledMessages" options ([17de33e](https://github.com/secretlint/secretlint/commit/17de33eaef2408c63cbaeecb4038c8878a292ca0)) | ||
- **core:** support "disabledMessages" options ([17de33e](https://github.com/secretlint/secretlint/commit/17de33eaef2408c63cbaeecb4038c8878a292ca0)) | ||
# [0.3.0](https://github.com/secretlint/secretlint/compare/v0.2.0...v0.3.0) (2020-02-27) | ||
@@ -59,6 +43,2 @@ | ||
# [0.2.0](https://github.com/secretlint/secretlint/compare/v0.1.2...v0.2.0) (2020-02-23) | ||
@@ -68,13 +48,8 @@ | ||
# 0.1.0 (2020-02-16) | ||
### Features | ||
* **core:** support Localization ([845f24a](https://github.com/secretlint/secretlint/commit/845f24a2a5ba1af39a3da8c2b5d487f3f4e6c313)) | ||
* **formatter:** add @secretlint/formatter ([2b2d9ab](https://github.com/secretlint/secretlint/commit/2b2d9abe693848c3271abbdb9845feefed582a1e)) | ||
* **node:** implement @secretlint/node ([acd3dd2](https://github.com/secretlint/secretlint/commit/acd3dd2dcbda473677348ea8350c2481fe920c95)) | ||
- **core:** support Localization ([845f24a](https://github.com/secretlint/secretlint/commit/845f24a2a5ba1af39a3da8c2b5d487f3f4e6c313)) | ||
- **formatter:** add @secretlint/formatter ([2b2d9ab](https://github.com/secretlint/secretlint/commit/2b2d9abe693848c3271abbdb9845feefed582a1e)) | ||
- **node:** implement @secretlint/node ([acd3dd2](https://github.com/secretlint/secretlint/commit/acd3dd2dcbda473677348ea8350c2481fe920c95)) |
120
package.json
{ | ||
"name": "@secretlint/formatter", | ||
"version": "0.7.0", | ||
"description": "A formatter collection for Secretlint.", | ||
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/formatter/", | ||
"bugs": { | ||
"url": "https://github.com/secretlint/secretlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/secretlint/secretlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"src/" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production tsc -p .", | ||
"clean": "rimraf lib/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -p . --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4 | ||
}, | ||
"dependencies": { | ||
"@secretlint/types": "^0.7.0", | ||
"@textlint/linter-formatter": "^3.1.12", | ||
"@textlint/types": "^1.3.1", | ||
"debug": "^4.1.1", | ||
"terminal-link": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.4", | ||
"cross-env": "^7.0.0", | ||
"escape-string-regexp": "^2.0.0", | ||
"mocha": "^7.0.1", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.6.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.8.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "b29781cbb16259b05547b66b5a728f56c9ad9698" | ||
"name": "@secretlint/formatter", | ||
"version": "0.8.0", | ||
"description": "A formatter collection for Secretlint.", | ||
"homepage": "https://github.com/secretlint/secretlint/tree/master/packages/@secretlint/formatter/", | ||
"bugs": { | ||
"url": "https://github.com/secretlint/secretlint/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/secretlint/secretlint.git" | ||
}, | ||
"license": "MIT", | ||
"author": "azu", | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"src/" | ||
], | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"directories": { | ||
"lib": "lib", | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production tsc -p .", | ||
"clean": "rimraf lib/", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -p . --watch" | ||
}, | ||
"prettier": { | ||
"printWidth": 120, | ||
"singleQuote": false, | ||
"tabWidth": 4 | ||
}, | ||
"dependencies": { | ||
"@secretlint/types": "^0.7.0", | ||
"@textlint/linter-formatter": "^3.1.12", | ||
"@textlint/types": "^1.3.1", | ||
"debug": "^4.1.1", | ||
"terminal-link": "^2.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.4", | ||
"cross-env": "^7.0.0", | ||
"escape-string-regexp": "^2.0.0", | ||
"mocha": "^7.0.1", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.6.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.8.2" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "9a0a111e6ea7d2eca5f934d4a0a85b8eb537dc5f" | ||
} |
15498