Skip to content

Latest commit

 

History

History
900 lines (626 loc) · 79.3 KB

CHANGELOG.md

File metadata and controls

900 lines (626 loc) · 79.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024.8.16-1 (2024-08-15)

Note: Version bump only for package idea-run-typescript

2024.8.16-0 (2024-08-15)

🐛 Bug Fixes

  • Invalid plugin descriptor 'description'. All the links in the plugin description must be HTTPS (4c5d98d)

2024.8.15-0 (2024-08-15)

BREAKING CHANGES

  • use tsx as default

🐛 Bug Fixes

✨ Features

📌 Dependencies

2022.11.14-1 (2022-11-14)

✨ Features

2021.12.2-0 (2021-12-01)

🐛 Bug Fixes

📦 Code Refactoring

  • Variable 'runSettings' is never used (8bd65d2)

🛠 Build System

  • deps: #IU-213.5744.223, built on November 27, 2021 (da990b5), closes #IU-213

2021.10.11-1 (2021-10-10)

✨ Features

📦 Code Refactoring

2021.7.20-0 (2021-07-20)

🐛 Bug Fixes

♻️ Chores

2021.6.6-0 (2021-06-06)

🐛 Bug Fixes

  • null cannot be cast to non-null type #24 (1c948ab)

✨ Features

  • update kotlin to 1.4.10 (7b8a5b5)

🔖 Miscellaneous

  • Delete intellij-plugin-verifier.yml (421ae9e)
  • Enable and update GitHub Action to test both IC & IU (6473496)

2020.9.1-0 (2020-08-31)

🐛 Bug Fixes

  • use createKillableColoredProcessHandler again (64d797c)
  • \n (968d7ac)

📚 Documentation

🔖 Miscellaneous

2020.8.26-0 (2020-08-26)

🗑 Reverts

2020.8.25-0 (2020-08-24)

✨ Features

  • use withConsoleMode(true) (1cd0c66)

📚 Documentation

  • plugin.xml: add JavaScriptDebugger by #10 (3dc9a63)

⚙️ Continuous Integration

2020.8.24-0 (2020-08-23)

🐛 Bug Fixes

  • invalid var name { nodejs.console.use.terminal => NODEJS_CONSOLE_USE_TERMINAL } (be218a7)
  • change version style for support changelog (a4b8216)
  • #15 (77db096)
  • error yaml syntax on line 21 (9413aeb)

✨ Features

  • remove deprecated message from TsAction (d30031f)
  • use NodeCommandLineUtil and supported ide => 193.4932.9 (8e23aea)

🗑 Reverts

📦 Code Refactoring

📚 Documentation

💎 Styles

🛠 Build System

  • deps: update kotlin { 1.3.50 => 1.4.0 } (f85252e)
  • deps: use gradle-6.1.1 (528409e)
  • gradle: disable idea.auto.reload.plugins (fb6272f)
  • gradle: add verifyPlugin (dd77d52)
  • add copy plugin.zip from build/distributions to releases (52a0503)
  • add copy plugin.jar from build/libs to releases (405348c)
  • update run config setting (e6e3928)
  • add run config (372fc36)
  • merge config from #10 (a2808ba)
  • add updateGradleProperties (ca53188)
  • add Gradle from #14 (c1a0277)
  • add script for update version (822b5ba)

⚙️ Continuous Integration

  • add gradlew verifyPlugin (975b4b1)
  • Build the plugin using Gradle (dc9bea7)
  • skip check version 181 (50cce1f)

♻️ Chores

🔖 Miscellaneous

BREAKING CHANGE

  • remove envs2
  • not support old ide version

TODO

  • support ctrl+c

2020.8.2-4.0 (2020-08-23)

🐛 Bug Fixes

✨ Features

  • remove deprecated message from TsAction (d30031f)
  • use NodeCommandLineUtil and supported ide => 193.4932.9 (8e23aea)
  • try remember ts-node package choose #9 (7d2097f)
  • better check ts-node (d5da387)
  • findPreferredPackage(name: List) (bf59600)
  • support select esm-ts-node, ts-node (178fc00)
  • showUpdateNotification (dbda60d)
  • showUpdateNotification (83a46a0)
  • Give up try using Plugin way for Run Debug (c75599c)
  • make ScratchFile run in project path (387510e)
  • support Scratch File #5 (d9059c2)
  • FORCE_COLOR=3 (2360e42)
  • support .tsx (79df6ef)
  • emit ctrl+c with setShouldKillProcessSoftlyWithWinP by Sergey Simonchik (c2960f0)
  • action: 支援顯示額外的 Before launch action (例如 build) (5467250)
  • action: 支援顯示額外的 Before launch action (例如 build) (51fb083)

