File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
1
# php-helper
2
2
3
- k`s php helper/library/utils
4
- php 常用函数库/工具集,仅测试支持php 7.2/7.3/7.4/8.0/8.1/8.2
5
- 包括数组、文件、验证、字符串、加解密等操作,具体见src/Helpers
3
+ k's php helper/library/utils
4
+ php 常用函数库/工具集,包括数组、文件、验证、字符串、加解密等操作,具体见` src/Helpers ` .
5
+ 支持的php版本有:
6
+
7
+ - 7.2
8
+ - 7.3
9
+ - 7.4
10
+ - 8.0
11
+ - 8.1
12
+ - 8.2
6
13
7
14
### 相关
8
15
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ v0.4.8] - 2023-06-06
6
+
7
+ #### Added
8
+
9
+ - none
10
+
11
+ #### Fixed
12
+
13
+ - 修复` StrictObject::isset `
14
+
15
+ #### Changed
16
+
17
+ - 优化` DateHelper::timestamp `
18
+ - 优化` DateHelper::isBetween `
19
+ - 优化` StringHelper::passwdSafeGrade `
20
+
21
+ #### Removed
22
+
23
+ - 移除` DateHelper::dateTime `
24
+ - 移除` DateHelper::yearMonth `
25
+ - 移除` DateHelper::monthDay `
26
+
5
27
## [ v0.4.7] - 2023-05-04
6
28
7
29
#### Added
You can’t perform that action at this time.
0 commit comments