File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1+ # v0.10.0
2+
3+ ## Breaking changes
4+
5+ - Change the callback in ` Catcher.Catch ` from a predicate to a mapping function
6+ - Rename ` Result.Values() ` and ` Result.Errors() ` to ` Result.Successes() ` and ` Result.Failures() `
7+
8+
9+ ## New features
10+
11+ - Add ` Result.TryAsync() ` and ` Result.AsyncCatcher `
12+ - Add ` Optional<T>.AssertValue() `
Original file line number Diff line number Diff line change 44 <TargetFramework >netstandard2.0</TargetFramework >
55 <LangVersion >7.3</LangVersion >
66 <RootNamespace >Recore</RootNamespace >
7- <AssemblyVersion >0.9 .0.0</AssemblyVersion >
8- <FileVersion >0.9 .0.0</FileVersion >
9- <Version >0.9 .0</Version >
7+ <AssemblyVersion >0.10 .0.0</AssemblyVersion >
8+ <FileVersion >0.10 .0.0</FileVersion >
9+ <Version >0.10 .0</Version >
1010 <GenerateDocumentation >true</GenerateDocumentation >
1111 <DocumentationFile >bin/docs/Recore.xml</DocumentationFile >
1212 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
You can’t perform that action at this time.
0 commit comments