Sha256: 46708112992bd4cc34ef5fd820b42dd59f924d44a6fce463e29e33dd315cb1ab
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added ### Changed ### Fixed ### Removed ## [2.0.2] - 2024-11-22 - COVERAGE: 95.50% -- 106/111 lines in 6 files - BRANCH COVERAGE: 84.00% -- 21/25 branches in 6 files - 44.83% documented ### Added - rdoc as development dependency ### Changed - upgrade activesupport-broadcast_logger v2.0.1 ## [2.0.1] - 2024-11-21 - COVERAGE: 95.50% -- 106/111 lines in 6 files - BRANCH COVERAGE: 84.00% -- 21/25 branches in 6 files - 44.83% documented ### Added - More tests lifted from Rails v8.0 test suite ### Fixed - Compatibility with ActiveSupport - Many libraries do `require "active_support"` ## [2.0.0] - 2024-11-21 - COVERAGE: 95.50% -- 106/111 lines in 6 files - BRANCH COVERAGE: 84.00% -- 21/25 branches in 6 files - 44.83% documented ### Added - Tests lifted from Rails v8.0 test suite - `ActiveSupport::LoggerSilence` - `ActiveSupport::IsolatedExecutionState` ### Changed - Now loads even in Rails 8 - fully replaced logging tooling that ships with all versions of Rails >= v5.2 on Ruby 2.7+ ### Fixed - Compatibility with Rails > v5.2 and < v7.1 - proved by Appraisals-based CI matrix covering all supported versions of Rails & Ruby ## [1.0.1] - 2024-10-10 - COVERAGE: 51.32% -- 39/76 lines in 6 files - BRANCH COVERAGE: 5.56% -- 1/18 branches in 6 files - 55.56% documented ### Fixed - Typo in internal file name (non-breaking, just annoying/confusing) ## [1.0.0] - 2024-10-10 - COVERAGE: 51.32% -- 39/76 lines in 6 files - BRANCH COVERAGE: 5.56% -- 1/18 branches in 6 files - 55.56% documented ### Added - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesupport-logger-2.0.2 | CHANGELOG.md |