File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,30 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semant
1010[ Keep a Changelog ] : https://keepachangelog.com/en/1.1.0/
1111[ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
1212
13+ ## [ v0.99.42] - 2024-08-22
14+
15+ ### Added
16+
17+ #### ` Utility `
18+
19+ - Add optional ` $nullEmpty ` parameter to ` Arr::trim() ` so empty strings can be replaced with ` null ` instead of being removed
20+
21+ ### Changed
22+
23+ #### ` Cli `
24+
25+ - Fall back to defaults when ` _man ` or ` _md ` commands receive empty arguments
26+
27+ ### Fixed
28+
29+ #### ` Cli `
30+
31+ - Fix issue where long synopses cause Markdown usage information with man page extensions to be generated with unwanted line breaks
32+
33+ #### ` Console `
34+
35+ - Fix inconsistent newline handling in ` ConsoleFormatter `
36+
1337## [ v0.99.41] - 2024-08-14
1438
1539### Added
@@ -3249,6 +3273,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
32493273
32503274- Allow `CliOption` value names to contain arbitrary characters
32513275
3276+ [v0.99.42]: https://github.com/salient-labs/toolkit/compare/v0.99.41...v0.99.42
32523277[v0.99.41]: https://github.com/salient-labs/toolkit/compare/v0.99.40...v0.99.41
32533278[v0.99.40]: https://github.com/salient-labs/toolkit/compare/v0.99.39...v0.99.40
32543279[v0.99.39]: https://github.com/salient-labs/toolkit/compare/v0.99.38...v0.99.39
You can’t perform that action at this time.
0 commit comments