Releases: NanoSector/collections
Releases · NanoSector/collections
Types
What's Changed
- Type parameter was added to the collection class.
- Add quality tools by @Yoshi2889 in #37
Full Changelog: v0.1.6...v0.2
Target php 7.0 instead of 7.1
There was no reason to target php 7.1, since the code is 100% compatible with php 7.0.
Depend on événement 3.0 or 2.0
Update our dependencies. This is not a required update.
Bugfix release
This release fixes a bug where the exchangeArray
method could be used to insert invalid values into the collection.
Remove without method
- Remove without method
Pass an inverted closure to the filter method instead.
Bugfix: Preserve keys with filter() and without()
! filter/without: preserve keys
Initial release (again)
Initial release missed some features, here it is again.