Skip to content

Releases: laracraft-tech/laravel-schema-rules

v1.5.0

23 Feb 14:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

13 Aug 07:16
573ea1b
Compare
Choose a tag to compare

What's changed

v1.4.0

24 Jun 14:44
e9cca4a
Compare
Choose a tag to compare

What's changed

v1.3.6

06 Dec 21:08
Compare
Choose a tag to compare

What's changed

  • fixed Laravel 10.35 dependency issue

v1.3.5

29 Nov 20:53
Compare
Choose a tag to compare

What's changed

  • fixed pgsql column order

v1.3.4

25 Oct 14:32
Compare
Choose a tag to compare

What's changed

  • fixed min length for sqlite driver

v1.3.3

19 Oct 14:19
Compare
Choose a tag to compare

What's changed

  • output generated rules info text only in console mode

v1.3.2

21 Aug 06:29
Compare
Choose a tag to compare

What's Changed

  • Added support for jsonb on PostgreSQL by @mathieutu

v1.3.1

20 Jul 13:18
Compare
Choose a tag to compare

What's Changed

v1.3.0

19 Jul 08:51
Compare
Choose a tag to compare

What's Changed

  • Added skip_columns in config (default skip deleted_at, updated_at and created_at) by @giagara
  • Some refactoring by @giagara

New Contributors

  • @giagara made their first contribution