Skip to content

Releases: nelmio/NelmioJsLoggerBundle

1.10.0

14 Dec 13:58
41b585f
Compare
Choose a tag to compare

What's Changed

  • Fix the branch alias by @stof in #51
  • Add support for Symfony 7 by @stof in #50

Full Changelog: 1.9.1...1.10.0

1.9.1

11 Jul 07:50
31e5793
Compare
Choose a tag to compare

What's Changed

  • Fix deprecations of Symfony 6.3 by @stof in #48

Full Changelog: 1.9.0...1.9.1

1.9.0

05 Aug 10:49
a6af9ec
Compare
Choose a tag to compare

What's Changed

  • Fixed Symfony 6 support (#47)

New Contributors

Full Changelog: 1.8.0...1.9.0

1.8.0

19 May 08:47
77cbd17
Compare
Choose a tag to compare

What's Changed

  • Add support for psr/log 2 and 3 by @stof in #46

Full Changelog: 1.7.0...1.8.0

1.7.0

25 Jan 13:19
655efee
Compare
Choose a tag to compare
  • Added Symfony 6 compatibility
  • Dropped compatibility for unmaintained Symfony versions

1.6.1

10 Sep 12:29
e7bc90e
Compare
Choose a tag to compare
  • Fixed xml config compatibility

1.6.0

27 Apr 18:37
6ff75e8
Compare
Choose a tag to compare
  • Replaced symfony/framework-bundle by symfony/routing dependency to make things more precise
  • Fixed deprecation warnings in routing definition

1.5.2

24 Mar 10:05
27446ee
Compare
Choose a tag to compare
  • Avoid loading stacktrace.js multiple times when errors happen concurrently.
  • Use absolute URL to post errors back to the backend

1.5.1

03 Mar 09:19
0c07b33
Compare
Choose a tag to compare
  • Allow Symfony5

1.5.0

22 Aug 13:22
4d6cfc6
Compare
Choose a tag to compare
  • Bumped dependencies to PHP 7+ and Symfony 3.4+
  • Added column where the error occurred in the log context
  • Fixed Symfony 4.2+ compatibility issues
  • Fixed compatibility with latest Twig releases
  • Fixed logging of logging errors to include the message