|
1 | | -### **v.1.0.1.1702** |
2 | | --> Was fixed runtime error on using lib in project |
| 1 | +### **v1.4.0.7788** [[RzR](mailto:108324929+I-RzR-I@users.noreply.github.com)] 09-02-2026 |
| 2 | +* [f68e0f7] (RzR) -> Auto commit uncommited files |
| 3 | +* [1d311f9] (RzR) -> Add new script for version gen. |
| 4 | +* [c438299] (RzR) -> Add `IsFailure` in result. Add new extension methods: `WithMessages`, `ReturnAutoSuccessOrFailure` |
3 | 5 |
|
4 | | -### **v.1.0.1.1731** |
5 | | --> Changed the readme file, by adding install from NuGet. |
| 6 | +### **v1.3.5.4696** |
| 7 | +-> Upgrade version for the 'CodeSource' package.<br /> |
6 | 8 |
|
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. |
| 9 | +### **v1.3.4.6865** |
| 10 | +-> Upgrade minimum `System.Text.Json` package required version to `6.0.10`, fixing CVE (`CVE-2024-43485`).<br /> |
11 | 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 /> |
| 12 | +### **v1.3.3.6068** |
| 13 | +-> Adjust the location for methods: `GetFirstMessage`, `GetFirstMessageWithDetails`.<br /> |
| 14 | +-> Add a new extension for result execution `FunctionExtensions` (`FunctionOnSuccess`, `FunctionOnFailure`, `FunctionOn`, `ExecuteFunction`), which allows to execute of one or more functions.<br /> |
20 | 15 |
|
21 | | -### **v.1.0.3.1903** |
22 | | --> Libs upgrade and retested some cases.<br /> |
| 16 | +### **v1.3.2.469** |
| 17 | +-> Add `RelatedObject` in code (means related object in code execution, usually used in case of some errors to show method name, stored procedure, table, etc).<br /> |
| 18 | +-> Adjust code to solution code style.<br /> |
| 19 | +-> Adjust exposed methods and add a few new. |
23 | 20 |
|
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 /> |
| 21 | +### **v1.2.2.2040** |
| 22 | +-> Adjust code to solution code style.<br /> |
| 23 | +-> Update lib versions. |
28 | 24 |
|
29 | | -### **v.1.0.5.1813** |
30 | | --> Was added support for .net framework 4.5.<br /> |
| 25 | +### **v.1.2.1.0** |
| 26 | +-> Hide internal used extension. |
31 | 27 |
|
32 | | -### **v.1.0.6.1706** |
33 | | --> Was added new custom responses.<br /> |
34 | | --> Was updated libs.<br /> |
| 28 | +### **v.1.2.0.0** |
| 29 | +-> Adjust JSON result/response property name (`result` => `response`). |
| 30 | + |
| 31 | +### **1.1.1.2048** |
| 32 | +-> Added extension methods(`ActionOnSuccess`, `ActionOnFailure`, `ActionOn`, `ExecuteAction`) which allow executing custom actions on specific cases or in any case you want or need. |
35 | 33 |
|
36 | 34 | ### **v.1.1.0.0** |
37 | 35 | -> Removed from solution reference `DomainCommonExtensions` to reduce package size and allow more dynamic package use without adding unnecessary components.<br/> |
|
41 | 39 | -> Added new model `ResultError` used in `WithError` and `WithErrors`.<br/> |
42 | 40 | -> Cleaned up code and reorganization on project structure by extracting functionalities to separate classes.<br/> |
43 | 41 |
|
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. |
46 | | - |
47 | | -### **v.1.2.0.0** |
48 | | --> Adjust JSON result/response property name (`result` => `response`). |
| 42 | +### **v.1.0.6.1706** |
| 43 | +-> Was added new custom responses.<br /> |
| 44 | +-> Was updated libs.<br /> |
49 | 45 |
|
50 | | -### **v.1.2.1.0** |
51 | | --> Hide internal used extension. |
| 46 | +### **v.1.0.5.1813** |
| 47 | +-> Was added support for .net framework 4.5.<br /> |
52 | 48 |
|
53 | | -### **v1.2.2.2040** |
54 | | --> Adjust code to solution code style.<br /> |
55 | | --> Update lib versions. |
| 49 | +### **v.1.0.4.1314** |
| 50 | +-> 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 /> |
| 51 | +-> Was added an extension method for SOAP result `ToSoapResult`.<br /> |
| 52 | +-> Was added support for .net framework 4.6.1 - 4.8.<br /> |
56 | 53 |
|
57 | | -### **v1.3.2.469** |
58 | | --> Add `RelatedObject` in code (means related object in code execution, usually used in case of some errors to show method name, stored procedure, table, etc).<br /> |
59 | | --> Adjust code to solution code style.<br /> |
60 | | --> Adjust exposed methods and add a few new. |
| 54 | +### **v.1.0.3.1903** |
| 55 | +-> Libs upgrade and retested some cases.<br /> |
61 | 56 |
|
| 57 | +### **v.1.0.3.1836** |
| 58 | +-> Was added a new message result `Exception`.<br /> |
| 59 | +-> Was added a new methods for 'Exception': `AddException`, `HasAnyExceptions`.<br /> |
| 60 | +-> Was added a new method for 'Error result': `HasAnyErrorsOrExceptions`.<br /> |
| 61 | +-> Was adjusted the method for 'Error result': `GetFirstError` return non null value.<br /> |
| 62 | +-> Was added a new `operators` for: catch `Exception`, bool or T response on return from methods.<br /> |
| 63 | +-> Was adjusted the methods from `ResultOfT` for `JoinResults` and added new method `JoinErrorResults`.<br /> |
| 64 | +-> Was update libs, cleaned code, optimized and reorganized.<br /> |
62 | 65 |
|
63 | | -### **v1.3.3.6068** |
64 | | --> Adjust the location for methods: `GetFirstMessage`, `GetFirstMessageWithDetails`.<br /> |
65 | | --> Add a new extension for result execution `FunctionExtensions` (`FunctionOnSuccess`, `FunctionOnFailure`, `FunctionOn`, `ExecuteFunction`), which allows to execute of one or more functions.<br /> |
| 66 | +### **v.1.0.2.0946** |
| 67 | +-> Clean project and organized for more readable code.<br /> |
| 68 | +-> Removed local string extension class.<br /> |
| 69 | +-> Added missing comments. |
66 | 70 |
|
67 | | -### **v1.3.4.6865** |
68 | | --> Upgrade minimum `System.Text.Json` package required version to `6.0.10`, fixing CVE (`CVE-2024-43485`).<br /> |
| 71 | +### **v.1.0.1.1731** |
| 72 | +-> Changed the readme file, by adding install from NuGet. |
69 | 73 |
|
70 | | -### **v1.3.5.4696** |
71 | | --> Upgrade version for the 'CodeSource' package.<br /> |
| 74 | +### **v.1.0.1.1702** |
| 75 | +-> Was fixed runtime error on using lib in project |
0 commit comments