Releases: JustSteveKing/LaravelPostcodes
Releases · JustSteveKing/LaravelPostcodes
4.0.0
What's Changed
- Fixing Array to string conversion warning on getPoscodes method by @nathandaly in #51
- Laravel 11.x Compatibility by @laravel-shift in #52
New Contributors
- @nathandaly made their first contribution in #51
Full Changelog: 3.0.0...4.0.0
3.0.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #50
New Contributors
- @laravel-shift made their first contribution in #50
Full Changelog: 2.0.0...3.0.0
Laravel 9 SUpport
What's Changed
- Clean up service provider and run phpcs by @benjam-es in #45
- Update to remove deprecated function issue #46 by @benjam-es in #47
- Added Laravel 9 Support by @cmanish049 in #49
New Contributors
- @benjam-es made their first contribution in #45
- @cmanish049 made their first contribution in #49
Full Changelog: V1.5.0...2.0.0
Adding Facade for easy access
Merge pull request #42 from dnwjn/feature/facade Facade implementation
PHP 8 support
V1.4.0 Add PHP 8 Support
Laravel 8 Support
Thanks to @JayBizzle we now have Laravel 8 support 🎉
Extending Service
Adding the option to preValidate a postcode instead of making a service call using regex.
Adding the outbound postcode validation using regex.
Extending tests to cover new methods, and migrating from Travis to github actions