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.ts
move totypes
🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫 🚫
Release 1.0.3
- Support
TypeScript
'sreaonly
Array typesReadonlyArray
- Include all
Iterable
types like :String
Int8Array
Uint8Array
Uint8ClampedArray
Int16Array
Uint16Array
Int32Array
Uint32Array
Float32Array
Float64Array
BigInt64Array
BigUint64Array
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>