Skip to content

Releases: snovakovic/js-flock

3.14.0

10 May 03:27

Choose a tag to compare

3.13.0

29 Feb 03:35

Choose a tag to compare

added single array utility method.

3.12.0

05 Oct 07:08

Choose a tag to compare

Added support for providing custom comparer to sort library.

Main intended usage is to support natural sorting by providing Intl.Collator as comperor https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator

Special thanks to @tony-gutierrez for contribution on that:
#79

3.11.1

04 Sep 16:00

Choose a tag to compare

Added castBoolean method

3.10.1

10 Aug 14:31

Choose a tag to compare

Fix bug where NumberIterator was not exported in default export.

3.10.0

06 Jul 11:05

Choose a tag to compare

Update build so that default exported es5 code is minified version of code.

e.g

  const sort = require('js-flock/es5/sort');

will now serve minified version while previous unminified version would be server.

3.9.0

02 Jul 08:36

Choose a tag to compare

Added NumberIterator module

3.8.0

30 Jun 10:33

Choose a tag to compare

Added delay module

3.7.0

04 May 18:48

Choose a tag to compare

Added promiseAll module

3.6.0

04 Feb 05:37

Choose a tag to compare

Added option to abort waitFor