Releases: spatie/laravel-sql-commenter
Releases · spatie/laravel-sql-commenter
2.1.0
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
- @jholloman made their first contribution in #26
Full Changelog: 2.0.0...2.1.0
2.0.0
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
- Bump spatie/invade version to 2.0 by @vigneshgurusamy in #19
- Add support for laravel 11 by @shuvroroy in #20
- Add Octane compatibility by @riasvdv in #22
New Contributors
- @shuvroroy made their first contribution in #20
- @riasvdv made their first contribution in #22
Full Changelog: 1.4.0...2.0.0
1.4.0
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
- @alexthekiwi made their first contribution in #13
Full Changelog: 1.3.1...1.4.0
1.3.1
- support L10
1.3.0
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
- @peresmishnyk made their first contribution in #11
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #6
- Add exclude path segment property for FileCommenter by @vigneshgurusamy in #7
New Contributors
- @vigneshgurusamy made their first contribution in #7
Full Changelog: 1.1.1...1.2.0
1.1.1
- prevent infinite loop when getting authenticated user
1.1.0
- add user commenter
- fix config:cache issue
- filter empty comments
1.0.0
- initial release
0.0.3
- experimental release