Skip to content

Commit 9050ad9

Browse files
committed
Generate changelog from commits.
1 parent 0c9f8d8 commit 9050ad9

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

docs/CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### **v4.1.0.8241** [[RzR](mailto:108324929+I-RzR-I@users.noreply.github.com)] 11-11-2025
2+
* [0c9f8d8] (RzR) -> Auto commit uncommited files
3+
* [75871a1] (RzR) -> Add INI file reader helper.
4+
* [4eb45c6] (RzR) -> Add new Dictionary extension methods: `AddOrUpdate`, `AddOrUpdateValue`, `AddOrUpdateValues`, `AddOrUpdateValues`.
5+
* [3bee806] (RzR) -> Add `TaskRunnerHelper` that allow to use as `Task.Run`.
6+
* [b723c9b] (RzR) -> Add new enumerable extension method: `IsNotNullOrEmptyEnumerable`.
7+
* [8971980] (RzR) -> Add new string extension methods: `IsWebUrl`.
8+
* [fac9dce] (RzR) -> Adjust changelog version order
9+
* [c2f8fa2] (RzR) -> Add new string extension methods: `IsAllUpperCase`, `IsAllLowerCase`, `IsAllLetters`, `CleanTextToLettersNumbersAndSpace`.
10+
* [173ded1] (RzR) -> Add new string extension methods: `AddPeriod`, `RemovePeriod`, `AddPeriodValue`, `RemovePeriodValue`.
11+
* [771d45a] (RzR) -> Adjust code execution and add new tests.
12+
* [6bf5de1] (RzR) -> Add new Type extension methods: `IsNonAbstractClass`, `GetBaseTypes`, `IsInNamespaceAlternative`, `IsInExactNamespace`, `HasAttribute`.
13+
* [c92aec2] (RzR) -> Add new string extension: `NotAllowedEmpty`.
14+
* [daad073] (RzR) -> Add new enum extension: `IsDefined`.
15+
* [9126c55] (RzR) -> Add new T extension methods: `NotAllowNull`.
16+
* [a0edaf4] (RzR) -> Add new Random method: `Bool`.
17+
* [2c8da5e] (RzR) -> Add new enumerable ext: `ToHashSet`, `HasAny`.
18+
119
### **v4.0.1.8519** [[RzR](mailto:108324929+I-RzR-I@users.noreply.github.com)] 27-10-2025
220
* [2726a87] (RzR) -> Auto commit uncommited files
321
* [1282898] (RzR) -> Fix IEnumerable extension method: `Chunked`.
@@ -209,4 +227,4 @@
209227
### **v1.0.1.0823**
210228
-> Was fixed tests and was added validator for input source.<br />
211229
-> Was added `ToEnum<T>` from the string.<br />
212-
-> Was added check methods `IsTypeOfNullableInt`, `IsTypeOfFloatingPoint`, `IsTypeOfNullableFloatingPoint` from property type.
230+
-> Was added check methods `IsTypeOfNullableInt`, `IsTypeOfFloatingPoint`, `IsTypeOfNullableFloatingPoint` from property type.

0 commit comments

Comments
 (0)