Skip to content

Commit e8883d5

Browse files
committed
Remove package-lock.json
1 parent ec61130 commit e8883d5

File tree

4 files changed

+19
-14654
lines changed

4 files changed

+19
-14654
lines changed

Diff for: .editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ dotnet_style_qualification_for_field = false:suggestion
5757
dotnet_style_qualification_for_method = false:suggestion
5858
dotnet_style_qualification_for_property = false:suggestion
5959
dotnet_style_require_accessibility_modifiers = never:suggestion
60+
object_creation_when_type_evident = target_typed
61+
object_creation_when_type_not_evident = target_typed
6062

6163
# ReSharper inspection severities
6264
resharper_arrange_redundant_parentheses_highlighting = hint

Diff for: docs/docs/changelog.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,22 @@ This changelog is only maintained since v111. For release notes of previous vers
1010

1111
Only the most important or breaking changes are listed there. All other changes can be found in each release on GitHub.
1212

13-
## v111
13+
## v111.3
14+
15+
New extensions:
16+
* `RestResponse.GetHeader` for getting one response header value
17+
* `RestResponse.GetHeaders` for getting a collection of header values
18+
* `IRestClient.(Execute)Get(Async)` with string resource instead of request object
19+
* `IRestClient.(Execute)Delete(Async)` with string resource instead of request object
20+
21+
## v111.2
22+
23+
* `Execute` extensions that were accidentally removed from v111 are back
24+
* Several authenticators got renamed by unintentional refactoring, that change has also been reverted.
25+
26+
## v111.0
27+
28+
> The package for v111.0 is listed as unsupported on NuGet as it has API changes that weren't planned. Use the patched version v111.2 or later.
1429
1530
* Added [interceptors](advanced/interceptors.md).
1631
* As interceptors provide a better way to interject the request and response execution flow, request properties `OnBeforeRequest`, `OnBeforeDeserialization` and `OnAfterRequest` are marked obsolete and will be removed in future versions.

0 commit comments

Comments
 (0)