1.0.0
- Initial version of module
1.0.1
- Adding missing php doc (important in frameworks basing on annotations)
2.0.0
- allowing to create
ObjectArrayfrom iterators (iterable psuedo-type - https://www.php.net/manual/en/language.types.iterable.php)
2.0.1
- fix for
IteratorAggregateiterable
2.0.2
- fix for ObjectArray not preserving keys when built on top of iterable with key-value structure