Skip to content

Commit 04dd408

Browse files
committed
fix changelog.md
1 parent a6cbc08 commit 04dd408

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# php-helper
22

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
613

714
### 相关
815

docs/changelog.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
527
## [v0.4.7]- 2023-05-04
628

729
#### Added

0 commit comments

Comments
 (0)