3.0.0
Release Notes for 3.0.0
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 thanks to @greg0ire
- 512: Use the readonly modifier thanks to @greg0ire
- 510: Use native PHP keyword to make classes final thanks to @greg0ire
- 486: Remove the
accessRawFieldValuesparameter which is a no-op as of 3.0 thanks to @mpdude - 422: Use types declared in doc-block as return type hints thanks to @pl-github