Skip to content

Latest commit

 

History

History
197 lines (84 loc) · 6 KB

CHANGELOG.md

File metadata and controls

197 lines (84 loc) · 6 KB

2.2.0 (2016-05-19)

Bug Fixes

  • gulp: add gulp-filter typings (a14813a)
  • gulp: add run-sequence typings (568a911)
  • gulp: fix up gulpfile and custom typings (d9f0310)
  • validate-commit: do not logs when CI env variable is true also if commit message is wrong (89ae84c)
  • validate-commit: jquery preset logging capabilities (4d1d5e1)

Features

  • cli: add eslint and ember to possible presets (4ea60f0), closes #7
  • cli: add jquery to cli (29f8b59)
  • interfaces: add Preset type (d3e4886)
  • presets: add ember preset (c66a71c)
  • presets: jshint preset (3e7b02b)

2.1.1 (2016-05-03)

Bug Fixes

  • validate-commit: allow validateMessageFromFile to use other presets(f1f9ba9), closes #6

2.1.0 (2016-05-02)

Bug Fixes

  • build: fix the build...hopefully(667eea9)
  • build: we do need to install typings though(da9836b)

Features

2.0.3 (2016-04-04)

Bug Fixes

  • package: remove postinstall (3420807)

2.0.2 (2016-04-04)

Bug Fixes

  • package: make typings a dependency so postinstall works (5efc1b9)

2.0.1 (2016-04-02)

2.0.0 (2016-04-02)

Code Refactoring

  • validate-commit: change function name to be closer to what it actually does (37653a9)

Features

  • add ability to pass a preset to the cli (3db51d8)
  • package: add typings (4d7194f)
  • presets: add atom preset (98a7655)

BREAKING CHANGES

  • validate-commit: validateMessageFromBuffer is now validateMessageFromFile. Not part of the public API, but breaking nonetheless.

1.0.14 (2015-12-18)

1.0.13 (2015-12-09)

1.0.12 (2015-12-05)

1.0.11 (2015-12-05)

1.0.10 (2015-12-05)

Bug Fixes

  • release: don't overwrite changelog either (ced576e)
  • release: don't reset the CHANGELOG each time (5222b18)

1.0.9 (2015-12-05)

1.0.8 (2015-12-03)

Bug Fixes

  • package: update commit messages for releases (635c16a)

1.0.7 (2015-12-03)

Bug Fixes

  • validate-commit: actually pass the message... (fad17bf)

1.0.6 (2015-12-03)

1.0.4 (2015-12-03)

Bug Fixes

  • travis: remove node v0.10 (e806882)

1.0.2 (2015-12-03)

Bug Fixes

  • package: change when changelogs get generated (740ca24)

1.0.1 (2015-12-03)

Bug Fixes

  • validate-commit: fix reading from buffer (4236f96)

Features