Releases: feast107/linqes
Releases · feast107/linqes
Release 1.1.1
Release 1.1.0
- Make IEnumerable : Iterable
- Compatible declaration
- Fix join and concat thisArg
Release 1.0.5
- Fix declaration
Release 1.0.4
This release is unusable
- Compatible
concat,join - Fix type declaration error
d.tsmove totypes
🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫
Release 1.0.3
- Support
TypeScript'sreaonlyArray typesReadonlyArray - Include all
Iterabletypes like :StringInt8ArrayUint8ArrayUint8ClampedArrayInt16ArrayUint16ArrayInt32ArrayUint32ArrayFloat32ArrayFloat64ArrayBigInt64ArrayBigUint64Array
Release 1.0.2
Extract declarations of which parameters contains competible lambda instead of using | to separate them
Release 1.0.1
- Fix declarations of all 'key comparer'
- Append implements of
groupBy - Refactor the inherit tree of
IEnumerable - Using
Array<T> & { key : TKey }instead ofKeyedArray<T,TKey>