Releases: tagoro9/fotingo
Releases · tagoro9/fotingo
v4.1.0
4.1.0 (2022-12-14)
Bug Fixes
- deps: make serialize errors a dependency instead of dep-dev (2cd3c8b)
- improve error reporting, especially when there are auth errors (d9f2077)
- show exec time instead of 0 for executions that take < 1s (622283d)
- ui: adjust margins of spinner and footer (70fcd35)
Features
- add open command (0f88780)
- github: add method to get a pull request for a branch (5567cfe)
- start: allow to create subtasks (82eb7f8)
Performance Improvements
- add debug info about execution time (e6818df)
- cache some git method calls at the repo level (c295dc2)
v4.0.2
4.0.2 (2022-12-13)
BREAKING CHANGES
- start rename -a to -n
- deprecate node 12 and 14
v3.6.3
3.6.3 (2022-05-11)
Bug Fixes
- bumps sqlite3 to fix error w node 16.14 (edc2dc7)
v3.6.2
3.6.2 (2022-03-31)
Bug Fixes
- github: fetch all repo collaborators (f89704f)
- io: when selecting for matches fail on the first error (0fa8818)
v3.6.1
3.6.1 (2022-03-06)
Bug Fixes
- github: only escape HTML tags and not all entities (a29ae86)
- review: check default branch against the current one (41ff07d)
v3.6.0
3.6.0 (2022-03-06)
Bug Fixes
- avoid triggering commands twice (5eb47ab)
- review: throw an error when creating a PR on the default branch (3751616), closes #790
- verify: allow to run it anywhere (8cbe8da)
Features
- detect default branch for config (2dcbc05)
- git: add support to detect default branch (d95a866)
v3.5.1
3.5.1 (2022-03-02)
Bug Fixes
- ensure execution continues after validate (288cabc)
v3.5.0
3.5.0 (2022-03-02)
Bug Fixes
- jira: wrap issue status in quotes when filtering issues (286819a)
- start: parse input correctly when running start without any issue (e5191ad)
Features
- start: display issue URL after creating one (c9d52a3), closes #861
- validate that is running in a git repo and that base branch exists (50a1eca), closes #765
v3.4.6
3.4.6 (2022-01-27)
Bug Fixes
- config: add line break at the end of config file (a0c1998)
v3.4.5
3.4.5 (2022-01-25)
Bug Fixes
- cache: create fotingo home dir if it doesn't exist (b3db80e)
- update runtime deps (c0074ce)