Releases: noctud/collection
Releases · noctud/collection
v0.1.1 🐮
v0.1.0 🐔
- 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.1incomposer.json.
v0.1.0-beta2 🐣
- Remove __invoke access syntax and make default strict (
$map['key']now throws if missing,$map['key'] ?? nullstill works)
v0.1.0-beta1 🥚
- Initial beta release