- Minor logic changes in Coder.
- Continous integration with travis-ci.
- Fixed bugs:
- Use Symfony/Yaml instead of php extension in CodesFactory (tests).
- Use class name instead of
self
in CodesConfiguration closure to support php-5.3.
- Create a changelog (that's me :p).
- Update dependencies versions.
- Fill missing
composer.json
fields (tags, homepage, authors, etc). - Use
MockCoder
instead of defaultCoder
in tests. - Create abstract
CoderImplementationTestCase
class. - Other minor tests changes.
- Improve and fix
README.md
. - Differentiate between suggested and required packages.
- Initial commit.