File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ v0.3.0] - 2020-11-21
5
+ #### Added
6
+ - 方法` NumberHelper::money2Yuan `
7
+ - 方法` NumberHelper::nearLogarithm `
8
+ - 方法` NumberHelper::splitNaturalNum `
9
+ - 方法` OsHelper::getOS `
10
+ - 方法` OsHelper::isMac `
11
+ - 方法` StringHelper::grabBrackets `
12
+ - 方法` StringHelper::stripBrackets `
13
+ - 方法` StringHelper::toArray `
14
+
15
+ #### Fixed
16
+ - 修改` BaseService::getError ` 为null时类型错误
17
+
18
+ #### Changed
19
+ - 修改` FileHelper::img2Base64 ` ,增加图片类型
20
+ - 修改` StringHelper::dstrpos ` ,使用mb_strpos
21
+
22
+ #### Removed
23
+ - none
24
+
4
25
## [ v0.2.9] - 2020-11-16
5
26
#### Added
6
27
- 方法` FileHelper::formatPath `
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ class Version {
21
21
/**
22
22
* 版本号
23
23
*/
24
- const VERSION = '0.2.9 ' ;
24
+ const VERSION = '0.3.0 ' ;
25
25
}
You can’t perform that action at this time.
0 commit comments