Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Dec 21:28
v1.0.0
19e0c58

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 app docker 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 data column in the records table. From varchar(255) to text. (#139)
  • Moved doctrine/dbal to dev dependency
  • Configuration file .env.example
  • Use of the Presenter pattern more and more
  • Rename Record model to ResourceRecord
  • Some tables have changed:
  • Bump bensampo/laravel-enum from v3.4.1 to v3.4.2.
  • Bump laravel/framework from v8.50.0 to v8.73.2.
  • Bump laravel/ui from v3.3.1 to v3.3.3.
  • Bump phpseclib/phpseclib from v3.0.11 to v3.0.12.
  • Bump spatie/laravel-activitylog from v4.1.1 to v4.3.1.
  • Bump yajra/laravel-datatables-oracle from v9.18.1 to v9.18.2.
  • Bump doctrine/dbal from v3.1.1 to v3.2.0. (#163)
  • Bump facade/ignition from v2.17.1 to v2.17.2.
  • Bump phpunit/phpunit from v9.5.8 to v9.5.10.
  • Bump fakerphp/faker from v1.15 to v1.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-debugbar and barryvdh/laravel-ide-helper
  • Browser tests. This has reduced temporarily the test coverage.

Review CHANGELOG to see changes.