Releases: fensak-io/reng
Releases · fensak-io/reng
v2.0.2
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
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
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 [email protected]
v1.4.0
1.4.0 (2023-10-30)
Features
- Add support for parsing pull requests from bitbucket (0d65d22)
v1.3.0
1.3.0 (2023-10-25)
Features
- Add support for parsing and loading an object diff representation (67d1c28)
v1.2.1
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
1.2.0 (2023-10-19)
Features
- Expose linked PR information as changeset metadata (e39d0a9)
v1.1.3
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
1.1.2 (2023-10-18)
Bug Fixes
- Revert deduction of runtime timelimit (d43bfa5)
v1.1.1
1.1.1 (2023-10-18)
Bug Fixes
- Bump @babel/core to pull in security updates (a6382e6)