Skip to content

Commit

Permalink
Strings 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Feb 18, 2021
1 parent 52a6053 commit 08d6475
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
* text=auto
* eol=lf

.git export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
phpunit.xml export-ignore
CHANGELOG.md export-ignore
tests export-ignore
.git export-ignore
.gitattributes export-ignore
.gitignore export-ignore
/.github export-ignore
phpunit.xml export-ignore
CHANGELOG.md export-ignore
/tests export-ignore
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="3.0.0"></a>
# [3.0.0](https://github.com/atomastic/strings) (2021-02-18)
* Moving to PHP 7.4.0
* add echo() method
* add format() method
* add crc32() method
* add md5() method
* add sha1() method
* add sha256() method
* add base64Decode() method
* add base64Encode() method

<a name="2.5.0"></a>
# [2.5.0](https://github.com/atomastic/strings) (2021-01-29)
* fix contains() method
Expand Down

0 comments on commit 08d6475

Please sign in to comment.