Skip to content

Releases: unreal4u/rutverifier

v2.2.1

22 Mar 01:08
Compare
Choose a tag to compare

Many small fixes related to automated testing

v2.2.0

22 Mar 00:50
Compare
Choose a tag to compare

JavaScript is now loaded from https://packagist.org/unreal4u/rutverifier-js. This allows for better testing and separation between PHP and JS in a natural and quick way.

Also updated composer.json with this new repository
General code cleanup and documentation update

v2.1.0

19 Mar 22:01
Compare
Choose a tag to compare

Embedded JavaScript script is now also thoroughly checked with QUnit.

PHP gets the minified version of this library

v2.0.0

11 Mar 21:10
Compare
Choose a tag to compare

Version 2.0.0

  • Removed c_javascript function
  • Standarized data type on return for all functions, no more mixed types
  • Updated PHPUnit dependency to latest stable version
  • Will now test PHP 5.3 in Travis-CI as well
  • Class will now sprintf into the error array in preparation for later i18n implementation

v1.2.10

27 Feb 20:15
Compare
Choose a tag to compare

This class will now validate it's unit tests at Travis-CI.

In the next mayor version, some functions will be deprecated in order to adjust to new naming conventions.
The composer.json file has now keywords as well to help in the search.

v1.2.8

20 Feb 23:18
Compare
Choose a tag to compare

Moved phpunit.xml to root and adjusted tests

v1.2.7

07 Jan 23:16
Compare
Choose a tag to compare

This is the first release with support for .gitattributes so you wont get any extra files you don't really need when creating an archive