🗑 Reverts

📦 Code Refactoring

📚 Documentation

💎 Styles

🛠 Build System

  • deps: update kotlin { 1.3.50 => 1.4.0 } (f85252e)
  • deps: use gradle-6.1.1 (528409e)
  • gradle: disable idea.auto.reload.plugins (fb6272f)
  • gradle: add verifyPlugin (dd77d52)
  • add copy plugin.zip from build/distributions to releases (52a0503)
  • add copy plugin.jar from build/libs to releases (405348c)
  • update run config setting (e6e3928)
  • add run config (372fc36)
  • merge config from #10 (a2808ba)
  • add updateGradleProperties (ca53188)
  • add Gradle from #14 (c1a0277)
  • add script for update version (822b5ba)

⚙️ Continuous Integration

  • Build the plugin using Gradle (dc9bea7)
  • skip check version 181 (50cce1f)
  • add Plugin compatibility check (3a14b32)

♻️ Chores

🔖 Miscellaneous

BREAKING CHANGE

  • remove envs2
  • not support old ide version

TODO

  • support ctrl+c

2020.8.2-3.0 (2020-08-22)

🐛 Bug Fixes

✨ Features

  • use NodeCommandLineUtil and supported ide => 193.4932.9 (8e23aea)
  • try remember ts-node package choose #9 (7d2097f)
  • better check ts-node (d5da387)
  • findPreferredPackage(name: List) (bf59600)
  • support select esm-ts-node, ts-node (178fc00)
  • showUpdateNotification (dbda60d)
  • showUpdateNotification (83a46a0)
  • Give up try using Plugin way for Run Debug (c75599c)
  • make ScratchFile run in project path (387510e)
  • support Scratch File #5 (d9059c2)
  • FORCE_COLOR=3 (2360e42)
  • support .tsx (79df6ef)
  • emit ctrl+c with setShouldKillProcessSoftlyWithWinP by Sergey Simonchik (c2960f0)
  • action: 支援顯示額外的 Before launch action (例如 build) (5467250)
  • action: 支援顯示額外的 Before launch action (例如 build) (51fb083)

🗑 Reverts

📦 Code Refactoring

💎 Styles

🛠 Build System

⚙️ Continuous Integration

  • Build the plugin using Gradle (dc9bea7)
  • skip check version 181 (50cce1f)
  • add Plugin compatibility check (3a14b32)

♻️ Chores

🔖 Miscellaneous

BREAKING CHANGE

  • remove envs2
  • not support old ide version

2020.8.2-0.0 (2020-08-19)

🐛 Bug Fixes

✨ Features

  • try remember ts-node package choose #9 (7d2097f)
  • better check ts-node (d5da387)
  • findPreferredPackage(name: List) (bf59600)
  • support select esm-ts-node, ts-node (178fc00)
  • showUpdateNotification (dbda60d)
  • showUpdateNotification (83a46a0)
  • Give up try using Plugin way for Run Debug (c75599c)
  • make ScratchFile run in project path (387510e)
  • support Scratch File #5 (d9059c2)
  • FORCE_COLOR=3 (2360e42)
  • support .tsx (79df6ef)
  • emit ctrl+c with setShouldKillProcessSoftlyWithWinP by Sergey Simonchik (c2960f0)
  • action: 支援顯示額外的 Before launch action (例如 build) (5467250)
  • action: 支援顯示額外的 Before launch action (例如 build) (51fb083)

⚙️ Continuous Integration

  • add Plugin compatibility check (3a14b32)

♻️ Chores

🔖 Miscellaneous

2020.8.2-0.0 (2020-08-19)

🐛 Bug Fixes

✨ Features

  • try remember ts-node package choose #9 (7d2097f)
  • better check ts-node (d5da387)
  • findPreferredPackage(name: List) (bf59600)
  • support select esm-ts-node, ts-node (178fc00)
  • showUpdateNotification (dbda60d)
  • showUpdateNotification (83a46a0)
  • Give up try using Plugin way for Run Debug (c75599c)
  • make ScratchFile run in project path (387510e)
  • support Scratch File #5 (d9059c2)
  • FORCE_COLOR=3 (2360e42)
  • support .tsx (79df6ef)
  • emit ctrl+c with setShouldKillProcessSoftlyWithWinP by Sergey Simonchik (c2960f0)
  • action: 支援顯示額外的 Before launch action (例如 build) (5467250)
  • action: 支援顯示額外的 Before launch action (例如 build) (51fb083)

⚙️ Continuous Integration

  • add Plugin compatibility check (3a14b32)

♻️ Chores

🔖 Miscellaneous