Releases: Laragear/Rut
Releases · Laragear/Rut
v3.0.2
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #46
- [3.x] Fixes Rule Unique setting last parameter as not NULL by @DarkGhostHunter in #47
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #43
- [3.x] Fixes query table and column selection by @DarkGhostHunter in #41
- [3.x] Fixes bindable callbacks macros. by @DarkGhostHunter in #42
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #34
- Update nikic/php-parser requirement from ^4.17.1 to ^4.17.1 || ^5.0.0 by @dependabot in #33
New Contributors
- @dependabot made their first contribution in #33
Full Changelog: v2.0.1...v3.0.0
v2.0.1
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #31
- Fix/stub autocompletion collision by @DarkGhostHunter in #32
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.2.0
What's Changed
- Apply fixes from StyleCI by @DarkGhostHunter in #18
- Apply fixes from StyleCI by @DarkGhostHunter in #19
- Apply fixes from StyleCI by @DarkGhostHunter in #20
- [1.x] PHP 8.2, Laravel 10 support by @DarkGhostHunter in #21
Full Changelog: v1.1.1...v1.2.0
Minor fix
What's Changed
- [1.x] Fixes extending builder with unwanted functions by @DarkGhostHunter in #10
Full Changelog: v1.1.0...v1.1.1
One fix, one new feature
What's Fixed
- Fixes validation rule not validating RUT instances (it accepted
string
ornum
strictly)
What's New
- Adds a helper to append the
rut
value and hide the RUT columns (by defaultrut_num
andrut_vd
). Opt-in.
Minor cast fix
What's changed?
CastRut
allows to set null values as RUT, and return null values when both rut columns are not set.
Minor optimizations
What's changed?
- Added minor optimization to regex for cleaning a RUT string.