Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
137 lines (59 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

executable file
·
137 lines (59 loc) · 3.82 KB

3.1.0 (2017-03-06)

Features

  • gulp: Add function to create eslint tasks (0480112)

3.0.0 (2017-03-06)

Features

  • gulp: Extract rollup tasks into seperate module (f93d7e3)

BREAKING CHANGES

  • gulp: Rollup tasks are now in their own seperate module.

2.3.3 (2017-03-03)

Bug Fixes

  • gulp: Reorder rollup bundle config arguments (be95546)

2.3.2 (2017-03-03)

Bug Fixes

  • gulp: Add param checking to createWatcher (becd69d)
  • gulp: Make onEnd callback for rollup optional (38e337c)

2.3.1 (2017-03-03)

Bug Fixes

  • postinstall: .editorconfig is now properly created (aa87a73)

2.3.0 (2017-03-03)

Bug Fixes

  • gulp: Extract cli parsing from versioning funtions (ad79db1)

Features

  • gulp: Add rollup bundling tasks (4becfeb)

2.2.0 (2017-02-10)

Features

  • gulp: Add function to create watch tasks (231d7a1)

2.1.0 (2017-02-10)

Features

  • gulp: Add function to create changelog formatting tasks (28bc8ff)

2.0.0 (2017-02-10)

Features

  • gulp: Add function to create changelog tasks (264333c)
  • gulp: Add function to create copy tasks (7a5769c)
  • gulp: Add function to create jsdoc tasks (521165b)
  • gulp: Add function to create zip tasks (aa6f1c3)
  • gulp: Add functions to create version tasks (02993c2)

1.1.1 (2017-02-10)

Bug Fixes

  • postinstall: No longer remove existing config (7707ca1)

1.1.0 (2017-02-10)

Features

  • gulp: Add function to create clean tasks (8911f82)

1.0.1 (2017-02-10)

Bug Fixes

  • deps: Add correct dependencies (723ffee)

1.0.0 (2017-01-26)