|
1 |
| -### **v.1.0.1.1702** |
2 |
| --> Was fixed runtime error on using lib in project |
3 |
| - |
4 |
| -### **v.1.0.1.1731** |
5 |
| --> Changed the readme file, by adding install from NuGet. |
6 |
| - |
7 |
| -### **v.1.0.2.0946** |
8 |
| --> Clean project and organized for more readable code.<br /> |
9 |
| --> Removed local string extension class.<br /> |
10 |
| --> Added missing comments. |
11 |
| - |
12 |
| -### **v.1.0.3.1836** |
13 |
| --> Was added a new message result `Exception`.<br /> |
14 |
| --> Was added a new methods for 'Exception': `AddException`, `HasAnyExceptions`.<br /> |
15 |
| --> Was added a new method for 'Error result': `HasAnyErrorsOrExceptions`.<br /> |
16 |
| --> Was adjusted the method for 'Error result': `GetFirstError` return non null value.<br /> |
17 |
| --> Was added a new `operators` for: catch `Exception`, bool or T response on return from methods.<br /> |
18 |
| --> Was adjusted the methods from `ResultOfT` for `JoinResults` and added new method `JoinErrorResults`.<br /> |
19 |
| --> Was update libs, cleaned code, optimized and reorganized.<br /> |
20 |
| - |
21 |
| -### **v.1.0.3.1903** |
22 |
| --> Libs upgrade and retested some cases.<br /> |
23 |
| - |
24 |
| -### **v.1.0.4.1314** |
25 |
| --> Added support for SOAP services result. Cast from `Result` or `Result<T>` to acceptable result for SOAP (to XML result) in particular use in .net framework.<br /> |
26 |
| --> Was added an extension method for SOAP result `ToSoapResult`.<br /> |
27 |
| --> Was added support for .net framework 4.6.1 - 4.8.<br /> |
28 |
| - |
29 |
| -### **v.1.0.5.1813** |
30 |
| --> Was added support for .net framework 4.5.<br /> |
31 |
| - |
32 |
| -### **v.1.0.6.1706** |
33 |
| --> Was added new custom responses.<br /> |
34 |
| --> Was updated libs.<br /> |
35 |
| - |
36 |
| -### **v.1.1.0.0** |
37 |
| --> Removed from solution reference `DomainCommonExtensions` to reduce package size and allow more dynamic package use without adding unnecessary components.<br/> |
38 |
| --> Added reference to `CodeSource` to set the code reference of the methods used from `DomainCommonExtensions`.<br/> |
39 |
| --> In the `MessageModel` was added a new property named `LogTraceId` as a unique id for the message.<br/> |
40 |
| --> Added more user-friendly result configuration with methods: `WithMessage`, `WithKeyCode`, `WithCodeMessage`, `WithError`, `WithErrors`.<br/> |
41 |
| --> Added new model `ResultError` used in `WithError` and `WithErrors`.<br/> |
42 |
| --> Cleaned up code and reorganization on project structure by extracting functionalities to separate classes.<br/> |
43 |
| - |
44 |
| -### **1.1.1.2048** |
45 |
| --> Added extension methods(`ActionOnSuccess`, `ActionOnFailure`, `ActionOn`, `ExecuteAction`) which allow executing custom actions on specific cases or in any case you want or need. |
| 1 | +### **v.1.0.1.0546** |
| 2 | +-> Update reference package version. |
0 commit comments