@textlint/textlint-plugin-text
Advanced tools
Comparing version 3.1.0-alpha.bbfc8f6d to 4.0.0
@@ -6,2 +6,37 @@ # Change Log | ||
<a name="4.0.0"></a> | ||
# [4.0.0](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@3.0.10...@textlint/textlint-plugin-text@4.0.0) (2018-07-22) | ||
### Bug Fixes | ||
* **kernel:** make rule and plugin's option value {} by default ([b7aa63d](https://github.com/textlint/textlint/commit/b7aa63d)) | ||
### Chores | ||
* **deps:** update mocha ([5df8af4](https://github.com/textlint/textlint/commit/5df8af4)) | ||
### Documentation | ||
* **plugin:** add "extensions" option to docs ([8026997](https://github.com/textlint/textlint/commit/8026997)) | ||
* **plugin:** add plugin configuration ([6e179ec](https://github.com/textlint/textlint/commit/6e179ec)) | ||
### Features | ||
* **textlint-text-markdown:** support "extensions" option ([cce29ed](https://github.com/textlint/textlint/commit/cce29ed)) | ||
### BREAKING CHANGES | ||
* **kernel:** Previously, textlint pass `true` to rule and plugin as default value of option. | ||
This commit change the default value to `{}` (empty object). | ||
fix https://github.com/textlint/textlint/issues/535 | ||
<a name="3.0.10"></a> | ||
@@ -8,0 +43,0 @@ ## [3.0.10](https://github.com/textlint/textlint/compare/@textlint/textlint-plugin-text@3.0.9...@textlint/textlint-plugin-text@3.0.10) (2018-04-02) |
{ | ||
"name": "@textlint/textlint-plugin-text", | ||
"version": "3.1.0-alpha.bbfc8f6d", | ||
"version": "4.0.0", | ||
"description": "plain text plugin for textlint", | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/textlint/textlint/tree/master/packages/@textlint/textlint-plugin-text/", | ||
"dependencies": { | ||
"@textlint/text-to-ast": "^3.1.0-alpha.bbfc8f6d" | ||
"@textlint/text-to-ast": "^3.0.9" | ||
}, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
"rimraf": "^2.6.2", | ||
"textlint": "^10.3.0-alpha.bbfc8f6d", | ||
"textlint": "^11.0.0", | ||
"textlint-rule-no-todo": "^2.0.0" | ||
@@ -48,0 +48,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
14805
0
Updated@textlint/text-to-ast@^3.0.9