Closed renovate[bot] closed 6 years ago
This Pull Request updates dependency textlint-tester from v4.1.0 to v5.0.0
v4.1.0
v5.0.0
Release Notes
Compare Source
Make Lint API asynchronous!
Lint API always return Promise.
TextLintCore#LintFile
TextLintCore#LintText
TextLintEngine#executeOnFiles
TextLintEngine#executeOnText
cli#execute
var textlint = new TextLintCore(); textlint.lintMarkdown("text").then(result => { // });
export default function (context) { return { [Syntax.Str](node){ // textlint wait for resolved the promise. return new Promise((resolve, reject) => { // async task }); } } }
value
v4.1.3
v4.1.2
v4.1.1
Compare Source chore:
Thank you @koba04
This PR has been generated by Renovate Bot.
This Pull Request updates dependency textlint-tester from
v4.1.0
tov5.0.0
Release Notes
5.0.0: Async support
Compare Source
Breaking Change
Make Lint API asynchronous!
Lint API always return Promise.
TextLintCore#LintFile
TextLintCore#LintText
TextLintEngine#executeOnFiles
TextLintEngine#executeOnText
cli#execute
Festures
How to write async rule?
Bug Fixes
value
(c00646c)Features
Performance Improvements
Related Modules
v4.1.3
Compare Source
v4.1.2
Compare Source
v4.1.1
Compare Source
chore:
Thank you @koba04
This PR has been generated by Renovate Bot.