Skip to content

Latest commit

 

History

History
93 lines (65 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

93 lines (65 loc) · 2.75 KB

Change Log (node-enumerable)

6.0.0 (December 13th, 2019; ES2019 and TypeScript 4.1+)

5.0.1 (July 14th, 2019; ES2017 and TypeScript 3.5+)

4.0.2 (February 3rd, 2019; Node 8 and TypeScript 3)

3.8.0 (November 7th, 2017; methods)

  • added append() and appendArray() methods
  • added isEmpty() method
  • added isNullOrEmpty(), isUndefinedNullOrEmpty() and isUndefinedOrEmpty() functions
  • added pipe() method
  • added prepend() and prependArray() methods
  • added trace() method

3.7.1 (November 7th, 2017; methods)

  • added assert() and assertAll() methods
  • added consume() method
  • added eachAll() and forAll() methods
  • added length() method
  • code cleanups and improvements

3.6.0 (November 6th, 2017; methods & functions)

  • added defaultArrayIfEmpty() method
  • added exp() method
  • added random() function
  • added root() method

3.5.2 (November 5th, 2017; methods)

  • added cos() and arcCos() methods
  • added cosH() and arcCosH() methods
  • added log() method
  • added pow() method
  • added shuffle() method
  • added sin() and arcSin() methods
  • added sinH() and arcSinH() methods
  • added sqrt() method
  • added tan() and arcTan() methods
  • added tanH() and arcTanH() methods

3.4.1 (November 4th, 2017; methods)

  • added abs() method
  • added ceil() method
  • added chunk() method
  • added flatten() method
  • added floor() method
  • added intersperse() method
  • added intersperseArray() method
  • added not() method
  • added rand() method
  • added round() method

3.1.1 (November 1st, 2017; functions)

  • added isSequence() function
  • added popFrom() function
  • added shiftFrom() function

3.0.1 (November 1st, 2017; improvements)

2.0.1 (May 24th, 2017; fixes)

  • bugfixes

1.2.0 (May 22nd, 2017; sort functions)

  • added sort() and sortDesc() functions

1.1.0 (May 22nd, 2017; distinctBy)

1.0.0 (May 22nd, 2017; inital release)

  • first stable release