Releases: BSick7/exjs
Releases · BSick7/exjs
Version 0.1.9
Version 0.1.8
- Implemented Map polyfill.
- Added toMap IEnumerable method.
Version 0.1.7
- Added miscellaneous function
round
that takes in number of fractional digits as the 2nd parameter. - Added
standardDeviation
toIEnumerable
that works similar toaverage
andsum
.
Version 0.1.6
Added remove methods to List
- remove(item) - remove item based on reference equality
- removeWhere(predicate) - remove item based on whether predicate matches item
Version 0.1.5
Added IEnumerable.difference(...) to give the 3 exclusive regions in a venn diagram between 2 sets.
Version 0.1.4
- Fixed 'any' when specified without a predicate.
Version 0.1.3
Updated version information.
Version 0.1.2
Version 0.1.2
Version 0.1.1
Version 0.1.1
Version 0.1
selectMany now accepts arrays in projection.