Sha256: 8f53436e0558b5b9c96d448915bb929a138bf16ba15b2c00a3bb1eacc9ff7e87

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

# 1.7.2
* Add a second parameter to respond_to? to avoid Ruby 2.6 warnings
* Drop support for unsupported Ruby 2.1 and Ruby 2.2

# 1.7.1
* Ensure `data` is not nil when logging wrong #exception usage

# 1.7.0
* Add the `level` property to the JSON Logger output

# 1.6.2
* Update oj gem to resolve segmentation fault issue

# 1.6.1
* Update reference to OJ gem to support Ruby 2.4

# 1.6.0
* Adds 'exception' to simple logger to unify APIs

# 1.5.1
* Updating version to resolve issue with mistakenly created 1.5.0 gem version

# 1.5.0
* Mistakenly created version, please disregard

# 1.4.1
* Change array creation syntax to support Ruby 1.9

# 1.4.0
* Adds '_with_data' to the simple logger so we can display data in the terminal
* Adds 'respond_to?' to the multilogger so users can check capabilities of the loggers

# 1.3.1
* Loggers provide an inspect method to avoid being too noisy on outputs

# 1.3.0
* Time in the JSON output specifies microseconds.
* Using 'Z' to specify the UTC timezone instead of +0000 as per ISO 8601.
* Debug and Info messages use the default foreground color of the terminal.

# 1.2.1
* If a file does not exist, it will create it on behalf of the application

# 1.2
* Added a silence_logger method to the logger. For compatibility with activerecord-session and maybe other gems.

# 1.1.1
* Avoid syntax errors in rubies < 2.3

# 1.1.0
* Added an 'add' method to the logger so it is compatible with the Logger provided by Ruby's standard library

# 1.0.0
* Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lorekeeper-1.7.2 CHANGELOG.md