Skip to content

Latest commit

 

History

History
183 lines (76 loc) · 5.37 KB

CHANGELOG.md

File metadata and controls

183 lines (76 loc) · 5.37 KB

1.9.0 (2018-05-31)

Features

  • enable validation for revert commits (5a41255)
  • remove amend scope (0615662)

1.8.2 (2018-04-14)

Bug Fixes

  • installer: installation if throwing a fatal error when installing in a git worktree (81ee99d), closes #15

1.8.1 (2017-09-02)

Bug Fixes

  • hook: replace console.log with console.error (fe8c638)

1.8.0 (2017-04-21)

Features

  • config: increase message max-length to 100 characters (f618950)

1.7.1 (2017-04-15)

Features

  • config: update message default rules (75c18e5)

1.7.0 (2017-04-07)

Features

  • rules: add new rule skip-validation (ce0bf00)

1.6.2 (2017-04-03)

Bug Fixes

  • rules: when type contains numeric characters sometimes it get marked as valid (cd891e1)

1.6.1 (2017-04-03)

Bug Fixes

  • installer: on windows require must contain only forward slashes (13337cf)

Features

  • config: added a named extends for our latest rules @speedy/commit-msg-hook:latest (64b0a17)

1.6.0 (2017-04-02)

Features

  • config: added a named extends for our latest rules @speedy/commit-msg-hook:latest (48c30df)

1.5.0 (2017-04-01)

Bug Fixes

  • hook: hook is not being triggered on Mac OS X (46e0ff8)

Features

  • rules: add valid-scopes rule (2af6eae)

1.4.2 (2017-03-31)

Bug Fixes

  • validator: fix config file path (057719c)

1.4.1 (2017-03-31)

Bug Fixes

  • installer: fix installer hanging issues

1.4.0 (2017-03-31)

Features

  • utils: remove utils and use @speedy/node-core (cbb9500)

1.3.0 (2017-03-27)

Features

  • banned phrases: add banned-phrases rule (840640c)

1.2.0 (2017-03-27)

Bug Fixes

  • installer: fix issue that installer was not being triggered. (e50a6f8)

1.1.0 (2017-03-27)

Bug Fixes

  • installer: fix issue when hooks folder doesn't exists (db9bf13)

1.0.0 (2017-03-27)

Features

  • api: expose api (6d01af1)
  • hook: add shebang (efa269e)
  • packages: add dependencies (2cb5b42)
  • rule names: change rule names to kebab-case (ca8e77e)