File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88### Changed
99
10+ ## [ 0.1.5] - 2025-11-30
11+
12+ - ** Fix** : Development logs no longer wrapped in ` {message: "..."} ` when LogStruct is disabled
13+ - The TaggedLogging formatter monkey patch now checks ` LogStruct.enabled? ` before modifying log messages
14+ - This preserves original Rails logging behavior in development mode
15+
1016## [ 0.1.4] - 2025-10-13
1117
1218- Improve rack spoof handling and split integration setup
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- logstruct (0.1.4 )
4+ logstruct (0.1.5 )
55 lograge (>= 0.11 )
66 rails (>= 7.1 )
77 semantic_logger (~> 4.15 )
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module LogStruct
5- VERSION = "0.1.4 "
5+ VERSION = "0.1.5 "
66end
You can’t perform that action at this time.
0 commit comments