Skip to content

Releases: noctud/collection

v0.1.6 🦩

Choose a tag to compare

@delacry delacry released this 18 Jul 09:35
fb1ab79

What's Changed

  • Narrow sum() return type by @nikophil in #17
  • Narrow filterNotNull() and filterValuesNotNull() return types by @nikophil in #18

Full Changelog: v0.1.5...v0.1.6

v0.1.5 🐸

Choose a tag to compare

@delacry delacry released this 11 Jul 19:35
80b2e55

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4 🦋

Choose a tag to compare

@delacry delacry released this 14 Jun 14:29
5ba8ddb

What's Changed

  • Make Collection::toArray return list by @nikophil in #13
  • Type list-returning methods as list instead of array<int, E> by @delacry in #14

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3 🐠

Choose a tag to compare

@delacry delacry released this 02 Jun 18:59
36745a7

What's Changed

  • Fix empty mutable factories type inference by @delacry in #7
  • Upgrade PHPStan to ^2.2 by @delacry in #8
  • Add new logo to the docs by @delacry in #11
  • Add cheatsheet to the docs and improve api docs style by @nikophil and @delacry in #10
  • Add composer qa command for running all QA tools

Full Changelog: v0.1.2...v0.1.3

v0.1.2 🐦

Choose a tag to compare

@delacry delacry released this 27 May 23:17

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1 🐮

Choose a tag to compare

@delacry delacry released this 14 Mar 20:49
  • Utilize copy-on-write when constructing collections from arrays by @delacry in #1

Full Changelog: v0.1.0...v0.1.1

v0.1.0 🐔

Choose a tag to compare

@delacry delacry released this 13 Mar 22:48
  • First stable release suitable for production use.
  • Although the project is in 0.x, it follows Semantic Versioning conventions: patch releases (0.1.x) will not introduce backward-incompatible changes, and any breaking change will bump the minor version (e.g., 0.2.0), you can safely use ^0.1 in composer.json.

v0.1.0-beta2 🐣

Choose a tag to compare

@delacry delacry released this 20 Feb 16:15
  • Remove __invoke access syntax and make default strict ($map['key'] now throws if missing, $map['key'] ?? null still works)

v0.1.0-beta1 🥚

Choose a tag to compare

@delacry delacry released this 15 Feb 18:32
  • Initial beta release