Skip to content

Commit f3cc2db

Browse files
committed
Release v0.99.16
1 parent 51adff7 commit f3cc2db

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,22 @@ 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.16] - 2024-04-30
14+
15+
### Added
16+
17+
- Add `CurlerInterface::withUri()`
18+
- Add `getHeaderValues()` and `get{First,Last,One}HeaderLine()` to `CurlerInterface` and `HttpMessageInterface`
19+
- Add `LinkPager`
20+
21+
### Changed
22+
23+
- Adopt "PHPDoc" nomenclature instead of "PhpDoc"
24+
25+
### Fixed
26+
27+
- Fix invalid `Inflect::format()` syntax in `Curler`
28+
1329
## [v0.99.15] - 2024-04-29
1430

1531
This release includes a backward-incompatible rewrite of `Curler`, the toolkit's HTTP client, with PSR-7 and PSR-18 support, stackable middleware and many other improvements.
@@ -2412,6 +2428,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
24122428

24132429
- Allow `CliOption` value names to contain arbitrary characters
24142430

2431+
[v0.99.16]: https://github.com/salient-labs/toolkit/compare/v0.99.15...v0.99.16
24152432
[v0.99.15]: https://github.com/salient-labs/toolkit/compare/v0.99.14...v0.99.15
24162433
[v0.99.14]: https://github.com/salient-labs/toolkit/compare/v0.99.13...v0.99.14
24172434
[v0.99.13]: https://github.com/salient-labs/toolkit/compare/v0.99.12...v0.99.13

0 commit comments

Comments
 (0)