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.41] - 2024-08-14
14+
15+ ### Added
16+
17+ #### ` Http `
18+
19+ - Add ` Http::applyToQuery() ` for simple manipulation of query strings in URIs
20+
21+ ### Changed
22+
23+ #### ` Core `
24+
25+ - Move ` Graph ` from ` Iterator ` to ` Core ` and refactor
26+ - Allow ` Graph ` to be extended
27+ - Rename ` Graph::inner() ` to ` getValue() `
28+ - Don't create missing properties or array keys on ` Graph::offsetGet() ` unless enabled via new constructor parameters
29+ - Add and implement ` GraphInterface `
30+
31+ ### Removed
32+
33+ #### ` Core `
34+
35+ - Remove ` Graph::with() ` and ` Graph::from() `
36+
1337## [ v0.99.40] - 2024-08-07
1438
1539### Added
@@ -3225,6 +3249,7 @@ This is the final release of `lkrms/util`. It is moving to [Salient](https://git
32253249
32263250- Allow `CliOption` value names to contain arbitrary characters
32273251
3252+ [v0.99.41]: https://github.com/salient-labs/toolkit/compare/v0.99.40...v0.99.41
32283253[v0.99.40]: https://github.com/salient-labs/toolkit/compare/v0.99.39...v0.99.40
32293254[v0.99.39]: https://github.com/salient-labs/toolkit/compare/v0.99.38...v0.99.39
32303255[v0.99.38]: https://github.com/salient-labs/toolkit/compare/v0.99.37...v0.99.38
You can’t perform that action at this time.
0 commit comments