svrx-util
- Fix package install error on Windows (@xuchaoying)
svrx
- #195 Fix start error on node@15, use child_process to exec npm commands directly (@xuchaoying)
svrx
- #178 Support lib require in route file (@xuchaoying)
svrx
- #177 Fix enable dashed plugins through cli shortcut (@xuchaoying)
svrx
- #168 Support svrx-plugin-ui (@xuchaoying)
svrx
- #173 Fix the priority of cors and route (@xuchaoying)
- #167 Fix
window.__svrx__
undefined when using require.js (@xuchaoying)
svrx-util
,svrx
- #165 Revert global-npm to 0.3.0 (@xuchaoying)
svrx-util
- #174 Put auto update package after local package load (@xuchaoying)
svrx-util
- #165 Fix
Error: Cannot find module 'npm'
when starting svrx core from npm scripts (@xuchaoying)
- #165 Fix
svrx-util
- #159 Add autoclean to package-manager (@xuchaoying)
-
svrx-util
,svrx
- #152 Change plugin install strategy to global install (@xuchaoying)
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 usenpm install --save-dev svrx-plugin-name
to save a plugin to your working directory.
svrx
- #151 Upgrade the priority of built-in api (@leeluolee)
svrx-util
- #148 Replace global-npm.install with npminstall (@xuchaoying)
svrx
- #145 Fix windows path parse error (@int64ago)
- #143 Fix livereload client error (@leeluolee)
svrx-util
,svrx
- #135 Fix not working on Windows (@xuchaoying)
svrx-util
- #134 Fix wrong log display for scoped plugin (@int64ago)
- #129 Prevent modify package.json when plugin installation (@xuchaoying)
svrx
- #132 Fix process exit not working on Windows (@xuchaoying)
svrx
- #112 Fix css is not appended if there's no tag (@leeluolee)
- #119 Fix routing update not working (@leeluolee)
- #120 Fix scripts injecting bug (@leeluolee)
svrx-util
,svrx
- #110 Add watch(), del(), splice() to config (@xuchaoying)
svrx
- #90 Add plublic events (@leeluolee)
- #86 Alias registService to regist (@leeluolee)
svrx
- #84 Fix dashed plugin name parse error (@xuchaoying)
svrx-util
,svrx
- #83 Return the right package info after npmi (@xuchaoying)
svrx
- #77 Fix number check for option value (@xuchaoying)
svrx-util
,svrx
- #66 Set default value of proxy.changeOrigin to true (@xuchaoying)
svrx
- #26 Fix parse plugin querystring with dot string (@xuchaoying)
- #27 Fix router not work when historyfallback set to true (@xuchaoying)
svrx-util
,svrx
- #28 Enable multi-process asynchronous plugin installation (@leeluolee)
svrx
- #25 Support relative path to open plugin (@leeluolee)
svrx
- #22 Fix config.get() to get all default values (@xuchaoying)
svrx
- #23 Add plugin version match check (@xuchaoying)
svrx
- #17 Set charset for injected script (@xuchaoying)
- #19 Fix https not working (@leeluolee)
svrx
- #12 Add proxy action (@xuchaoying)
- #11 Add --plugin to define plugin and options (@xuchaoying)
svrx
- #9 Add global rc config (@xuchaoying)
svrx
- #8 Enhance help print (@xuchaoying)