diff --git a/README.md b/README.md index ff814e5..ba32f51 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ php 常用函数库/工具集,仅测试支持php 7.2/7.3/7.4/8.0 ### 相关 [![Php Version](https://img.shields.io/badge/php-%3E=7.2-brightgreen.svg)](https://secure.php.net/) -[![Build Status](https://travis-ci.org/kakuilan/php-helper.svg?branch=master)](https://travis-ci.org/kakuilan/php-helper) +[![Build Status](https://github.com/kakuilan/php-helper/workflows/helper-test/badge.svg)](https://github.com/kakuilan/php-helper/actions) [![codecov](https://codecov.io/gh/kakuilan/php-helper/branch/master/graph/badge.svg)](https://codecov.io/gh/kakuilan/php-helper) [![Code Size](https://img.shields.io/github/languages/code-size/kakuilan/php-helper.svg?style=flat-square)](https://github.com/kakuilan/php-helper) [![Starts](https://img.shields.io/github/stars/kakuilan/php-helper.svg)](https://github.com/kakuilan/php-helper) diff --git a/docs/changelog.md b/docs/changelog.md index 86d80c5..d7a4bd1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,37 @@ All notable changes to this project will be documented in this file. +## [v0.4.7]- 2023-05-04 + +#### Added + +- 新增`ArrayHelper::xmlToArray` +- 新增`ArrayHelper::arrayToXml` +- 新增`DateHelper::timestamp` +- 新增`DateHelper::year` +- 新增`DateHelper::month` +- 新增`DateHelper::day` +- 新增`DateHelper::hour` +- 新增`DateHelper::minute` +- 新增`DateHelper::second` +- 新增`DateHelper::yearMonth` +- 新增`DateHelper::monthDay` +- 新增`DateHelper::format` +- 新增`DateHelper::dateTime` +- 新增`DateHelper::isBetween` + +#### Fixed + +- none + +#### Changed + +- none + +#### Removed + +- none + ## [v0.4.6]- 2023-02-28 #### Added diff --git a/src/Version.php b/src/Version.php index 68cfc04..89c5cc8 100644 --- a/src/Version.php +++ b/src/Version.php @@ -21,5 +21,5 @@ class Version { /** * 版本号 */ - const VERSION = '0.4.5'; + const VERSION = '0.4.7'; } \ No newline at end of file