Skip to content

Latest commit

 

History

History
171 lines (124 loc) · 7.28 KB

CHANGELOG.md

File metadata and controls

171 lines (124 loc) · 7.28 KB

v1.1.7 (2021-04-22)

🐛 Bug Fix

  • svrx-util

v1.1.6 (2021-03-25)

🐛 Bug Fix

  • svrx
    • #195 Fix start error on node@15, use child_process to exec npm commands directly (@xuchaoying)

v1.1.5 (2020-04-13)

🚀 New Feature

🐛 Bug Fix

v1.1.4 (2019-12-24)

🚀 New Feature

🐛 Bug Fix

💅 Enhancement

  • svrx-util

v1.1.3 (2019-12-02)

🐛 Bug Fix

  • svrx-util
    • #165 Fix Error: Cannot find module 'npm' when starting svrx core from npm scripts (@xuchaoying)

v1.1.2 (2019-12-02)

v1.1.1 (2019-11-28)

🚀 New Feature

v1.1.0 (2019-11-18)

🚀 New Feature

  • svrx-util, svrx

    Now the default path for plugin packages is changed from local node_modules in your project to ~/.svrx/plugins. svrx still supports local plugin install, you can use npm install --save-dev svrx-plugin-name to save a plugin to your working directory.

🐛 Bug Fix

v1.0.7 (2019-11-08)

🐛 Bug Fix

v1.0.6 (2019-11-01)

🐛 Bug Fix

v1.0.5 (2019-10-29)

🐛 Bug Fix

v1.0.4 (2019-10-18)

🐛 Bug Fix

v1.0.3 (2019-10-11)

🚀 New Feature

  • svrx-util, svrx

v1.0.0 (2019-09-20)

🚀 New Feature

🐛 Bug Fix

0.0.9 (2019-09-04)

0.0.8 (2019-09-04)

🐛 Bug Fix

v0.0.7 (2019-08-26)

💥 Breaking Change

  • svrx-util, svrx

🐛 Bug Fix

  • svrx

💅 Enhancement

  • svrx-util, svrx
    • #28 Enable multi-process asynchronous plugin installation (@leeluolee)
  • svrx

v0.0.6 (2019-07-30)

🐛 Bug Fix

💅 Enhancement

v0.0.5 (2019-07-25)

🐛 Bug Fix

v0.0.4 (2019-07-16)

🚀 New Feature

💅 Enhancement