Skip to content

Releases: fensak-io/reng

v2.0.2

30 Oct 19:10
Compare
Choose a tag to compare

2.0.2 (2023-10-30)

Bug Fixes

  • Include the URL in the bitbucket API error message to make it easier to debug (1f3b709)

v2.0.1

30 Oct 18:43
Compare
Choose a tag to compare

2.0.1 (2023-10-30)

Bug Fixes

  • Body parameters need to be included in jwt token hash (045665d)
  • Make sure to expose bitbucket functions (628a043)

v2.0.0

30 Oct 15:34
Compare
Choose a tag to compare

2.0.0 (2023-10-30)

Features

  • Remove attributes related to file fetching since it is not implemented. (64e37fc)

BREAKING CHANGES

    • The attributes related to fetching files has been removed from the respective types.
  • The IGitHubRepository type has been replaced by Repository.
  • The IGitHubPullRequestPatches type has been replaced by PullRequestPatches.

Signed-off-by: Yoriyasu Yano 430092+yorinasub17@users.noreply.github.com

v1.4.0

30 Oct 14:51
Compare
Choose a tag to compare

1.4.0 (2023-10-30)

Features

  • Add support for parsing pull requests from bitbucket (0d65d22)

v1.3.0

25 Oct 14:59
Compare
Choose a tag to compare

1.3.0 (2023-10-25)

Features

  • Add support for parsing and loading an object diff representation (67d1c28)

v1.2.1

19 Oct 18:23
Compare
Choose a tag to compare

1.2.1 (2023-10-19)

Bug Fixes

  • Fix bug where the linked PR was not pulling in merge info correctly (f79499d)

v1.2.0

19 Oct 14:32
Compare
Choose a tag to compare

1.2.0 (2023-10-19)

Features

  • Expose linked PR information as changeset metadata (e39d0a9)

v1.1.3

18 Oct 15:01
Compare
Choose a tag to compare

1.1.3 (2023-10-18)

Bug Fixes

  • Make the target branch for the PR also available in the metadata parameter (82027cb)

v1.1.2

18 Oct 14:00
Compare
Choose a tag to compare

1.1.2 (2023-10-18)

Bug Fixes

  • Revert deduction of runtime timelimit (d43bfa5)

v1.1.1

18 Oct 13:54
Compare
Choose a tag to compare

1.1.1 (2023-10-18)

Bug Fixes

  • Bump @babel/core to pull in security updates (a6382e6)