You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
32
32
### Changed
33
33
- Documentation: general improvements and clarifications.
34
34
35
+
## [0.1.2] - 2025-10-13
36
+
### Changed
37
+
- PlainLogger: reworked rendering for simpler, more predictable output and better performance.
38
+
- Use `render_plain` helpers: arrays with `N >= 2` are shown with `show(MIME"text/plain")` for readable matrices; scalars and 1-D arrays print directly.
39
+
- Remove color styling and rely on plain printing for consistent logs across environments.
40
+
- Normalize metadata footer: prints `@ <Module> <file> :<line>` only when available, always followed by a newline.
41
+
- Tighten `handle_message` signature to `message::Union{Tuple,AbstractString}`.
42
+
- Add `@nospecialize kwargs` to avoid excessive specialization and reduce latency.
43
+
44
+
### Fixed
45
+
- Ensure `handle_message` always returns `nothing` for type stability.
0 commit comments