Skip to content

Releases: hashbangcode/webolution

2.0.7

Choose a tag to compare

@philipnorton42 philipnorton42 released this 26 Jan 21:17

Changes:

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

2.0.6

Choose a tag to compare

@philipnorton42 philipnorton42 released this 02 Jan 21:48

Changes:

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

2.0.5

Choose a tag to compare

@philipnorton42 philipnorton42 released this 28 Dec 20:55

Changes:

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

2.0.4

Choose a tag to compare

@philipnorton42 philipnorton42 released this 08 Dec 20:30
8d93610

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

Choose a tag to compare

@philipnorton42 philipnorton42 released this 08 Dec 19:06
9a5ebff

Changes:

  • Change getHeight to getPixelHeightFromBottom in the Image class.

2.0.2

Choose a tag to compare

@philipnorton42 philipnorton42 released this 08 Dec 11:59
2e68e57

Changes:

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

2.0.1

Choose a tag to compare

@philipnorton42 philipnorton42 released this 07 Dec 23:41
70035a8

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

Choose a tag to compare

@philipnorton42 philipnorton42 released this 07 Dec 18:48
Added test for copying individuals in population classes.