Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit e4fbcd7

Browse files
chore(release): 1.0.0-alpha.15
1 parent 23a494a commit e4fbcd7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# CHANGELOG
2+
## [1.0.0-alpha.15](https://github.com/niacomsoft/dnVue/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2022-05-25)
3+
4+
5+
### BUILD
6+
7+
* **Issue #1:** 新增缓存类库依赖。 ([97e340f](https://github.com/niacomsoft/dnVue/commit/97e340fa9f3bd400e42cf710e90444be42f14a98)), closes [#1](https://github.com/niacomsoft/dnVue/issues/1)
8+
9+
10+
### NEW FEATURE
11+
12+
* **Issue #11:** 新增 HTTP 抽象 HttpClient 方法。 ([23a494a](https://github.com/niacomsoft/dnVue/commit/23a494aeafcb777ea8d4e0569fd68b476ee13117)), closes [#11](https://github.com/niacomsoft/dnVue/issues/11) [#11](https://github.com/niacomsoft/dnVue/issues/11)
13+
* **Issue #11:** 新增 HTTP 核心项目。 ([1f744ac](https://github.com/niacomsoft/dnVue/commit/1f744acf4c0dd0856bf8c7dbf0f5eff76f21c2c0)), closes [#11](https://github.com/niacomsoft/dnVue/issues/11)
14+
* **Issue #11:** 新增 HTTP 请求方法枚举。 ([4987f3c](https://github.com/niacomsoft/dnVue/commit/4987f3cac1ef33def98fcf0aeb006a01ef613fec)), closes [#11](https://github.com/niacomsoft/dnVue/issues/11)
15+
* **Issue #11:** 新增 HTTP 请求配置构建程序。 ([03b563c](https://github.com/niacomsoft/dnVue/commit/03b563cf400efee346279077e9b5f994af958ad6)), closes [#11](https://github.com/niacomsoft/dnVue/issues/11)
16+
* **Issue #11:** 新增 HTTP 响应类型定义。 ([ae79559](https://github.com/niacomsoft/dnVue/commit/ae79559fe3c01f08fb6a0414fb7603d29a3e182b)), closes [#11](https://github.com/niacomsoft/dnVue/issues/11)
17+
* **Issue #11:** 新增 HTTP 响应状态码枚举类型。 ([2c5ce58](https://github.com/niacomsoft/dnVue/commit/2c5ce58774f697ac470e20be3e5234ba1a94118a)), closes [#11](https://github.com/niacomsoft/dnVue/issues/11)
18+
* **Issue #2 #3 #11:** 新增 DEFAULT_HTTP_BASE_URL 全局变量。 ([1c88d5a](https://github.com/niacomsoft/dnVue/commit/1c88d5ac2dd9aae858d2c0b8b0731009424122bd)), closes [#2](https://github.com/niacomsoft/dnVue/issues/2) [#3](https://github.com/niacomsoft/dnVue/issues/3) [#11](https://github.com/niacomsoft/dnVue/issues/11)
19+
220
## [1.0.0-alpha.14](https://github.com/niacomsoft/dnVue/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2022-05-25)
321

422

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@niacomsoft/dnvue",
3-
"version": "1.0.0-alpha.14",
3+
"version": "1.0.0-alpha.15",
44
"description": "A .NET programmer was developed, a front-end framework based on Vue3 and VITE!",
55
"displayName": "dnVue",
66
"scripts": {

0 commit comments

Comments
 (0)