Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Releases: DarkGhostHunter/Lararut

Simpler, better and faster.

14 Dec 21:10
37b4e7a
Compare
Choose a tag to compare
Merge pull request #12 from DarkGhostHunter/master

4.0

Fixed 'k' validation against the database

06 Jul 04:57
ea6fff5
Compare
Choose a tag to compare

Last release couldn't validate properly RUTs with "K" verification digits against the database. This is a limitation on Laravel itself, since it uses the default validateExists() Rule behind the scenes.

The only fix is to tell the ValidatesRut class if the validation against the database will be done using an uppercase K or lowercase k.

This cannot be avoided, but since mixing both records in the database is a bad practice (less consistency), it accepted as a solution. Alternatively, the developer can use num_exists and num_unique that only validates the number of the RUT.

Revamp

05 Jul 04:38
2c27df0
Compare
Choose a tag to compare

As it says, is a total revamp of the library.

  • Formatted rules, removing is_ from all of them.
  • Added more flexibility to RutExists and RutUnique.
  • New rules called num_exists and num_unique.
  • Removed Facade

Fixed some methods in the Facade PHPDocs

21 Mar 01:20
e50deaf
Compare
Choose a tag to compare
Merge pull request #8 from DarkGhostHunter/master

Fixed some methods in PHPDocs

New Rule "rut_unique"

21 Mar 01:04
ec7d7cc
Compare
Choose a tag to compare
Merge pull request #7 from DarkGhostHunter/master

New rule.

v2.0.1: Merge pull request #6 from DarkGhostHunter/master

08 Mar 20:39
ea17b80
Compare
Choose a tag to compare
Fixed Rut Facade not correctly type-hinting Rut class

Laravel 5.8 compatibility

02 Mar 23:35
8853ffe
Compare
Choose a tag to compare
Merge pull request #5 from DarkGhostHunter/master

Updated the RutUtils version

New helper and internal rule enhancement

07 Jan 03:36
d6589be
Compare
Choose a tag to compare
Merge pull request #4 from DarkGhostHunter/master

Helper and rule enhancement

Changed RUT Facade name for better convenience

01 Jan 21:51
2490932
Compare
Choose a tag to compare
Merge pull request #3 from DarkGhostHunter/master

Changed RUT Facade name for better convenience.

Changed RUT Facade

28 Dec 14:43
9ed54b4
Compare
Choose a tag to compare

Now you can access to the Rut instance with Rut instead of RutFacade.