Skip to content

Releases: spatie/laravel-sql-commenter

2.1.0

18 Oct 13:18
4ac2790
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #25
  • Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #27
  • Add support for adding connections after boot by @jholloman in #26

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

14 Mar 07:28
c1cc3ae
Compare
Choose a tag to compare

Upgrade guide

You can no longer call SqlCommenter::addComment statically, you now need to fetch the commenter instance from the container or have it dependency injected into your code.

- SqlCommenter::addComment('My comment');
+ app(SqlCommenter::class)->addComment('My comment');

What's Changed

New Contributors

Full Changelog: 1.4.0...2.0.0

1.4.0

11 Jul 12:41
38ca774
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #12
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #14
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1 by @dependabot in #15
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #16
  • Add support for commenting multiple database connections by @alexthekiwi in #13

New Contributors

Full Changelog: 1.3.1...1.4.0

1.3.1

26 Jan 12:29
cd64c80
Compare
Choose a tag to compare
  • support L10

1.3.0

16 Jan 09:51
3906b60
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #8
  • Added ability to use relative path in FileCommenter by @peresmishnyk in #11

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

14 Oct 07:33
b29664e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.2.0

1.1.1

04 Jul 09:08
Compare
Choose a tag to compare
  • prevent infinite loop when getting authenticated user

1.1.0

04 Jul 08:53
Compare
Choose a tag to compare
  • add user commenter
  • fix config:cache issue
  • filter empty comments

1.0.0

02 Jul 20:48
Compare
Choose a tag to compare
  • initial release

0.0.3

02 Jul 09:43
Compare
Choose a tag to compare
  • experimental release