Skip to content

Latest commit

 

History

History
45 lines (22 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

45 lines (22 loc) · 2.92 KB

1.2.4 (2020-05-21)

Bug Fixes

  • change in api: github api had a change, this should trigger release 1.2.4. this change here quiets a quacker during the intergration test (99f8f91)

1.2.3 (2020-03-25)

Bug Fixes

  • test release: testing a release (dfca448)

1.2.2 (2020-03-25)

Bug Fixes

  • issue_comment: this needs to return PR info not commit info if before and after explicitly set, else PR (eee976b)
  • naming: renamed "deleted" to "removed". sorry if this is breaking for you. (800537f)
  • pull_request_synchronize events: issue with PR Synchronize events, it would return commit files instead of PR files, this is adjusted to return ALL PR files with PR synchronize event (fb7bcc7)
  • space issue: this should resolve the issue with using a blank space. the assumption here is that 'json' is default, if you use ' ' it will be '' which is the app default, not the action default of 'json' (0e4184f), closes #81

1.2.1 (2020-03-19)

Bug Fixes

  • everything: very proud to say this is 100% coverage according to default jest of all src code (including test) (dd31d02)
  • redesign: a lot of things changed here in the project (32903fd)

1.2.0 (2020-03-02)

Features

  • action: githubToken is optional (uses action token), added githubRepo, prNumber, and pushBefore & After (b24e2c3)

1.2.0 (2020-03-02)

Features

  • action: githubToken is optional (uses action token), added githubRepo, prNumber, and pushBefore & After (b24e2c3)