Skip to content

Commit

Permalink
Added readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinsarca committed Jan 8, 2025
1 parent 0cfd20d commit f9a317d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
CHANGELOG
---------

### v4.3.0, 2025.01.08

- Proper serialization of private properties
- Improved serialization/deserialization of properties having hooks (PHP 8.4)
- Skip virtual properties (PHP 8.4)
- Added `Opis\Closure\clear_cache()`
- Added `Opis\Closure\get_raw_properties()`

### v4.2.1, 2025.01.07

- Improved generic object serialization
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
```json
{
"require": {
"opis/closure": "^4.2"
"opis/closure": "^4.3"
}
}
```
Expand Down

0 comments on commit f9a317d

Please sign in to comment.