Releases: nubs/random-name-generator
Releases · nubs/random-name-generator
Version 2.2.0: Sleepy Hoedown Disaster
Version 2.1.0: Omega Helicopter Nation
Major Features
- Added __toString() to all classes implementing Generator interface [PR #34]
Version 2.0.0: Luigi's Stunt Assault
Version 1.0.0: Kamikaze Cyborg Romp
Backwards Compatibility Changes
- Deprecate PHP 5.4. [PR #8]
Major Features
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
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
Initial release including a ported VGNG implementation.