Skip to content

Commit b83645f

Browse files
authored
Merge pull request #41 from rekalogika:docs/readme
docs: Update README
2 parents 2eb17a9 + 7fdfe69 commit b83645f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* chore: Simplify remembering mapper.
2626
* refactor: Deprecate serializer context.
2727
* feat: null to `Traversable` or `ArrayAccess` is now handled & returns empty.
28+
* chore: Add `readonly` or implement `ResetInterface` to applicable classes.
2829

2930
## 1.0.0
3031

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ a few keystrokes.
7777
* Handles recursion and circular references.
7878
* Inheritance support. Maps to abstract classes and interfaces using an
7979
inheritance map attribute.
80+
* Maps to and from `stdClass`, objects extending `stdClass`, and other objects
81+
with dynamic properties (`#[AllowDynamicProperties]`).
82+
* Maps an object to an array, and vice versa.
8083

8184
### Custom Mapping
8285

@@ -87,6 +90,8 @@ a few keystrokes.
8790
ones.
8891
* Match classes using attributes in your transformers, in addition to using
8992
class names.
93+
* Preset mapping. Provide a table of predetermined mappings that the mapper can
94+
use.
9095

9196
### Object Lazy-Loading
9297

0 commit comments

Comments
 (0)