Skip to content

Releases: BSick7/exjs

Version 0.1.9

18 Jun 22:47
Compare
Choose a tag to compare
  • Isolated IEnumerable interface to only have getEnumerator method
  • Created exjs.en(...) that will convert an IEnumerable into IEnumerableEx.

Version 0.1.8

17 Jun 16:31
Compare
Choose a tag to compare
  • Implemented Map polyfill.
  • Added toMap IEnumerable method.

Version 0.1.7

21 May 21:15
Compare
Choose a tag to compare
  • Added miscellaneous function round that takes in number of fractional digits as the 2nd parameter.
  • Added standardDeviation to IEnumerable that works similar to average and sum.

Version 0.1.6

13 May 21:13
Compare
Choose a tag to compare

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

13 May 20:21
Compare
Choose a tag to compare

Added IEnumerable.difference(...) to give the 3 exclusive regions in a venn diagram between 2 sets.

Version 0.1.4

12 May 13:03
Compare
Choose a tag to compare
  • Fixed 'any' when specified without a predicate.

Version 0.1.3

09 May 13:46
Compare
Choose a tag to compare
Updated version information.

Version 0.1.2

09 May 13:47
Compare
Choose a tag to compare
Version 0.1.2

Version 0.1.1

09 May 13:47
Compare
Choose a tag to compare
Version 0.1.1

Version 0.1

21 Apr 13:17
Compare
Choose a tag to compare
selectMany now accepts arrays in projection.