4.7.2 (2018-11-15) Bug Fixes 修复manifest返回绝对地址时链接错误 (d3f4baf) 4.7.1 (2018-11-14) Bug Fixes 修复plover-assets不能正确处理无协义绝对路径 (dd81ef3) 4.7.0 (2018-09-20) Features add cors (a6c37c8) 4.6.0 (2018-08-29) Bug Fixes 修复开发环境下不能加载assets manifest的问题 (e4db564) 修复绝对地址的资源URL拼接 (3c5ec00) Features upgrade koa utility middlewares (e6aad20) 优化异常的处理 (07b7bf5) 优化异常的处理 (efe3fbe) 升级一些基础库 (d5faedb) 4.5.2 (2018-08-28) Bug Fixes 修复开发环境下不能加载assets manifest的问题 (e4db564) 4.5.1 (2018-01-19) Bug Fixes 修复use(middleware)需要匹配路径${namespace}/* (24d5c8d) 4.5.0 (2018-01-06) Bug Fixes 修复日志级别的设置 (b750259) Features 优化有DEBUG环境变量的模式下日志的打印 (5881e3c) 支持rotate日志 (1b34052) 4.4.0 (2017-12-26) Features helper.startup支持async/await (badf918) service startup支持async/await (ab32a82) 优化服务等异步模块初始化失败时错误处理 (056af0c) 4.3.2 (2017-12-12) Bug Fixes 新版本的path-to-regexp不支持*匹配符 (735add8), closes /github.com/pillarjs/path-to-regexp#compatibility-with-express--4 4.3.1 (2017-12-11) Bug Fixes 修复route使用/*的bug (eb995d1) 4.3.0 (2017-12-11) Bug Fixes 修复layout和页面资源渲染顺序问题 (5e121c8) Features finish simple helper (35612bf) 添加简单资源帮助方法 (445eb92) 4.1.0 (2017-06-29) Bug Fixes render with option layout=false to disable layout (487ed10) Features parse http method from head x-http-method-override (151f015) resouces for singleton (aad7265) 4.0.0 (2017-03-30) Features [plover-util] add lang.isPureFunction() (8336fd0) [plover-util] add lang#isAsyncFunction(obj) (83093c9) [plover-xview] finish v3.0 (6b7c8ed) [plover] add app#use(middleware, [optioins]) (ba90407) [plover] support async function (8ae21a1) add util.isPureFunction() (d11c4be) upgrade koa to 2.0 (78be25e) upgrade to koa@2 (14f5ab6) upgrade to koa@2 (58b5add) upgrade to koa@2 (54c7248) v3.0 (24deb1f) 迁移plover-assets到主仓库,方便后续统一维护 (5f68df3) 2.11.0 (2017-02-13) Bug Fixes 修复devDeps中的模块不能被加载的问题 (b217358) Features [plover-web] remove deps koa-redius. (2e620a1) filter支持路径过滤 (ed6c9f9) 2.10.0 (2017-01-27) Bug Fixes [plover-router] routes not config npe. (a424766) [plover-web] fix add flash middleware error (ff9d1eb) addRoute missing options (e5fb3d8) Features [plover-web] add flash middleware (4513ce7) add koa-compress (f65a2e2) add koa-static to packages plover-web. (2871ee0) plover-router namespace with options (c657a88) render json with array data. (d8199f8) 通过POST传递参数_method实现put/patch等请求 (d000046) 2.9.0 (2016-11-16) Features action和filter支持arrow function. (bb0a023) 可以通过配置设置默认布局。 (2410873) 2.8.4 (2016-10-29) Features remote whitespace in production env for default. (0aa34c9) Performance Improvements 优化include传递空对象数据时不需要产生state。 (031f12e) 2.8.3 (2016-10-15) Performance Improvements 优化control渲染 (556882a) 2.8.2 (2016-10-10) Bug Fixes 修复加载其他模块control资源错误。 (8d6a29e) 2.8.1 (2016-10-06) Bug Fixes 修复proxy中间件名称没有设置 (ede8b2f) 2.8.0 (2016-10-06) Features addMiddleware支持method和match配置。 (68d9f30) 2.7.1 (2016-10-06) 2.7.0 (2016-10-01) Bug Fixes include async (65c9ee1) Features 完成app.control的性能优化 (0a36320) Performance Improvements 优化filters的初始化 (15dba47) 2.6.1 (2016-09-19) Bug Fixes 修复加载子模块前端资源的问题 (a8de526) 2.6.0 (2016-09-11) Features improve route (e342729) route添加method检测 (8166bbe) 2.5.1 (2016-09-10) Bug Fixes 修复升级path-to-regexp到1.3及以上版本原有规则不能正常使用 #22 (35a2b51) 2.5.0 (2016-07-11) Performance Improvements 对异步渲染引擎的支持 (12594be) 2.3.0 (2016-07-04) Performance Improvements improve performance for render children (d1f20c2) 使用plover-util/lib/assign代替Object.assign提升性能 (87c6b1b) 2.2.1 (2016-06-20) 2.2.0 (2016-06-17) Bug Fixes 优化模块的加载,添加cache (843511d) 2.1.1 (2016-05-09) 2.1.0 (2016-05-08) Features app.listen support hostname param (4ab57e0) 2.0.3 (2016-05-05) Bug Fixes 修复加载控制器失败时,未打印出具体控制器文件地址信息的问题 (95f217d) 2.0.2 (2016-05-03) Features add moduleResolver to koa app (2dbc979) 2.0.1 (2016-04-26) Features 恢复helper.$扩展helper的方式 (515420b) 重构helpers,不再支持helper $ (0816fb7) 2.0.0 (2016-04-26) Bug Fixes add startup component sto default components set (744f469) Features 中间件上下文可以取得moduleResolver (964e6a0) components: add router component (406ebc0) 初始化仓库,迁移util工具模块 (8bf94aa) 完成基础功能和组织形式 (0421cfa) 将config放到中间件上下文 (805435d) components: add service component (8c6b8eb) 提供$proto方式扩展helper,去掉原来的$方式,性能可以更好 (6b78669) components: add core component (6d3f89b) components: add navigate component (62be1ee) components: add plugin component (ab7e567) components: add startup component (443b6a6) core: add action-runner (55bffce) core: add ActionContext (686f6a9) core: add helper-container (e6e28f9) core: add navigator (1a10b84) core: add render-helper (6c63bec) core: add view-render (86d241c) helper: add app helper (f37f6ef) util: add invoker (5fa6ef2) util: add route-cache (c5d9c54) util: add router (a28a75e) util: add util/config module (92ba0a5) util: add util/error-handler (2e70f0e) Performance Improvements 优化view-render构造render-context流程 (7df049f)