Skip to content

Releases: wouterj/WouterJEloquentBundle

2.1.0

13 Jun 14:41
89a0bf3
Compare
Choose a tag to compare
  • Fix Symfony 5.3 deprecations (#125)
  • Add an Eloquent user provider (#124)

2.0.1

10 Apr 12:12
6709abb
Compare
Choose a tag to compare
  • Remove unreachable BC layer (#123)
  • Add Schema autocompletion PHPdoc (#122)
  • Add full compatibility with MakerBundle 1.29

2.0.0

17 Dec 15:07
2.0.0
Compare
Choose a tag to compare
  • Added Laravel ^7.15 and ^8.12 support
  • Added PHP 8 support
  • Added support for Read & Write Connections
  • Added schema support for PostgreSQL
  • Deleted second argument of ServiceContainerDispatcher
  • Transformed the make:* commands to use the MakerBundle. Make sure symfony/maker-bundle is installed if you want to use the make:* commands
  • Removed the --target option of make:seeder, the location is now auto-discovered based on the classname and autoloading configuration

1.1.0

15 Jun 10:48
1c26996
Compare
Choose a tag to compare
  • Added support for Laravel 5.5

1.1.0-rc1

24 Nov 16:06
1.1.0-rc1
777afc9
Compare
Choose a tag to compare
1.1.0-rc1 Pre-release
Pre-release
  • Adds support for Laravel ^5.5

1.0.3

24 Nov 14:42
1.0.3
Compare
Choose a tag to compare
  • Fix for Form Type guesser when guessing on non-Eloquent model objects

1.0.2

21 Jan 11:48
Compare
Choose a tag to compare
  • Added Schema::connection() to support multiple connections

1.0.1

04 Dec 19:50
Compare
Choose a tag to compare
Released 1.0.1

1.0.0: First stable

04 Dec 18:50
Compare
Choose a tag to compare
Released 1.0.0

1.0.0-RC1

26 Nov 14:56
5c4c175
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release
  • Added Var Dumper caster for Eloquent models
  • Added the eloquent:make:seeder command
  • Added the eloquent:migrate:fresh command
  • Added discovery of App\Seed\DatabaseSeeder when using Symfony Flex
  • Added Laravel 5.5 support
  • Added Symfony 4 support