Skip to content

Releases: growombud/prolly

0.5.4

20 Mar 15:06

Choose a tag to compare

  • Prevent nyc related files from being published to NPM

0.5.3

20 Mar 14:58
40d0e1c

Choose a tag to compare

  • Updated dependencies to patch-out development-only security vulnerabilities
  • Migrated from istanbul to nyc for code coverage reports
  • Removed explicit dependency on codecov
  • Modified Travis build to publish reports and to npm in a 'staged' manner

0.5.2

30 Dec 19:14
b86e2b6

Choose a tag to compare

  • Updated build / development dependencies to patch security vulnerabilities

0.5.1

27 Aug 17:32

Choose a tag to compare

  • Updated build / development dependencies to patch security vulnerabilities
  • CI Builds will no longer test < node 8.10.0

0.5.0

18 Jun 17:32
9b4d614

Choose a tag to compare

  • Implemented parallel() function

0.4.1

05 Jan 15:26

Choose a tag to compare

  • Updated dev dependencies to address vulnerabilities
  • New dev dependencies required later versions of Node, making the CI tests for Node.js < 6.14 unfeasible. While the library is currently compatible with Node.js >= 4 and will likely remain so in the future, we are no longer testing for compatibility and thus, officially, can only support Node.js >= 6.14.
  • Switched off of eslint-airbnb rules and implemented eslint-recommended linting rules
  • Switched to yarn for dev dependency management

0.4.0

05 Jan 13:38

Choose a tag to compare

  • untilTimeout() - async with a time limit

v0.3.0

25 Jul 22:32

Choose a tag to compare

  • Implemented chunkSequence()
  • Implemented poll() param max_attempts
  • Improved documentation
  • Updated Dependencies
  • Implemented code coverage report during CI
  • CI test multiple versions of Node.js (>= 4.x)