Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

2.0.0

Compare
Choose a tag to compare
@elazar elazar released this 22 May 00:44
· 40 commits to master since this release
  • The minimum PHP version required is now PHP 5.4.2; PHP 5.3.x is no longer supported (@elazar)
  • Travis CI testing configuration no longer includes PHP 5.3 and now includes PHP 7 (@elazar)
  • The most current version of PHPUnit 4.x available will now be used (@Renegade334)
  • Hostname elements can now take a digit as first character and no longer need to contain a TLD, for compliance with RFC 1123 (@Renegade334)
  • Usernames can no longer contain @ characters, for compliance with RFC 2812 (@Renegade334)
  • consume() no longer truncates incomplete lines (@Renegade334)
  • Command parameters now have sequential array keys where in some instances they previously did not (@Renegade334)
  • parse() now returns unparseable commands in an 'invalid' key (@Renegade334)