Sha256: b7464237d6b4e73071ea5d7dac5fd112bd52996787a0e8d7524a7eaa912c4d98
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# RubySmart::SimpleLogger - CHANGELOG ## [1.1.1] - 2023-02-07 * **[fix]** 'ruby 2.6.x' kwargs for `::Logger::LogDevice` messed up with 'binmode' ## [1.1.0] - 2023-02-07 * **[add]** `#processed` method for logger * **[ref]** `Debugger` to enforce a 'DEBUG' severity * **[ref]** `RubySmart::SimpleLogger::Formatter` with simplified formats * **[ref]** 'default' format to only * **[ref]** builtin for 'modules' to directly work with 'stdout' option * **[ref]** handling of logger-newlines 'nl'-option * **[fix]** 'inspector' detection * **[fix]** `RubySmart::SimpleLogger::KlassLogger.new` not 'dup' klass_logger_opts (now prevents reference manipulation) ## [1.0.0] - 2023-01-29 * **[add]** full documentation * **[add]** add colors, if gem `awesome_print` ist missing * **[add]** klass_logger_opts * **[add]** builtin / opts support for Logger.new * **[add]** MemoryDevice, MultiDevice, ProcDevice * **[ref]** docs & code comments * **[ref]** cleanup & remove unused code * **[ref]** Logger#simple_log - to use customized inspector method * **[ref]** update gem dependencies * **[fix]** minor bugs & log forwarding ## [0.1.0] - 2023-01-24 * Initial commit * docs, version, structure
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby_smart-simple_logger-1.1.1 | docs/CHANGELOG.md |