Version 2.5.1
Change log
- Fix: When calling
map()
on a Collection and callingtoArray()
afterwards, an exception would be thrown if the collection wasn't mapped to arrays due to a faulty return type declaration. (fixed in #32, thanks @matthenning)
map()
on a Collection and calling toArray()
afterwards, an exception would be thrown if the collection wasn't mapped to arrays due to a faulty return type declaration. (fixed in #32, thanks @matthenning)