Tags give the ability to mark specific points in history as being important
-
3.0.0
a8353e2e · ·### Release Notes for [3.0.0](https://github.com/doctrine/collections/milestone/25) Backwards incompatible release (major) ### 3.0.0 - Total issues resolved: **0** - Total pull requests resolved: **10** - Total contributors: **4** #### BC break - [522: Make ReadableCollection extend Selectable](https://github.com/doctrine/collections/pull/522) thanks to @greg0ire - [512: Use the readonly modifier](https://github.com/doctrine/collections/pull/512) thanks to @greg0ire - [510: Use native PHP keyword to make classes final](https://github.com/doctrine/collections/pull/510) thanks to @greg0ire - [486: Remove the `accessRawFieldValues` parameter which is a no-op as of 3.0](https://github.com/doctrine/collections/pull/486) thanks to @mpdude - [422: Use types declared in doc-block as return type hints](https://github.com/doctrine/collections/pull/422) thanks to @pl-github - [401: Cleanup deprecations](https://github.com/doctrine/collections/pull/401) thanks to @greg0ire - [343: Restore return types](https://github.com/doctrine/collections/pull/343) thanks to @greg0ire #### Improvement - [513: Add Override attribute where applicable](https://github.com/doctrine/collections/pull/513) thanks to @greg0ire - [474: Require PHP 8.4](https://github.com/doctrine/collections/pull/474) thanks to @derrabus - [433: Add missing types to the codebase](https://github.com/doctrine/collections/pull/433) thanks to @greg0ire
-
2.6.0
7713da39 · ·### Release Notes for [2.6.0](https://github.com/doctrine/collections/milestone/42) Feature release (minor) ### 2.6.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Deprecation - [518: Implement Selectable](https://github.com/doctrine/collections/pull/518) thanks to @greg0ire
-
2.5.1
171e68db · ·### Release Notes for [2.5.1](https://github.com/doctrine/collections/milestone/41) 2.5.x bugfix release (patch) ### 2.5.1 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **1** #### Bug - [515: Avoid triggering deprecation on named argument](https://github.com/doctrine/collections/pull/515) thanks to @greg0ire #### Improvement - [514: Address ignored PHPStan issue](https://github.com/doctrine/collections/pull/514) thanks to @greg0ire #### Deprecation - [511: Add missing @final annotation](https://github.com/doctrine/collections/pull/511) thanks to @greg0ire #### Test Suite - [509: Address PHPUnit notices](https://github.com/doctrine/collections/pull/509) thanks to @greg0ire
-
2.5.0
6108e0cd · ·### Release Notes for [2.5.0](https://github.com/doctrine/collections/milestone/40) Feature release (minor) ### 2.5.0 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Deprecation - [503: Mark all classes as final](https://github.com/doctrine/collections/pull/503) thanks to @greg0ire
-
2.4.0
9acfeea2 · ·### Release Notes for [2.4.0](https://github.com/doctrine/collections/milestone/38) Feature release (minor) ### 2.4.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Deprecation - [472: Transition to using reflection-based, direct field access only](https://github.com/doctrine/collections/pull/472) thanks to @mpdude - [453: Utilizing Expression::visit method instead of match true](https://github.com/doctrine/collections/pull/453) thanks to @CloneException
-
2.3.0
2eb07e59 · ·### Release Notes for [2.3.0](https://github.com/doctrine/collections/milestone/35) Feature release (minor) ### 2.3.0 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Improvement - [424: Leverage new array functions](https://github.com/doctrine/collections/pull/424) thanks to @derrabus #### Enhancement - [408: Add isNotNull to ExpressionBuilder](https://github.com/doctrine/collections/pull/408) thanks to @raziel057