Skip to content

Releases: KurtWagner/bitbucket-toolbox

v1.0.0

04 Jun 09:59
c67fadb

Choose a tag to compare

v1.0.0 Pre-release
Pre-release

Changes:

  • Breaking - Minimum node engine is now 14.
  • Security/Dependency - Updated all direct dependencies

Allow pushing of single comment

16 Aug 04:49

Choose a tag to compare

Pre-release

Improvement

Add feature to push a single comment to the pull request itself. Use bitbucket-toolbox comment

v0.0.9

16 Aug 03:50
cde7bc3

Choose a tag to compare

v0.0.9 Pre-release
Pre-release

Accidental push

v0.0.8

27 Jun 09:35

Choose a tag to compare

v0.0.8 Pre-release
Pre-release

Fix

  • Use new Bitbucket API endpoint
    • This was breaking deleting and adding comments.

v0.0.7

17 Jun 03:38

Choose a tag to compare

v0.0.7 Pre-release
Pre-release

Fix

  • Old comments are now deleted before adding new comments
    • Caused by Bitbucket API changing from username to uuid

Improvement

  • Add npm metadata (repository, contributors)

v0.0.6

26 Mar 01:08
0332526

Choose a tag to compare

v0.0.6 Pre-release
Pre-release

Fix

  • Limit node version for more deterministic Travis tests
  • Fixed failure when changes contains a long string of dashes

v0.0.5

18 Jan 12:42

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

Improvement

  • Support parallel requests in backend package, this should result in faster turnarounds when the requests are known up front. Requests that page through are yet to be optimised to look ahead.

Fix

  • Non-relative configuration and credentials paths were not being resolved correctly.
  • .bitbucket-toolbox.js configuration was not being picked up.

Feature

  • New scripts action where you can perform and respond to certain events. For now this only supports the "openPullRequests" type. This will load all open pull requests (including changed chunks).

v0.0.4

16 Jan 13:34

Choose a tag to compare

v0.0.4 Pre-release
Pre-release

Fix

  • Fix - chalk should be a production dependency.

v0.0.3

16 Jan 13:02

Choose a tag to compare

v0.0.3 Pre-release
Pre-release

Enhancement

  • Resolves #1 - Introduces --fail-on-severity option to the comments action.

v0.0.2

05 Jan 12:18

Choose a tag to compare

v0.0.2 Pre-release
Pre-release

Fixes

  • Fixes #4 - Can't read attribute "username" on null when comparing existing deleted comment.