Skip to content

Releases: cjssdk/runner

v1.5.1

04 Aug 20:59
85f0fd4

Choose a tag to compare

  • remove eslint warnings
  • update dependencies
  • correct Travis CI node versions
  • replace @copyright with @author tag

v1.5.0

19 Jun 09:13
db9c38b

Choose a tag to compare

  • allow to exec functions as tasks
  • improve documentation

v1.4.1

12 Jun 08:54
a93a728

Choose a tag to compare

  • fix callback check in run

v1.4.0

11 Jun 11:36
c0a6f65

Choose a tag to compare

  • rework tasks handling

v1.3.0

06 Jun 16:05
ce84231

Choose a tag to compare

  • add batch tasks creation
  • add examples to documentation

v1.2.0

05 Jun 12:08
8a280b8

Choose a tag to compare

  • rename package
  • add node engine v7/8/9/10 to travis config
  • correct runkit address
  • emit error event on task missing
  • remove docs directory from npm package publishing
  • add jsdoc dependency
  • remove docs directory from eslint checks
  • correct contribution info
  • set documentation generation path to match GitHub Pages path
  • update dependencies

v1.1.0

20 Oct 14:45
718b6af

Choose a tag to compare

  • add devDependencies status shield
  • add RunKit shield
  • switch to the global npm version of cjs-emitter
  • switch to the global npm version of cjs-eslint-config
  • switch to the global npm version of cjs-async
  • fix eslint warnings
  • correct eslint script params
  • add eslint checks to Travis CI
  • switch from +new Date() to Date.now()
  • correct dependencies
  • correct repository address format
  • switch to the MIT license
  • add node engine v5 to travis config
  • start reworking develop checks
  • rename global webpack flag DEBUG to DEVELOP
  • use cjs-eslint-config
  • fix eslint warnings
  • fix eslint no-process-exit warning
  • add guidelines for github contributing
  • add serial implementation
  • wrap in parallel not running tasks only
  • add test tasks
  • fix parallel task execution
  • add wrapper and improve implementation
  • add tests