Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Mar 6, 2022
1 parent daf5515 commit 73712d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v5.2.0] -
## [v5.2.0] - 2022-03-07
### Fixed
- Unable to resolve IHubContext. [#114](https://github.com/z4kn4fein/stashbox/issues/114)
### Added
Expand All @@ -13,13 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```cs
.Register<Service>(options => options
.WithFactory<IRequestContext>(requestContext =>
{
var result = new Service();
if (resultShouldBeExcludedFromTracking())
return requestContext.ExcludeFromTracking(new Service());

return result;
})
requestContext.ExcludeFromTracking(/* get an existing or instantiate a new service */)
)
);
```
- A new `ResolveFactoryOrDefault()` method that allows `null` results.
Expand Down Expand Up @@ -230,6 +225,7 @@ The validation was executed only at the expression tree building phase, so an al
- Removed the legacy container extension functionality.
- Removed the support of PCL v259.

[v5.2.0]: https://github.com/z4kn4fein/stashbox/compare/5.1.0...5.2.0
[v5.1.0]: https://github.com/z4kn4fein/stashbox/compare/5.0.1...5.1.0
[v5.0.1]: https://github.com/z4kn4fein/stashbox/compare/5.0.0...5.0.1
[v5.0.0]: https://github.com/z4kn4fein/stashbox/compare/4.1.0...5.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Github (stable) | NuGet (stable) | Fuget (stable) | NuGet (pre-release)

*Powered by [Jetbrains'](https://www.jetbrains.com/?from=Stashbox) [Open Source License](https://www.jetbrains.com/community/opensource/?from=Stashbox)*

[![Jetbrains](https://cdn.rawgit.com/z4kn4fein/stashbox/master/assets/jetbrains.svg)](https://www.jetbrains.com/?from=Stashbox)
[![Jetbrains](https://raw.githubusercontent.com/z4kn4fein/stashbox/master/assets/jetbrains.svg)](https://www.jetbrains.com/?from=Stashbox)

0 comments on commit 73712d6

Please sign in to comment.