Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Latest commit

 

History

History
49 lines (41 loc) · 947 Bytes

File metadata and controls

49 lines (41 loc) · 947 Bytes

Null-Logger changelog

Unreleased

  • Remove Ruby 2.5 support and update minimum Ruby requirement to 2.6

0.1.7 (2020-04-24)

  • restore JRuby support
  • add TruffleRuby support
  • Change license to LGPL-3.0

0.1.6 (2020-04-22)

  • drop jruby support
  • drop ruby 2.2 support
  • drop ruby 2.3 support
  • drop ruby 2.4 support
  • #5 - Could be faster
  • Ruby 2.5.5 support
  • Ruby 2.6.5 support
  • Ruby 2.7.1 support
  • Replace travis with GH actions
  • Support signing the releases

0.1.5

  • Define the methods to quack like a logger

0.1.4

  • Ruby 2.4.1 as default
  • Gem bump
  • Coditsu as quality tool
  • Readme updates
  • PG dev tools drop
  • Spec updates

0.1.3

  • Ruby 2.1.* support dropped
  • Ruby 2.3.1 as default
  • Ruby 2.4.0 as default
  • Gem dump
  • Rubocop fixes
  • Added #respond_to_method_missing?
  • added .rspec for default spec helper require

0.1.2

  • Dev tools update
  • Specs update
  • Gems dump

0.1.0

  • Initial released version