Skip to content

Releases: hashbangcode/webolution

2.0.7

26 Jan 21:17

Choose a tag to compare

Changes:

  • Reduced the upper limit of random unit creation to prevent silly pages being produced.

2.0.6

02 Jan 21:48

Choose a tag to compare

Changes:

  • Updated the output of the number decorators.
  • Added parser interface and parsing classes for most types.

2.0.5

28 Dec 20:55

Choose a tag to compare

Changes:

  • Updated all packages to PHP 8 compatible versions.
  • Fixed a few edge cases and randomly failing tests.

2.0.4

08 Dec 20:30
8d93610

Choose a tag to compare

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

08 Dec 19:06
9a5ebff

Choose a tag to compare

Changes:

  • Change getHeight to getPixelHeightFromBottom in the Image class.

2.0.2

08 Dec 11:59
2e68e57

Choose a tag to compare

Changes:

  • Standardized the crossover implementation across the application.
  • Added crossover implementations for Unit, Style, and Element.

2.0.1

07 Dec 23:41
70035a8

Choose a tag to compare

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

07 Dec 18:48

Choose a tag to compare

Added test for copying individuals in population classes.