Skip to content

Commit 4798893

Browse files
committed
Update CHANGELOG.md
1 parent 09a4430 commit 4798893

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Changelog
22

3-
## 2.0.0 - WIP
3+
## 2.0.0 - 2026-02-08
44
- Update to PHP 8.5
55
- Migrate tests from Pest PHP v2 to PHPUnit 11
66
- Remove deprecated code
77
- Update PHPStan version 2
88
- Update Rector version 2
9+
- groupBy() return Table-of-Tables with key mode support
10+
- Table class, add the `get()` method to retrieve a row/group by key
11+
- Table class, add the `toJson()` method for JSON serialization
912

1013
## 1.1.0 - 2024-06-13
1114
- Add the Arr `set()` method supports 'dot' (or custom) notation for nested arrays for setting nested values, for example, `$arr`->set('first-level.second-level.third-level', "something")`

0 commit comments

Comments
 (0)