We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff583f commit 2bbdd57Copy full SHA for 2bbdd57
docs/changelog.md
@@ -1,6 +1,22 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [v0.2.9]- 2020-11-16
5
+#### Added
6
+- 方法`FileHelper::formatPath`
7
+- 方法`FileHelper::getAbsPath`
8
+- 方法`FileHelper::getRelativePath`
9
+- 方法`ValidateHelper::isNaturalRange`
10
+
11
+#### Fixed
12
+- none
13
14
+#### Changed
15
+- 修改`DirectoryHelper::formatDir`,允许特殊字符
16
17
+#### Removed
18
19
20
## [v0.2.8]- 2020-10-31
21
#### Added
22
- 方法`DateHelper::startOfHour`
src/Version.php
@@ -21,5 +21,5 @@ class Version {
/**
* 版本号
23
*/
24
- const VERSION = '0.2.8';
+ const VERSION = '0.2.9';
25
}
0 commit comments