-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
979d33d
commit d591ac4
Showing
2 changed files
with
4 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,137 +0,0 @@ | ||
## 2.0.0 | ||
|
||
项目使用`Typescript`重写 | ||
|
||
## 1.0.22 | ||
|
||
### Bug Fixes | ||
|
||
- trimEnd 修改为 trimLast,解决命名冲突 | ||
|
||
## 1.0.21 | ||
|
||
### Bug Fixes | ||
|
||
- 修复了 401 和 403 返回错误信息 | ||
|
||
## 1.0.20 | ||
|
||
### Features | ||
|
||
- 去除了`getBaseUrl`和`getUser` | ||
|
||
## 1.0.17 | ||
|
||
### Features | ||
|
||
- `String`原型链强化了`trimEnd`方法,可以传入字符 | ||
|
||
## 1.0.16 | ||
|
||
### Bug Fixes | ||
|
||
- 修复了`socket`文件对`common`引用错误 | ||
|
||
## 1.0.15 | ||
|
||
### Features | ||
|
||
- `http`扩展了`put`、`delete`方法 | ||
- `Function`原型链添加`method`方法,优化原型扩展语法 | ||
|
||
## 1.0.14 | ||
|
||
### Features | ||
|
||
- 添加了`Socket` | ||
- 添加了数组扩展函数`chunk` | ||
|
||
## 1.0.13 | ||
|
||
### Bug Fixes | ||
|
||
- 修复了`http`引用报错 | ||
|
||
## 1.0.12 | ||
|
||
### Bug Fixes | ||
|
||
- 修复了`http`引用报错 | ||
|
||
## 1.0.11 | ||
|
||
### Features | ||
|
||
- 添加了`http`,提供`get`、`post`请求方法 | ||
- 添加了判断类型函数`isNil`、`isNumber`、`isObject`、`isFunction` | ||
|
||
## 1.0.10 | ||
|
||
### Features | ||
|
||
- 添加了`AES`加密 | ||
|
||
## 1.0.9 | ||
|
||
### Features | ||
|
||
- 修改了导出结构 | ||
|
||
## 1.0.8 | ||
|
||
### Features | ||
|
||
- 添加了`BASE64`编码、解码 | ||
|
||
## 1.0.7 | ||
|
||
### Features | ||
|
||
- 移除了`axios`封装 | ||
|
||
## 1.0.6 | ||
|
||
### Features | ||
|
||
- 添加了`JSEncrypt`非对称加密 | ||
|
||
## 1.0.5 | ||
|
||
### Features | ||
|
||
- 完善了文档 | ||
|
||
## 1.0.4 | ||
|
||
### Features | ||
|
||
- 优化了`http`的错误码`400`错误提示信息 | ||
|
||
## 1.0.3 | ||
|
||
### Bug Fixes | ||
|
||
- 优化了报错提示 | ||
- 移除了冗余代码 | ||
|
||
## 1.0.2 | ||
|
||
### Bug Fixes | ||
|
||
- 优化了`http`请求报错提示信息 | ||
|
||
## 1.0.1 | ||
|
||
### Features | ||
|
||
- 添加了`current-device`设备判断函数 | ||
|
||
## 1.0.0 | ||
|
||
### Features | ||
|
||
- `uuid`生成 | ||
- `http`封装函数 | ||
- `md5`和`aes`加密 | ||
- `isNull`和`isNullOrEmpty`判空函数 | ||
- `String`扩展函数`toText` | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters