Skip to content

Version 0.2.0: The Infernal Sloth Man

Pre-release
Pre-release
Compare
Choose a tag to compare
@nubs nubs released this 30 Jul 01:50
· 69 commits to master since this 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.