Skip to content

Releases: nubs/random-name-generator

Version 2.2.0: Sleepy Hoedown Disaster

12 Jan 13:51
50abf24
Compare
Choose a tag to compare

Major Features

  • Update to support PHP 8.0 [PR #40]

Developer Changes

  • Test enhancement [PR #37]
  • Migrate to GitHub Action [PR #40#41]

Version 2.1.0: Omega Helicopter Nation

04 Dec 01:58
Compare
Choose a tag to compare

Major Features

  • Added __toString() to all classes implementing Generator interface [PR #34]

Version 2.0.0: Luigi's Stunt Assault

15 Sep 02:03
Compare
Choose a tag to compare

Backwards Compatibility Breakers

  • Require PHP 5.6 or newer. [PR #23]

Minor Features

  • Update animal names [PR #33]

Bug Fixes

  • corrected animal name for mexican wolf [PR #32]

Developer Changes

  • Update dependencies. [PR #18#20#22#26#28#31]
  • Add test script to composer.json. [PR #30]
  • Move tests dockerfile to root directory. [PR #27]
  • Update docker-compose file to v2 syntax. [PR #24]
  • Use PHP 5.4 short array syntax. [PR #19#29]

Version 1.0.0: Kamikaze Cyborg Romp

12 Jan 18:51
Compare
Choose a tag to compare

Backwards Compatibility Changes

  • Deprecate PHP 5.4. [PR #8]

Major Features

  • Add an "all" generator as a meta generator using others. [PR #12#16]

Developer Changes

  • Update dependencies. [PR #7#11#13#14]
  • Add link to usage of library I saw. [PR #10]
  • Add coveralls to CONTRIBUTING.
  • Update from fig to docker-compose in CONTRIBUTING docs.
  • Add license details to README.
  • Use containers for travis build.
  • Update coverage badge to coveralls supplied one.
  • Add some basic usage examples to the README.

Version 0.2.0: The Infernal Sloth Man

30 Jul 01:50
Compare
Choose a tag to compare
Pre-release

Backwards Compatibility Breakers

  • Remove PHP 5.3 support.

Major Features

  • Add Alliteration Generator.

Minor Features

  • Add php 7.0 to travis.
  • Add docker/fig build.
  • Document the video game name generator.

Developer Changes

  • Move fig to docker-compose.
  • Remove code coverage analyzer from scrutinizer.
  • Integrate with coveralls.
  • Remove --dev: that's the default.
  • Add composer require command to installation instructions.
  • Add contribution guidelines.
  • Run codesniffer against tests.
  • Add a build script for PSR1 and code coverage.
  • Don't specify redundant options for phpunit.
  • Ensure strict code coverage.
  • Use shields.io flat svg badges.
  • Add a test for the same name (3D picked twice). Fixes #1.
  • Use cinam/randomizer for tests. Fixes #2.

Version 0.1.0 - Atomic Crowbar Pimps

22 May 01:47
Compare
Choose a tag to compare
Pre-release

Initial release including a ported VGNG implementation.