Skip to content

Releases: AXN-Informatique/laravel-revert-db-default-string-length

2.0.1

30 Oct 13:31

Choose a tag to compare

Replace Doctrine DBAL with Laravel native methods

  • Remove doctrine/dbal dependency completely
  • Use native Laravel database introspection (SHOW TABLES, SHOW COLUMNS, information_schema)
  • Fix compatibility with Laravel 11+ where Doctrine DBAL methods were removed
  • Add support for MySQL, PostgreSQL, SQLite, and SQL Server
  • Maintain full backward compatibility with existing functionality

Full Changelog: 2.0.0...2.0.1

2.0.0

30 Oct 08:20

Choose a tag to compare

Add Laravel 11 & 12 support

  • Support PHP 8.2 and 8.4
  • Add illuminate/support ^11.0 || ^12.0
  • Add illuminate/database ^11.0 || ^12.0
  • Prepare doctrine/dbal ^4.0 support (optional)

Breaking changes:

  • Drop Laravel 8, 9, 10 support
  • Drop PHP 8.1 support"

Full Changelog: 1.0.0...2.0.0

1.0.0

03 Jul 12:26

Choose a tag to compare

First release

shell

19 Dec 19:47

Choose a tag to compare

shell Pre-release
Pre-release
0.0.1

initial commit