@textlint/kernel
Advanced tools
Comparing version 0.3.0-alpha.6a53d00c to 1.0.0-beta.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
<a name="0.3.0-alpha.6a53d00c"></a> | ||
# [0.3.0-alpha.6a53d00c](https://github.com/textlint/textlint/compare/@textlint/kernel@0.2.1...@textlint/kernel@0.3.0-alpha.6a53d00c) (2017-10-24) | ||
### Bug Fixes | ||
* **kernel:** assert 3rd argument on `report` function ([#319](https://github.com/textlint/textlint/issues/319)) ([93d10e7](https://github.com/textlint/textlint/commit/93d10e7)), closes [#316](https://github.com/textlint/textlint/issues/316) | ||
* **kernel:** remove `RuleContext#config` ([#308](https://github.com/textlint/textlint/issues/308)) ([fa57d22](https://github.com/textlint/textlint/commit/fa57d22)) | ||
* **textlint-kernel:** remove ajv ([fade413](https://github.com/textlint/textlint/commit/fade413)) | ||
### Features | ||
* **kernel:** support plugin options ([#306](https://github.com/textlint/textlint/issues/306)) ([7e8699b](https://github.com/textlint/textlint/commit/7e8699b)) | ||
<a name="0.2.1"></a> | ||
@@ -25,0 +7,0 @@ ## [0.2.1](https://github.com/textlint/textlint/compare/@textlint/kernel@0.2.0...@textlint/kernel@0.2.1) (2017-05-21) |
@@ -13,3 +13,3 @@ { | ||
"name": "@textlint/kernel", | ||
"version": "0.3.0-alpha.6a53d00c", | ||
"version": "1.0.0-beta.0", | ||
"description": "textlint kernel is core logic by pure JavaScript.", | ||
@@ -52,3 +52,3 @@ "main": "lib/textlint-kernel.js", | ||
"cross-env": "^5.0.5", | ||
"markdown-to-ast": "^4.1.0-alpha.6a53d00c", | ||
"markdown-to-ast": "^5.0.0-beta.0", | ||
"mocha": "^3.5.3", | ||
@@ -59,3 +59,3 @@ "npm-run-all": "^4.1.1", | ||
"shelljs": "^0.7.7", | ||
"textlint-plugin-markdown": "^2.1.0-alpha.6a53d00c", | ||
"textlint-plugin-markdown": "^3.0.0-beta.0", | ||
"ts-node": "^3.3.0", | ||
@@ -66,4 +66,4 @@ "typescript": "^2.5.2", | ||
"dependencies": { | ||
"@textlint/ast-node-types": "^1.2.0-alpha.6a53d00c", | ||
"@textlint/feature-flag": "^1.1.0-alpha.6a53d00c", | ||
"@textlint/ast-node-types": "^2.0.0-beta.0", | ||
"@textlint/feature-flag": "^2.0.0-beta.0", | ||
"@types/bluebird": "^3.5.11", | ||
@@ -70,0 +70,0 @@ "bluebird": "^3.5.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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
357172
+ Added@textlint/ast-node-types@2.0.0(transitive)
+ Added@textlint/feature-flag@2.0.0(transitive)
- Removed@textlint/ast-node-types@1.2.0-alpha.6a53d00c(transitive)
- Removed@textlint/feature-flag@1.1.0-alpha.6a53d00c(transitive)