Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 1.2 KB

Change Log

All notable changes to the "turbo-console-log" extension will be documented in this file.

[3.0.9]

新增功能 🌱

  • feat: 增加几个语言支持

[3.0.8]

功能优化

  • refactor: 优化打印语句

[3.0.7]

新增功能 🌱

  • feat: 增加 coffeescript 支持

[3.0.6]

新增功能 🌱

  • feat: 增加几个语言支持

[3.0.5]

问题修复 🐛

  • fix: 调试日志匹配准确性问题

[3.0.4]

问题修复 🐛

  • fix: 需要分号时打印语句错误

[3.0.3]

问题修复 🐛

  • fix: python、go 打印字符错误 #2

[3.0.2]

问题修复 🐛

  • fix: logFunction 未配置代码类型报错 #1

[3.0.1]

新增功能 🌱

  • feat: 增加快捷键 ctrl + alt + u 更新调试日志行号

功能优化 🚀

  • refactor: logFunction 多语言支持
  "turboConsoleLog": {
    "includeFileNameAndLineNum": true,
    "logFunction": {
      "php": "echoFunction"
    }
  }

问题修复 🐛

  • fix: 含 ~ 代码对于调试日志判断不准确问题

[3.0.0]

新增功能 🌱

  • feat: 支持更多的语言