Skip to content

Commit 57657a6

Browse files
committed
Release v0.99.30
1 parent 5a79055 commit 57657a6

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@ 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.30] - 2024-06-20
14+
15+
### Added
16+
17+
#### `Utility`
18+
19+
- Add `Str::title()`
20+
21+
### Changed
22+
23+
#### `Utility`
24+
25+
- Rename `Package` methods:
26+
- `reference()` -> `ref()`
27+
- `packageReference()` -> `getPackageRef()`
28+
- `packageVersion()` -> `getPackageVersion()`
29+
- `packagePath()` -> `getPackagePath()`
30+
- `classPath()` -> `getClassPath()`
31+
- `namespacePath()` -> `getNamespacePath()`
32+
- Rename `Str` methods:
33+
- Rename `wrap()` to `enclose()`
34+
- Rename `wordwrap()` to `wrap()`
35+
- Don't accept or return `null` in `Str::trimNativeEol()`, `Str::eolToNative()`, `Str::eolFromNative()`
36+
- In `Str::normalise()`, only replace `"&"` with `" and "` when it is the only ampersand between two alphanumeric characters
37+
38+
### Removed
39+
40+
#### `Utility`
41+
42+
- Remove `Get::notNull()`
43+
1344
## [v0.99.29] - 2024-06-18
1445

1546
### Added
@@ -2905,6 +2936,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
29052936

29062937
- Allow `CliOption` value names to contain arbitrary characters
29072938

2939+
[v0.99.30]: https://github.com/salient-labs/toolkit/compare/v0.99.29...v0.99.30
29082940
[v0.99.29]: https://github.com/salient-labs/toolkit/compare/v0.99.28...v0.99.29
29092941
[v0.99.28]: https://github.com/salient-labs/toolkit/compare/v0.99.27...v0.99.28
29102942
[v0.99.27]: https://github.com/salient-labs/toolkit/compare/v0.99.26...v0.99.27

0 commit comments

Comments
 (0)