UNPKG

3.28 kBMarkdownView Raw
1## [1.1.2](https://github.com/gogoyqj/sm2tsservice/compare/v1.0.3...v1.1.2) (2019-05-21)
2
3### Bug Fixes
4
5- 修复 web 情形下 export 常量错误 ([7b69b39](https://github.com/gogoyqj/sm2tsservice/commit/7b69b39))
6
7## [1.1.1](https://github.com/gogoyqj/sm2tsservice/compare/v1.0.3...v1.1.1) (2019-05-16)
8
9### Bug Fixes
10
11- **yapi:** 修复是否必选判断逻辑错误 ([59ede81](https://github.com/gogoyqj/sm2tsservice/commit/59ede81))
12- 修复同步造成的模板错误 ([588a895](https://github.com/gogoyqj/sm2tsservice/commit/588a895))
13- 修改 npmignore 配置 ([aa5ec0f](https://github.com/gogoyqj/sm2tsservice/commit/aa5ec0f))
14- 兼容内部版本 ([23a6fbb](https://github.com/gogoyqj/sm2tsservice/commit/23a6fbb))
15- 升级 swagger-codegen-cli,强制禁止使用方法重载,避免不可控的问题;并修复工具在执行 jar 出错时不抛出错误的 bug ([5b4ef1f](https://github.com/gogoyqj/sm2tsservice/commit/5b4ef1f))
16- 尝试兼容 windows ([0e89482](https://github.com/gogoyqj/sm2tsservice/commit/0e89482))
17- 模板错误 ([283a7fb](https://github.com/gogoyqj/sm2tsservice/commit/283a7fb))
18
19### Features
20
21- self dev ([3e4d35c](https://github.com/gogoyqj/sm2tsservice/commit/3e4d35c))
22- validate ([5cad9e1](https://github.com/gogoyqj/sm2tsservice/commit/5cad9e1))
23- validate ([56b0b71](https://github.com/gogoyqj/sm2tsservice/commit/56b0b71))
24- 完成双向校验 beta 版本 ([9c56bd5](https://github.com/gogoyqj/sm2tsservice/commit/9c56bd5))
25
26## [1.0.7](https://github.com/gogoyqj/sm2tsservice/compare/v1.0.3...v1.0.7) (2019-04-22)
27
28### Bug Fixes
29
30- 尝试兼容 windows ([0e89482](https://github.com/gogoyqj/sm2tsservice/commit/0e89482))
31
32## [1.0.6](https://github.com/gogoyqj/sm2tsservice/compare/v1.0.3...v1.0.6) (2019-04-15)
33
34### Bug Fixes
35
36- 升级 swagger-codegen-cli,强制禁止使用方法重载,避免不可控的问题;并修复工具在执行 jar 出错时不抛出错误的 bug
37 ([5b4ef1f](https://github.com/gogoyqj/sm2tsservice/commit/5b4ef1f))
38- 模板错误 ([283a7fb](https://github.com/gogoyqj/sm2tsservice/commit/283a7fb))
39
40## <small>1.0.5 (2019-03-26)</small>
41
42- fix: 修复同步造成的模板错误 ([588a895](https://github.com/gogoyqj/sm2tsservice/commit/588a895))
43- fix(yapi): 修复是否必选判断逻辑错误 ([59ede81](https://github.com/gogoyqj/sm2tsservice/commit/59ede81))
44- chore: 升级 typescript 到 3.3.3 ([73cab89](https://github.com/gogoyqj/sm2tsservice/commit/73cab89))
45- chore: 参数及响应 body 格式校验的准备工作 ([a25729d](https://github.com/gogoyqj/sm2tsservice/commit/a25729d))
46
47## [1.0.3](https://github.com/gogoyqj/sm2tsservice/compare/v1.0.2...v1.0.3) (2019-02-20)
48
49### Features
50
51- **api:** 基于 yapi 文档生成 service 配置支持所有字段不可缺省 ([c18c2c1](https://github.com/gogoyqj/sm2tsservice/commit/c18c2c1))
52
53## [1.0.2](https://github.com/gogoyqj/sm2tsservice/compare/v1.0.1...v1.0.2) (2019-01-31)
54
55### Features
56
57- **yapi:** 更好的支持 yapi 项目,basePath、description 等配置 ([f95e896](https://github.com/gogoyqj/sm2tsservice/commit/f95e896))
58
59## [1.0.1](https://github.com/gogoyqj/sm2tsservice/compare/319291b...v1.0.1) (2019-01-30)
60
61### Features
62
63- **config:** 支持指定配置文件 ([319291b](https://github.com/gogoyqj/sm2tsservice/commit/319291b))