Skip to content

Commit 08d6475

Browse files
committed
Strings 3.0.0
1 parent 52a6053 commit 08d6475

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

.gitattributes

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
* text=auto
22
* eol=lf
33

4-
.git export-ignore
5-
.gitattributes export-ignore
6-
.gitignore export-ignore
7-
.github export-ignore
8-
phpunit.xml export-ignore
9-
CHANGELOG.md export-ignore
10-
tests export-ignore
4+
.git export-ignore
5+
.gitattributes export-ignore
6+
.gitignore export-ignore
7+
/.github export-ignore
8+
phpunit.xml export-ignore
9+
CHANGELOG.md export-ignore
10+
/tests export-ignore

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="3.0.0"></a>
2+
# [3.0.0](https://github.com/atomastic/strings) (2021-02-18)
3+
* Moving to PHP 7.4.0
4+
* add echo() method
5+
* add format() method
6+
* add crc32() method
7+
* add md5() method
8+
* add sha1() method
9+
* add sha256() method
10+
* add base64Decode() method
11+
* add base64Encode() method
12+
113
<a name="2.5.0"></a>
214
# [2.5.0](https://github.com/atomastic/strings) (2021-01-29)
315
* fix contains() method

0 commit comments

Comments
 (0)