Skip to content

Commit

Permalink
Updated changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sorinsarca committed Jan 4, 2025
1 parent 16afe15 commit 1e61bd9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
CHANGELOG
---------

### v4.1.0, 2025.01.05

#### Changes

- Improved closure parser
- Improved array & object serialization/deserialization
- Added `ClosureInfo::getClosure()`
- Fixed `ClosureInfo::getFactory()` bindings and marked the method as internal

#### Internal changes

Added

- `ClassInfo::get()`
- `ClassInfo::clear()`
- `ClassInfo::isInternal()`
- `ClassInfo::isEnum()`
- `ClassInfo::refId()`
- `ClassInfo` is final
- `ClassInfo` constructor is private

Removed

- `Serializer::getClassInfo()` (replaced by `ClassInfo::get()`)
- `Serializer::isEnum()` (replaced by `ClassInfo::isEnum()`)

### v4.0.1, 2025.01.04

- Fixes unserialization error [#149](https://github.com/opis/closure/issues/149)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Or you could directly reference it into your `composer.json` file as a dependenc
```json
{
"require": {
"opis/closure": "^4.0"
"opis/closure": "^4.1"
}
}
```
Expand Down

0 comments on commit 1e61bd9

Please sign in to comment.