4.3.3 (2023-07-11)
4.3.2 (2023-04-11)
4.3.1 (2023-02-24)
4.3.0 (2023-01-25)
4.2.0 (2023-01-05)
4.1.1 (2022-11-09)
4.1.0 (2022-08-24)
4.0.1 (2022-08-16)
4.0.0 (2022-08-09)
- drop Node 12 support
- action: upgrade to Node 14
- update @octokit/rest to v19 (#385)
3.0.0 (2022-05-17)
- update library to use Node 12 (#372)
2.2.0 (2022-02-28)
2.1.4 (2022-02-23)
- cli: don't crash when there are no changes (#334) (e606126), closes #229
- try to merge the upstream repo branch on the fork (#330) (2d5c3f9), closes #335
2.1.3 (2022-02-22)
2.1.2 (2022-01-19)
2.1.1 (2021-09-03)
2.1.0 (2021-05-31)
2.0.0 (2021-04-26)
- This does not actually break any interfaces that are intended to be public (exported in
index.ts
), but would be breaking if you are importing from deeply nested paths which is not intended. - move custom logger configuration into options (#212)
- cleanup custom logging (#206)
- move custom logger configuration into options (#212) (89a1482)
- reorganize source code (#208) (5c2edb1)
1.11.0 (2021-04-22)
1.10.0 (2021-03-30)
1.9.3 (2021-03-23)
1.9.2 (2021-03-15)
1.9.1 (2021-03-02)
1.9.0 (2021-02-25)
1.8.2 (2020-12-08)
1.8.1 (2020-11-11)
1.8.0 (2020-10-09)
- handle addition-only and deletion-only changes (#144) (ab936a2), closes #126 #127
- the review comment should go on the old file lines, not the new file lines (#140) (662391f)
1.7.0 (2020-10-07)
- action: action can now review pull requests (#135) (c90a128)
- cli: add command for reviewing a pr (#130) (ffac451)
- action: default upstream owner/repo to the current repo (#131) (3dd762a), closes #73
- handle single line comments and add newline (#128) (1526a40)
- range parsing (#125) (4993d62)
1.6.0 (2020-09-25)
- framework-core: support inline multiline comments suggestions on pull requests (#105) (415fb8a), closes #83 #84 #86 #89 #91 #90 #93 #114 #116 #117
1.5.0 (2020-09-10)
1.4.0 (2020-09-08)
1.3.0 (2020-09-04)
- logging: allow pino to be configured (#97) (d45e474)
- types: make Changes type public (#98) (8df9310)
1.2.0 (2020-09-02)
1.1.1 (2020-08-13)
- cli,action: when process fails, make exit code 1 (#81) (c1495cb), closes #72
- framework-core: retry mechanism for when forked git object isn't quite ready (#78) (326145f)
1.1.0 (2020-08-07)
1.0.1 (2020-08-04)
- basic pr opening (#33) (2be3e59)
- commit and push changes onto a SHA to a target remote (#30) (8bf1782), closes #19
- create a branch from origin owner, repo, branch name, and an optional primary branch (#27) (fecaaba)
- forking with octokit given repo and owner (#20) (eb9047f)
- cli: cli interface (#53) (836e0bc)
- core: create a GitHub Pull Request from a fork (#45) (782bced)