Skip to content
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.

Latest commit

 

History

History
116 lines (48 loc) · 4.61 KB

CHANGELOG.md

File metadata and controls

116 lines (48 loc) · 4.61 KB

1.3.0 (2016-10-15)

Features

  • support squash commits (#31) (860c7a1)

1.2.3 (2016-08-06)

Bug Fixes

  • regex: do not treat it as note if there are texts after keywords (9cb56bc)

1.2.2 (2016-05-04)

Bug Fixes

1.2.1 (2016-04-24)

Bug Fixes

  • mention: fix mention matching (43b32e7), closes #26

1.2.0 (2016-04-15)

Features

  • mentions: @someone in commit (b2eabbf), closes #24

1.1.0 (2016-04-10)

Bug Fixes

  • notes: note keywords must appear at the beginning of a sentence (6e13789), closes #23

Features

  • reference: able to reference an issue without an action (cf847b1), closes #22

1.0.1 (2016-02-05)

Bug Fixes

1.0.0 (2016-02-05)

0.2.0 (2016-02-04)

Features

  • note: noteKeywords is case insensitive (4442b86), closes #21
  • pullRequest: Allow to skip and parse pull request header (aa85033), closes #20
  • regex: matching JIRA-123 like references (5342f45), closes #19

0.1.2 (2015-09-18)

Bug Fixes

  • parser: do not trim spaces but newlines (62e7bf5)

0.1.1 (2015-09-12)

Bug Fixes

  • newlines: preserve newlines in a part (beb3d05), closes #15

Features