Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 1.4 KB

ChangeLog

The following are lists of the notable changes included with each release. This is intended to help keep people informed about notable changes between versions, as well as provide a rough history. Each item is prefixed with one of the following labels: Added, Changed, Deprecated, Removed, Fixed, Security. We also use Semantic Versioning to manage the versions of this gem so that you can set version constraints properly.

Next Release

v2.0.0 - 2016-10-24

  • Changed logger management to work at class or instance level

v1.1.0 - 2016-10-18

  • Added logger management module

v1.0.0 - 2016-10-11

  • Added documentation around all the classes, modules, constants and methods
  • Added OptionalLogger::Logger level introspection methods (#debug?, #info?, #warn?, #error?, #fatal?)
  • Added OptionalLogger::Logger level convenience methods (#debug, #info, #warn, #error, #fatal, #unknown)
  • Added OptionalLogger::Logger#add and #log methods
  • Added OptionalLogger::Logger class and constructor
  • Added OptionalLogger module skeleton