This repository was archived by the owner on Dec 14, 2023. It is now read-only.
Release v1.0.0
1.0.0 - 2021-12-01
We're bringing you a major release. The focus is on one much-desired feature: the Laravel 8.x and PHP 8 adoption. This release comes with several breaking changes.
Added
- Xdebug extension in the
appdocker to enable remote test coverage creation. - phpMyAdmin service for managing the database while developing. It will spawn using the Docker Compose.
- Support for Laravel 8.x and PHP 8.x (#121)
Changed
- Type of
datacolumn in therecordstable. From varchar(255) to text. (#139) - Moved
doctrine/dbalto dev dependency - Configuration file
.env.example - Use of the Presenter pattern more and more
- Rename
Recordmodel toResourceRecord - Some tables have changed:
serverinstead ofmaster_serverprimaryandsecondaryinstead ofmasterandslaveGithub is replacing the word master to avoid slavery references
- Bump
bensampo/laravel-enumfromv3.4.1tov3.4.2. - Bump
laravel/frameworkfromv8.50.0tov8.73.2. - Bump
laravel/uifromv3.3.1tov3.3.3. - Bump
phpseclib/phpseclibfromv3.0.11tov3.0.12. - Bump
spatie/laravel-activitylogfromv4.1.1tov4.3.1. - Bump
yajra/laravel-datatables-oraclefromv9.18.1tov9.18.2. - Bump
doctrine/dbalfromv3.1.1tov3.2.0. (#163) - Bump
facade/ignitionfromv2.17.1tov2.17.2. - Bump
phpunit/phpunitfromv9.5.8tov9.5.10. - Bump
fakerphp/fakerfromv1.15tov1.16. -
Fixed
- Make zone serial increment properly. (#141)
- Inconsistency regarding final dot. (#142, #145)
- Incorrect quoting of TXT records. Thanks @gadall. (#143)
Removed
- Dev packages
barryvdh/laravel-debugbarandbarryvdh/laravel-ide-helper - Browser tests. This has reduced temporarily the test coverage.
Review CHANGELOG to see changes.