All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- add project overview (travis, scrutinizer, openhub etc.)
- create examples for the sections
- implement generator to update "Available Sections"
1.10.0 - released at 2022-11-23
- Added RealNumber
- Added this changelog
- Removed
Collection\Chunk
andCollection\ChunkItertor
since it is not used - Dropped support for php below 8.0
- Fixed issue/2
- Minimum and maximum can now be equal
- Step size can now be greater than the difference between provided minimum and maximum
- Fixed issue/3
- Each chunk item will be provided only once
- Updated code base to php 8.0
- Added php 8.0 to travis
- Added php 8.1 to travis
1.9.0 - released at 06.03.2016
- added dedicated integration test for php 7.0
- moved to psr-4 autoloading
- removed dedicated integration test for php 5.3.3
1.8.1 - released at 12.01.2016
- fixed dependency handling for phpunit 4.8.*
1.8.0 - released at 15.12.2015
- added Merge
- added Text::hasTheLengthOf($string, $expectedLength), Text::isLongerThan($string, $expectedLength) and Text::isShorterThan($string, $expectedLength)
- added Text::hasTheLengthOf($string, $expectedLength), Text::isLongerThan($string, $expectedLength) and Text::isShorterThan($string, $expectedLength)
1.7.1 - released at 11.12.2015
- fixed broken link in release 1.6.0
- updated dependency
1.7.0 - released at 05.11.2015
- added Timestamp
1.6.0 - released at 02.11.2015
- added Stopwatch
- update release notes
- updated dependency to phpunit
1.5.0 - released at 10.10.2015
- added Text
1.4.1 - released at 17.09.2015
- fixed validation issue and exception message spelling issue for the Experiment
1.4.0 - released at 10.09.2015
- refactored api of the Experiment heavily
1.3.0 - released at 09.09.2015
- added Experiment
1.2.2 - released at 23.08.2015
- updated dependency
1.2.1 - released at 03.08.2015
- made ChunkIterator reusable by making constructor parameters optional and create public initialize method
1.2.0 - released at 03.08.2015
- added ChunkIterator
1.1.2 - released at 03.08.2015
- shifted parameters for EnumerableDeferred from (
$initializer, $finisher, $processor, $limit
to$initializer, $processor, $finisher, $limit
)
1.1.1 - released at 30.07.2015
- updated dependency
1.1.0 - released at 30.07.2015
- added EnumerableDeferred
1.0.0 - released at 26.06.2015
- initial release