Skip to content

Releases: huacnlee/autocorrect

v2.8.2

01 Aug 12:30
Compare
Choose a tag to compare
  • node: Fix arguments get on linux musl system in autocorrect-node.

v2.8.1

01 Aug 11:26
Compare
Choose a tag to compare
  • node: Release linux-x64-musl for autocorrect-node.

v2.8.0

01 Aug 09:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.1...v2.8.0

v2.7.2

31 Jul 13:38
Compare
Choose a tag to compare
  • Fix CLI to convert absolute file path into relative for match ignore rules.
  • node: Fix autocorrect init command for node.
  • node: Remove autocorrect update command from autocorrect-node.

v2.7.0

31 Jul 08:24
Compare
Choose a tag to compare

What's New

This version just release autocorrect-node and @huacnlee/autocorrect NPMs.

  • node: Add CLI command support for autocorrect-node, now we can just use it without install autocorrect bin. See doc
  • wasm: Fix WebAssembly build to support Safari in iOS 14 and lower versions.

Use AutoCorrect in Npm

AutoCorrect has been published in NPM with CLI command support. If you want to use it in Frontend or Node.js project, you can just install autocorrect-node package for without install AutoCorrect bin.

cd your-project
yarn add autocorrect-node

Now you can run yarn autocorrect command in your project. This command same as the autocorrect command.

$ yarn autocorrect -h

You can run autocorrect --lint to check:

$ yarn autocorrect --lint ./

v2.6.2

08 Feb 16:22
Compare
Choose a tag to compare

What's Changed

Update a lot of fix for Markdown:

  • Fix markdown to support parse [foo] as link text. #141
  • Improve Markdown parser for soft wrap to avoid some mistakes. #138
  • Fix Markdown for support newline in link and mark [text\nfoo](), **Foo\nBar**.
  • Fix HTML parse in Markdown.
  • Fix Markdown for support mark in link text, e.g.: [`Hello`](/hello), [**Hello**](/hello).

Other changes

New Contributors

Full Changelog: v2.6.1...v2.6.2

v2.6.1

17 Jan 15:58
Compare
Choose a tag to compare

v2.6.0

17 Jan 13:27
Compare
Choose a tag to compare

What's Changed

Other changes

  • Improve JSON parser for support array. 0f8c5ef
  • Fix for avoid change URL with hash, e.g.: foo-bar_dar.html#测试test. 284ba18
  • Fix some invalid blank newlines in lint result. cfe08dc
  • Improve to_diff performance. 517c950

Full Changelog: v2.5.8...v2.6.0

v2.5.8

11 Jan 10:53
Compare
Choose a tag to compare

What's Changed

  • Release linux-musl-arm64 and linux-musl-amd64 binary for allows install on Alpine Linux.
  • Fix Markdown parse to recognize meta_tags and normal paragraph. by @huacnlee in #127
  • Fix CJK range, remove Hanunoo.
  • Fix #125 remove space when punctuation near the ` char.
  • Improve Markdown meta_tag for support space in tag.
  • Improve Markdown grammar for use COMMENT built-in rule name.
  • Improve grammars for complex white spaces and comments.

Full Changelog: v2.5.5...v2.5.8

v2.5.5

22 Dec 03:28
Compare
Choose a tag to compare

What's Changed

  • Add to support Svelte (.svelte)