-
Notifications
You must be signed in to change notification settings - Fork 2
Releases: noctud/collection
Releases · noctud/collection
v0.1.4 🦋
v0.1.3 🐠
@delacry
delacry
36745a7
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 qacommand for running all QA tools
Full Changelog: v0.1.2...v0.1.3
Assets 2
v0.1.2 🐦
What's Changed
- Mirror interface signatures on Set transform methods by @celestialaly in #5
- Mirror interface signatures on List and Map transform methods by @delacry in #6
- Add .editorconfig mirroring the coding standard
- Add opt-in self-preserving immutable collection logic traits (see https://noctud.dev/collection/extending)
New Contributors
- @celestialaly made their first contribution in #5
Full Changelog: v0.1.1...v0.1.2
Assets 2
v0.1.1 🐮
Full Changelog: v0.1.0...v0.1.1
Assets 2
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.
Assets 2
v0.1.0-beta2 🐣
- Remove __invoke access syntax and make default strict (
$map['key']now throws if missing,$map['key'] ?? nullstill works)
Assets 2
v0.1.0-beta1 🥚
- Initial beta release