All notable changes to TCKimlikNo
will be documented in this file.
- Add Laravel V11 Support
- Add PHP 8.3 Support
- Add
guzzlehttp/guzzle
dependency at version ^7.2.0 for HTTP requests. - Upgrade
phpunit/phpunit
to ^9.5 | ^10.5 for testing.
- New search api by @aydinfatih in #26
- Add Laravel V10 Support
- Drop PHP 7.4 and 8.0 support.
- Drop Laravel 6, 7, 8 support
- Laravel 9 support by @frkcn in #20
- Allow localization of error messages (Thanks to @Mecit)
- Allow
.
character on name and surnames - Use
ricorocks-digital-agency/soap
package for making/faking soap requests - Set minimum PHP version to 7.4
- PHP 8 Support (Thanks to @taliptako)
- Update composer dependencies
- Replace
fzaninotto/faker
package withfakerphp/faker
package - Small refactorings
- Remove Travis CI
- Run Tests on GitHub Workflows
- Laravel 8 Support
- Laravel 7 Support (Thanks to @tkaratug)
- Fix php negative mod confusion to generate random tckn's
- Laravel 6 Support
- Readme: Add usage information for Faker Provider
- Add TCKimlikNoFakerProvider
- Add TCKimlikNoFakerProviderTest
- TCKimlikNo: Add generateChecksumDigits() Method
- Don't generate Foreigner Identity Number
- Add fzaninotto/faker requirement
- It can verify/validate both Integer and String Citizen IDs
- Add License Badge, Edit `.scrutinizer.yml for Code Coverage
- Add a Controller Validation Example for
TCKimlikNoVerify
Rule
- Changed the minimum version
illuminate/support
as^5.7
to use Laravel'sRule
Class
TCKimlikNoVerify
andTCKimlikNoValidate
Laravel Validation Rules
- Initial Release