Releases: hashbangcode/webolution
Releases · hashbangcode/webolution
2.0.7
2.0.6
Changes:
- Updated the output of the number decorators.
- Added parser interface and parsing classes for most types.
2.0.5
Changes:
- Updated all packages to PHP 8 compatible versions.
- Fixed a few edge cases and randomly failing tests.
2.0.4
Changes:
- Added faker library.
- Updated the RandomText trait to include functions that generate a few words or a few sentences.
- Updated the Element class to allow for a few words to be added to title elements and sentences to be added to text elements.
2.0.3
Changes:
- Change getHeight to getPixelHeightFromBottom in the Image class.
2.0.2
Changes:
- Standardized the crossover implementation across the application.
- Added crossover implementations for Unit, Style, and Element.
2.0.1
Changes:
PR #3 The following functions have been added to each Individual type.
- getId(): This returns a UUID that is unique to the Individual being created.
- getName(): This returns a string that allows the Individual to be named identified. This name has something to do with the structure of the individual itself.
- getSpecies(): This returns a species that the individual belongs to. This is similar to the individual name, but is intended to be more generic so that similar individuals can belong to the same species.
2.0.0
Added test for copying individuals in population classes.