Skip to content

Releases: NanoSector/collections

Types

03 Nov 10:17
Compare
Choose a tag to compare

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

27 Aug 19:20
Compare
Choose a tag to compare

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

23 Aug 13:22
Compare
Choose a tag to compare

Update our dependencies. This is not a required update.

Bugfix release

22 Jul 19:27
Compare
Choose a tag to compare

This release fixes a bug where the exchangeArray method could be used to insert invalid values into the collection.

Remove without method

29 Jun 19:52
Compare
Choose a tag to compare
  • Remove without method

Pass an inverted closure to the filter method instead.

Bugfix: Preserve keys with filter() and without()

29 Jun 00:31
Compare
Choose a tag to compare

! filter/without: preserve keys

Initial release (again)

29 Jun 00:05
Compare
Choose a tag to compare

Initial release missed some features, here it is again.