egg-shell-decorators
egg-shell-decorators copied to clipboard
给你的:egg:加个壳
swagger 去掉了?
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
prefix('/')有问题
const { EggShell } = require('egg-shell-decorators') module.exports = (app) => { EggShell(app, { prefix: '/node', quickStart: true }) } 全局路由前缀并没有生效 "egg-shell-decorators": "^1.5.0", 哥们,v1.5.0 版本,你咋吧 EggShell 的 options 给去掉了呢,留坑了了呀
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [https-proxy-agent](https://github.com/TooTallNate/node-https-proxy-agent) from 2.2.1 to 2.2.4. Release notes Sourced from https-proxy-agent's releases. 2.2.4 Patches Add .editorconfig file: a0d4a20458498fc31e5721471bd2b655e992d44b Add .eslintrc.js file: eecea74a1db1c943eaa4f667a561fd47c33da897 Use a net.Socket instead of a plain EventEmitter...
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...
## version egg-shell-decorators: 1.0.7 egg-jwt: 3.1.6 ## 复现 按照 egg-jwt 和 egg-shell-decorators 的配置过程,发现所有 controller 都不会检查 token。 ## 问题所在: ```js // egg-shell-decorators/index.js 178: if (!ignoreJwt && !ignoreJwtAll && jwt && options.jwtValidation)...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.11 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...