Skip to content

Latest commit

 

History

History
400 lines (188 loc) · 13 KB

CHANGELOG.md

File metadata and controls

400 lines (188 loc) · 13 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.2.0 (2018-01-16)

Bug Fixes

  • Fix test error (ffaabac)
  • Replace base with bookshelf (17e6b44)
  • 为DOCUMENT_ROOT环境变量设置默认值src,避免无该环境变量时qails应用无法启动的问题 (24ff9a5)

Features

  • 为查询关联模型embed参数增加别名withRelated (72dc91f)
  • 修改resource构造函数参数,将collection参数改成model (0e0ab05)
  • 修改了Qails构造函数,初始化参数传递更加灵活 (74eb5d1)
  • 增加对低版本node提示 (8f112c7)
  • 对GraphQL获取列表增加分页参数检查 (662bbb3)
  • 将bookshelf模型配置放到profiles中管理,统一使用dotenv配置文件 (efa86d9)
  • 将checkurl内置于qails中,减少jenkins发布的配置工作 (d17aa6d)
  • 将envelope改成中间件模式,增加代码的灵活性 (af569b7)
  • 新增graphql中间件 (a59390e)

Performance Improvements

  • 使用delete重置process.env变量 (39d201e)
  • 增加了异常捕捉和输出,系统稳定性进一步得到提升 (c8eb245)
  • 更改profile参数方式 (73a96e9)
  • 移除bin目录下babel/eslint/knex (c1574a3)

3.1.0 (2017-12-06)

Bug Fixes

  • Fix test error (ffaabac)
  • 为DOCUMENT_ROOT环境变量设置默认值src,避免无该环境变量时qails应用无法启动的问题 (24ff9a5)

Features

  • 为查询关联模型embed参数增加别名withRelated (72dc91f)
  • 修改resource构造函数参数,将collection参数改成model (0e0ab05)
  • 修改了Qails构造函数,初始化参数传递更加灵活 (74eb5d1)
  • 增加对低版本node提示 (8f112c7)
  • 对GraphQL获取列表增加分页参数检查 (662bbb3)
  • 将bookshelf模型配置放到profiles中管理,统一使用dotenv配置文件 (efa86d9)
  • 将checkurl内置于qails中,减少jenkins发布的配置工作 (d17aa6d)
  • 将envelope改成中间件模式,增加代码的灵活性 (af569b7)
  • 新增graphql中间件 (a59390e)

Performance Improvements

  • 使用delete重置process.env变量 (39d201e)
  • 增加了异常捕捉和输出,系统稳定性进一步得到提升 (c8eb245)
  • 更改profile参数方式 (73a96e9)
  • 移除bin目录下babel/eslint/knex (c1574a3)

3.0.0 (2017-12-01)

Bug Fixes

  • Fix test error (ffaabac)
  • 为DOCUMENT_ROOT环境变量设置默认值src,避免无该环境变量时qails应用无法启动的问题 (24ff9a5)

Features

  • 为查询关联模型embed参数增加别名withRelated (72dc91f)
  • 修改resource构造函数参数,将collection参数改成model (0e0ab05)
  • 修改了Qails构造函数,初始化参数传递更加灵活 (74eb5d1)
  • 增加对低版本node提示 (8f112c7)
  • 将bookshelf模型配置放到profiles中管理,统一使用dotenv配置文件 (efa86d9)
  • 将checkurl内置于qails中,减少jenkins发布的配置工作 (d17aa6d)
  • 将envelope改成中间件模式,增加代码的灵活性 (af569b7)
  • 新增graphql中间件 (a59390e)

Performance Improvements

  • 使用delete重置process.env变量 (39d201e)
  • 增加了异常捕捉和输出,系统稳定性进一步得到提升 (c8eb245)
  • 更改profile参数方式 (73a96e9)
  • 移除bin目录下babel/eslint/knex (c1574a3)

3.0.0-alpha.0 (2017-11-16)

Bug Fixes

  • Fix test error (ffaabac)
  • 为DOCUMENT_ROOT环境变量设置默认值src,避免无该环境变量时qails应用无法启动的问题 (24ff9a5)

Features

  • 为查询关联模型embed参数增加别名withRelated (72dc91f)
  • 修改resource构造函数参数,将collection参数改成model (0e0ab05)
  • 修改了Qails构造函数,初始化参数传递更加灵活 (74eb5d1)
  • 增加对低版本node提示 (8f112c7)
  • 将envelope改成中间件模式,增加代码的灵活性 (af569b7)
  • 新增graphql中间件 (a59390e)

Performance Improvements

  • 增加了异常捕捉和输出,系统稳定性进一步得到提升 (c8eb245)

2.3.10 (2017-10-25)

Bug Fixes

  • Fix bookshelf-cascade-delete error (d026ad6)

2.3.9 (2017-10-25)

2.3.8 (2017-10-25)

2.3.7 (2017-10-25)

2.3.6 (2017-10-20)

Bug Fixes

  • Repair spelling errors: middlewave -> middleware (25259da)

2.3.5 (2017-10-20)

Bug Fixes

  • 修改单词拼写错误 (78e6aa7)

2.3.4 (2017-10-20)

2.3.3 (2017-10-13)

Bug Fixes

2.3.2 (2017-10-13)

2.3.1 (2017-10-13)

2.3.0 (2017-10-10)

Features

  • 在graphql接口中增加对关联对象的查询控制参数 (650f13d)

2.2.1 (2017-09-29)

2.2.0 (2017-09-29)

Features

  • bookshelf: 修改模型配置方式 (0cf1b7e)

2.1.1 (2017-09-29)

2.1.0 (2017-09-28)

Features

  • Add soft delete feature (728ff83)

2.0.2 (2017-09-15)

2.0.1 (2017-09-15)

2.0.0 (2017-08-31)

Features

  • Add engines property in package.json (2cfa8a2)
  • 增加GraphQL (4555caf)

1.6.2 (2017-08-29)

Bug Fixes

  • 修改日志输出格式,便于统一压缩打包 (00a1833)

1.6.1 (2017-07-18)

1.6.0 (2017-07-17)

Features

  • 内置中间件支持自定义参数 (7ef4c65)

1.5.1 (2017-07-04)

Bug Fixes

  • middleware must be a function! (c210844)

1.5.0 (2017-07-04)

Features

  • 增加 cookie 和 session 支持 (8860f36)
  • 支持自定义qails中间件的顺序,或者增加业务中间件 (0165dae)

1.4.1 (2017-06-10)

1.4.0 (2017-06-10)

Features

  • 将koa-router封装到qails,能简化编程代码量 (f997915)

1.3.0 (2017-06-09)

Features

1.2.1 (2017-06-09)

Bug Fixes

  • cors origin can not match port (3e8b6f2)

1.2.0 (2017-06-09)

Features

1.1.1 (2017-06-09)

1.1.0 (2017-06-06)

Features

1.0.7 (2017-06-05)

1.0.6 (2017-06-05)

1.0.5 (2017-06-01)

Bug Fixes

  • Update the resource using the updating event and return the resource not updated in the result (972f4ca)

1.0.4 (2017-06-01)

1.0.3 (2017-06-01)

1.0.2 (2017-06-01)

1.0.1 (2017-06-01)