Skip to content

Version 2.5.1

Choose a tag to compare

@Radiergummi Radiergummi released this 26 Apr 10:50
· 27 commits to 2.x since this release
f6a56d4

Change log

  • Fix: When calling 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)