Skip to content

Releases: huacnlee/autocorrect

v1.5.14

29 Apr 07:02
Compare
Choose a tag to compare
version 1.5.14

v1.5.13

29 Apr 04:08
Compare
Choose a tag to compare
  • Fix #33 for correct the last half-width period in string dobule/single quote.
-- "Hello 你好."
++ "Hello 你好。"
-- '数量:'
++ '数量:'

v1.5.12

28 Apr 14:42
Compare
Choose a tag to compare
  • Fix #32 for let format and lint get same result for Markdown Table.

v1.5.11

21 Apr 06:51
Compare
Choose a tag to compare
  • Nothing changes in core.

v1.5.10

12 Apr 03:43
Compare
Choose a tag to compare
  • Improve CLI file argument default value to ..

Before

$ autocorrect --lint ./
$ autocorrect --fix ./

Now, default path in current path.

$ autocorrect --lint
$ autocorrect --format

v1.5.9

11 Apr 13:02
Compare
Choose a tag to compare
  • Fix JavaScript for avoid format keys in Map.
  • Fix #25 Markdown parser to identify Heading for avoid change # spaces.
  • Fix incorrect format when leading with letter or number. #21

v1.5.6

28 Feb 02:38
Compare
Choose a tag to compare
  • Fix #19 for remove ~ full width convert, this is a keyword in Markdown syntax.

v1.5.5

10 Jan 13:40
Compare
Choose a tag to compare
  • Fix #15 for avoid add space around fullwidth quote.
-- 适用于 “无声音” 问题的 iPhone 12 和 iPhone 12 Pro 服务计划
++ 适用于“无声音”问题的 iPhone 12 和 iPhone 12 Pro 服务计划

https://support.apple.com/zh-cn/iphone-12-and-iphone-12-pro-service-program-for-no-sound-issues

v1.5.4

04 Jan 11:54
Compare
Choose a tag to compare
  • Fix format with newline case for same behavior with lint.
  • Fix lint for avoid trim to check, keep same behavior as format.
  • Improve lint diff output for remove ./ prefix of filename.

v1.5.3

04 Jan 04:18
Compare
Choose a tag to compare
  • Fix format with newline case for same behavior with lint.