Skip to content

Commit 9e94137

Browse files
committed
Release v0.99.37
1 parent 49aac0a commit 9e94137

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

CHANGELOG.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,40 @@ 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.37] - 2024-08-06
14+
15+
### Added
16+
17+
#### `Utility`
18+
19+
- Add `Arr::toStrings()`
20+
- Add `File::mkdir()`
21+
- Add `File::touch()`
22+
- Add `Sys::getTempDir()`
23+
24+
### Changed
25+
26+
#### `Utility`
27+
28+
- Rearrange parameters of `Arr::get()`, `Arr::has()`, `Arr::keyOf()` and `Arr::with()` for consistency
29+
- Require at least two arguments in `Arr::same()` and `Arr::sameValues()`
30+
- Trim whitespace by default in `Arr::implode()`
31+
- Rename `File` methods:
32+
- `sanitiseDir()` -> `getCleanDir()`
33+
- `closestExisting()` -> `closestPath()`
34+
- `relativeToParent()` -> `getRelativePath()`
35+
36+
### Removed
37+
38+
#### `Utility`
39+
40+
- Remove `File::getStablePath()`
41+
- Remove `File::isPharUri()`
42+
43+
### Fixed
44+
45+
- Fix subtree split package dependency issues
46+
1347
## [v0.99.36] - 2024-08-02
1448

1549
### Fixed
@@ -3145,9 +3179,10 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
31453179

31463180
- Allow `CliOption` value names to contain arbitrary characters
31473181

3148-
[v0.99.36]: https://github.com/salient-labs/toolkit/compare/v0.99.34...v0.99.36
3149-
[v0.99.35]: https://github.com/salient-labs/toolkit/compare/v0.99.33...v0.99.35
3150-
[v0.99.34]: https://github.com/salient-labs/toolkit/compare/v0.99.35...v0.99.34
3182+
[v0.99.37]: https://github.com/salient-labs/toolkit/compare/v0.99.36...v0.99.37
3183+
[v0.99.36]: https://github.com/salient-labs/toolkit/compare/v0.99.35...v0.99.36
3184+
[v0.99.35]: https://github.com/salient-labs/toolkit/compare/v0.99.34...v0.99.35
3185+
[v0.99.34]: https://github.com/salient-labs/toolkit/compare/v0.99.33...v0.99.34
31513186
[v0.99.33]: https://github.com/salient-labs/toolkit/compare/v0.99.32...v0.99.33
31523187
[v0.99.32]: https://github.com/salient-labs/toolkit/compare/v0.99.31...v0.99.32
31533188
[v0.99.31]: https://github.com/salient-labs/toolkit/compare/v0.99.30...v0.99.31

0 commit comments

Comments
 (0)