Skip to content

Releases: Comos/drapper

Version with collection

Choose a tag to compare

@bigbigant bigbigant released this 24 Nov 10:47
0.2.0

Support collection

0.1.0: To support retrieve null value from a field under the non-strict mode.

Choose a tag to compare

@bigbigant bigbigant released this 19 Nov 12:27
e.g.
```
$data = ['a' => 1, 'b'=>null];
assert( is_null(Bean::fromArray($data)->str('b'));
```