Changelog History
-
v2.1.1 Changes
January 12, 2019 -
v2.1.0 Changes
July 11, 2018- โ ADDED: .NET Standard / Core support? #10
- ๐ MERGED: Add String.EqualsIgnoreCase() to Z.Core #14
- ๐ MERGED: New IList extension method - Swap #13
Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods
-
v2.0.13 Changes
August 26, 2017๐ Version 2.0.13
- ๐ FIXED: Issue with XML Documentation / Comment was not appearing (Issue #6)
Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods
-
v2.0.12 Changes
June 28, 2017๐ Version 2.0.12
- โ ADDED: Overload to allow null value to use instead the default value specified (Pull #5)
Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods
-
v2.0.11 Changes
April 19, 2017๐ Version 2.0.10
- โ ADDED: ToValidDateTimeOrNull
- ๐ FIXED: IsValidEmail - The ending extension can now be anything up to 30 characters. Example:
Download the library here: https://github.com/zzzprojects/Z.ExtensionMethods
-
v2.0.10 Changes
November 29, 2015๐ Version 2.0.10
- ๐ CHANGED: All assemblies are now strongly named.
๐ View online documentation:
๐ http://www.zzzprojects.com/documentations/dotnet/extension-methods/ -
v2.0.9 Changes
September 02, 2015๐ Version 2.0.9
UNDO naming breaking change to Version 2.0.4. Prefix are not longer needed since database have now their own DLL.
- ๐ MOVED: MySql, SqlServerCe && SQLite in their own dll to remove some dependency error reported.
- ๐ฅ BREAKING CHANGES: Removed prefix "MySQL" to All MySql methods.
- ๐ฅ BREAKING CHANGES: Removed prefix "SqlCe" to All SqlServerCe methods.
- ๐ฅ BREAKING CHANGES: Removed prefix "SQLite" to All SQLite methods.
๐ View online documentation:
๐ http://www.zzzprojects.com/documentations/dotnet/extension-methods/ -
v2.0.8 Changes
August 24, 2015๐ Version 2.0.8
โ Added few methods used for the next major version of .NET Runtime Compiler.
- โ ADDED: Byte.SqlSystemTypeToSqlDbType
- โ ADDED: Int16.SqlSystemTypeToSqlDbType
- โ ADDED: Int.SqlSystemTypeToSqlDbType
- โ ADDED: GetCustomAttributeByFullName
- โ ADDED: GetCustomAttributeByName
- โ ADDED: GetCustomAttributesByFullName
- โ ADDED: GetCustomAttributesByName
- โ ADDED/FIXED: GetCustomAttribute (Support enum, class, MemberInfo)
- โ ADDED/FIXED: GetCustomAttributes (Support enum, class, MemberInfo)
- โ ADDED/FIXED: GetCustomAttributeDescription (Support enum, class, MemberInfo)
๐ View online documentation:
๐ http://www.zzzprojects.com/documentations/dotnet/extension-methods/