Skip to content

Releases: tilfin/ougai

Version 2.0.0

21 Feb 03:38
Compare
Choose a tag to compare
  • Change to merge hash fields of custom fields recursively (thanks to @flexoid #118)

Version 1.9.1

15 Jan 11:36
Compare
Choose a tag to compare
  • Fix the compatibility with ActiveSupport features for ver 1.9 (thanks @haines)

Version 1.9.0

10 Jan 13:24
Compare
Choose a tag to compare
  • Ruby 3 support
  • Logger and ChildLogger support add and log method with Ougai extended arguments (thanks @kalmenius)

Version 1.8.5

04 May 02:36
Compare
Choose a tag to compare
  • Fix deprecation warning on Ruby 2.7 (by @haines)

Version 1.8.4

14 Apr 06:27
Compare
Choose a tag to compare
  • Use amazing_print instead of awesome_print (by @qortex)

Version 1.8.3

08 Mar 04:55
c75e2ed
Compare
Choose a tag to compare
  • Change Ruby support versions between 2.4 and 2.7
  • Update dependencies

Version 1.8.2

29 Aug 13:57
ac10d1c
Compare
Choose a tag to compare
  • Fix broadcast feature if a logging method is called with a block
  • Fix that the Readable formatter destroys a data hash

Version 1.8.1

29 Aug 13:56
Compare
Choose a tag to compare
  • Logger.new supports formatter argument

Version 1.8.0

20 Aug 14:35
Compare
Choose a tag to compare
  • Child Logger supports level setter.
  • Change generating sub-class ChildLogger for each sub-class Logger
  • Fix the wrong example for broadcast method

Version 1.7.1

30 Nov 11:48
Compare
Choose a tag to compare
  • Fix warning instance variable not initialized