Skip to content

Releases: DarkGhostHunter/RutUtils

Fixed Exception message

21 Apr 23:54
bb3b10e
Compare
Choose a tag to compare

Fixed when the Exception didn't show the invalid rut.

Also, minor refactoring to everything.

PHP 8.0 compatibility.

18 Mar 00:50
7ad15e2
Compare
Choose a tag to compare
Merge pull request #17 from DarkGhostHunter/master

PHP 8.0 compatibility.

Minor testing fixes.

06 Mar 04:06
84da377
Compare
Choose a tag to compare
Merge pull request #16 from DarkGhostHunter/master

Minor internal fixes for automatic testing.

Changed PHPDoc

15 Dec 04:14
8eaf0a0
Compare
Choose a tag to compare

Just a minor fix for software that reads the returns types. The make() method returns an array, or anything since this can be manipulated by a callback.

Fixed validation from RUT instance itself

09 Dec 02:02
4568f49
Compare
Choose a tag to compare

As it says. In-instance validation sometimes setted as invalid Ruts instances where the vd was zero "0".

Minor fixes to the make() instantiation.

09 Dec 00:53
8ca5c28
Compare
Choose a tag to compare
Merge pull request #13 from DarkGhostHunter/master

Minor fixes to the manual instantiation.

MInor refactoring

08 Dec 20:35
a7dd68c
Compare
Choose a tag to compare
Merge pull request #12 from DarkGhostHunter/master

Version 2.0.1

Release 2.0

25 Oct 10:00
6cc2d80
Compare
Choose a tag to compare

Major changes, but none too important.

Couldn't make a list of changes, but it's just better you read the README.me instead.

Fixed validation

03 Jul 03:19
ab6e05c
Compare
Choose a tag to compare

Sometimes a RUT wasn't validated correctly. Now it does by normalizing the expected VD and the current VD of the RUT.

Fixed JSON output

21 Mar 00:59
e51f657
Compare
Choose a tag to compare
Merge pull request #6 from DarkGhostHunter/master

Fixed JSON output