Skip to content

Releases: noctud/collection

v0.1.1 🐮

14 Mar 20:49
119892e

Choose a tag to compare

  • Utilize copy-on-write when constructing collections from arrays by @delacry in #1

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

v0.1.0 🐔

13 Mar 22:48

Choose a tag to compare

  • 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 🐣

20 Feb 16:15

Choose a tag to compare

  • Remove __invoke access syntax and make default strict ($map['key'] now throws if missing, $map['key'] ?? null still works)

v0.1.0-beta1 🥚

15 Feb 18:32

Choose a tag to compare

  • Initial beta release