-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
26 lines (18 loc) · 890 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
### 1.5.1 - 2020-07-30
* Added AllowedOutputExtensionsInPackageBuildOutputFolder in the csproj meta
### 1.5.0 - 2020-07-29
* Added ByteDecoder.Common to handle Guard clauses
* Moved to ByteDecoder.Common project the MathComparisonExtensions class
### 1.4.0 - 2020-07-10
* Added more utility extensions methods to ComparisonExtensions class
* Added new sort LINQ query operators in SortingExtensions class
### 1.3.0 - 2020-07-06
* Added IQueryable<T> Page<T>(this IQueryable<T> query, int pageNumZeroStart, int pageSize)
### 1.2.1 - 2020-07-03
* Added Int32.Times() with Action (no params begin passed in the action delegate)
### 1.2.0 - 2020-07-03
* Assembly name changed to ByteDecoder.RoyalLibrary
### 1.1.1 - 2020-07-01
* Changed root namespace to ByteDecoder.RoyalLibrary
### 1.0.4 - 2020-06-21
* IEnumerable<T>.Each() renamed to IEnumerable<T>.ForEach()