Skip to content

Releases: ruby/logger

v1.6.0

07 Nov 05:19
0996f90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.6.0

v1.5.3

16 Dec 06:34
4e8d9e2
Compare
Choose a tag to compare

What's Changed

  • Drop RDoc development dependency to avoid CI failures. by @ioquatix in #82
  • Only assign to @filename if the path is valid. by @ioquatix in #81
  • Another performance improvement on the Formatter by using Kernel#sprintf over String#% by @amatsuda in #75

Full Changelog: v1.5.2...v1.5.3

v1.5.2

05 Dec 06:36
9c4ae3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

17 Nov 08:32
c4a4155
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

17 Nov 08:32
cdeddb2
Compare
Choose a tag to compare

What's Changed

  • Changes to datetime formatting by @bazay in #60
  • s/RubyVM::JIT/RubyVM::MJIT/g by @k0kubun in #65
  • Removed loading old helper file and load Logger class by itself by @hsbt in #66

New Contributors

Full Changelog: v1.4.4...v1.5.0

v1.4.4

17 Nov 08:32
82a59c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

17 Nov 08:32
d2b2ecf
Compare
Choose a tag to compare

What's Changed

  • Fixed leaked tempfile by @nobu in #45
  • Let File::NULL ("/dev/null", "NUL" etc.) be considered a nil log device by @methodmissing in #47
  • Mention behavior when logdev is a nil in the document by @pocke in #49
  • Consider cygwin a Windows platform by @jeremyevans in #50

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

17 Nov 08:32
d6c01cc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

17 Nov 08:32
Compare
Choose a tag to compare

What's Changed

  • Added missing files with 1.4.0 by @hsbt in #39

Full Changelog: v1.4.0...v1.4.1

v1.4.0

17 Nov 08:32
Compare
Choose a tag to compare

What's Changed

  • Dont run bundle exec rake when running tests in CI by @colby-swandale in #5
  • Add basic description and examples to the README by @colby-swandale in #4
  • Dont lock bundler to a specific version by @colby-swandale in #9
  • Remove files that dont need to be included in gem releases by @colby-swandale in #7
  • Say that logger requires ruby >= 2.3 by @segiddins in #12
  • Add support for changing severity using bang methods. by @ioquatix in #15
  • README.md: Run tests that defined on a specific line by @sonots in #16
  • Fix to use logger and test-unit in this repo by @sonots in #17
  • split logger classes/modules into separate files by @sonots in #18
  • Prefer require_relative, it's a little bit faster. by @ioquatix in #20
  • Fix testing example to use --name option by @sonots in #24
  • Enable frozen_string_literal: true in logger.rb. by @ioquatix in #23
  • frozen_string_literal: true by @sonots in #26
  • GitHub pages by @sonots in #28
  • CI: Drop unused setting by @olleolleolle in #29
  • Set filename when initializing logger with a File object by @jeremyevans in #30
  • Add option to set the binary mode of the log device by @rafaelfranca in #33
  • Custom test library replace to test-unit gem by @komagata in #32
  • Fix typo by @XrXr in #34
  • Avoid creating [] and "" when logging an Exception that has no backtrace by @amatsuda in #36
  • Backport test library from ruby core directly. by @hsbt in #35

New Contributors

Full Changelog: v1.3.0...v1.4.0