rest-express
Version:
A rest api framework based on express.
24 lines (13 loc) • 505 B
Markdown
# Change Log
All notable changes to this project will be documented in this file.
## v1.2.0 (2017-02-11)
- 增加数据校验库 `Joi`
- 更新 Examples
## v1.1.1 (2016.09.25)
- 解除对 ``mssql`` 的强依赖,只有需要使用MSSQL操作SQL Server的时候,才需要主动去安装 ``mssql``
## v1.1.0 (2016.7.19)
- 封装MSSQL操作
## v1.0.1 (2016.6.29)
- 修改描述信息,修改版本号
## v1.0.0 (2016.6.29)
- 实现路由注册,服务提供基础功能