Skip to content

Commit 2da8d91

Browse files
chore(master): release 2.0.0 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6a92512 commit 2da8d91

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/DataLinx/php-utils/compare/v1.2.0...v2.0.0) (2023-02-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **array:** renamd getArray method to toArray
9+
* **array:** removed insertAfterKey, insertBefore, insertBeforeKey
10+
* **string:** Merged (and deleted) Email helper into FluentString.
11+
12+
### Miscellaneous Chores
13+
14+
* fix export-ignore in .gitattributes ([d5f1f0e](https://github.com/DataLinx/php-utils/commit/d5f1f0e0cfa02cfe6d042b8003c083b6903b58fe))
15+
16+
17+
### Code Refactoring
18+
19+
* **array:** improve FluentArray with more fluent methods ([f2e1e89](https://github.com/DataLinx/php-utils/commit/f2e1e8924a626978c5e7f84797e9c642860f4565))
20+
* **array:** renamed getArray method to toArray ([a66374e](https://github.com/DataLinx/php-utils/commit/a66374e30c64bb959a63d18159dc4f186948c7aa))
21+
* **string:** move email domain validation to FluentString ([89485b0](https://github.com/DataLinx/php-utils/commit/89485b037367686f6086c7ecff1abb75f592999d))
22+
323
## [1.2.0](https://github.com/DataLinx/php-utils/compare/v1.1.0...v1.2.0) (2023-01-16)
424

525

0 commit comments

Comments
 (0)