Skip to content

Commit b8bd8b3

Browse files
committed
Generate change log from commits
1 parent 9e7a5e9 commit b8bd8b3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### **v3.0.0.3007** [[RzR](mailto:108324929+I-RzR-I@users.noreply.github.com)] 07-08-2025
2+
* [9e7a5e9] (RzR) -> Auto commit uncommited files.
3+
* [ddc61a0] (RzR) -> Add new reflection extension methods (available from net45 and up); `GetTypes`, `GetSetMethod`, `GetGetMethod`, `GetGenericArguments`, `GetMethod`, `GetMembers`, `GetInterfaces`, `IsGenericType`, `IsValueType`, `IsAbstract`, `IsAssignableFrom`, `ContainsGenericParameters`, `BaseType`, `IsGenericTypeDefinition`, `IsPrimitive`, `IsNestedPublic`, `IsPublic`, `IsSealed`, `GetGenericParameterConstraints`, `IsClass`, `IsInterface`, `IsGenericParameter`, `GetGenericParameterAttributes`, `GetAssembly`, `GetConstructors`, `GetConstructor`, `IsInNamespace`.
4+
* [379d971] (RzR) -> Add `NotNull` (safe) array extension. Add array/enumerable tests.
5+
* [efb7a14] (RzR) -> Small code adjustments and improvements
6+
* [c4ec2f8] (RzR) -> Add tests for `DomainEnsure` methods
7+
* [780f3f5] (RzR) -> Adjust code to use `Ensure`. Adjust namespace.
8+
* [716c5a4] (RzR) -> [**BreakingChanges**] Relocate extension classes `ReflectionExtensions`, `TypeBuilderExtensions` and `TypeExtensions`.
9+
* [ad66c6d] (RzR) -> Adjust code to use defined extensions. Adjust namespace.
10+
* [6e57990] (RzR) -> Add collection extension method `With` (accept array).
11+
* [5db737c] (RzR) -> Add `Ensure` methods and refactor code.
12+
113
### **v2.3.0.7698** [[RzR](mailto:108324929+I-RzR-I@users.noreply.github.com)] 15-07-2025
214
* [f300bd2] (RzR) -> Auto commit uncommited files
315
* [067dd42] (RzR) -> Add alternative extension method for `WithIndex`

0 commit comments

Comments
 (0)