Releases: Comos/drapper
Releases · Comos/drapper
Release list
Version with collection
0.1.0: To support retrieve null value from a field under the non-strict mode.
e.g.
```
$data = ['a' => 1, 'b'=>null];
assert( is_null(Bean::fromArray($data)->str('b'));
```