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

Release v1.0.0-alpha

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Nov 08:55
v1.0.0-alpha
917c33f

1.0.0-alpha

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

  • Support for Laravel 8.x and PHP 8.x (#121)

Changed

  • 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:

Removed

  • Dev packages barryvdh/laravel-debugbar and barryvdh/laravel-ide-helper
  • Browser tests. This has reduced temporarily the test coverage.