Releases: gr2m/github-project
Releases · gr2m/github-project
v3.0.0
3.0.0 (2022-08-25)
Features
- Update implementation based on
ProjectV2*
APIs, add draft APIs, project.items.remove*
APIs no return items if found (#72) (2010cef)
BREAKING CHANGES
org
constructor option has been replaced with owner
in order to support user projects
- node IDs changed, even for the same projects/project items etc
project.item.remove*
APIs now return the removed item, if it was found.
v2.3.0-beta.1
Features
- Update implementation based on
ProjectV2*
APIs, add draft APIs, project.items.remove*
APIs no return items if found (#68) (3918758)
v2.2.0
2.2.0 (2022-07-13)
Features
v2.1.2
2.1.2 (2022-07-08)
Bug Fixes
- deps: update dependency @octokit/core to v4 (855f34b)
v2.1.1
2.1.1 (2022-06-08)
Bug Fixes
- handle optional fields that don't exist in project (#54) (fc4adf4)
v2.1.0
2.1.0 (2022-05-31)
Features
v2.0.5
2.0.5 (2022-05-04)
Bug Fixes
- Remove whitesapce when building mutation query (#51) (a4d4594)
v2.0.4
2.0.4 (2022-04-20)
Bug Fixes
- project.items.list: paginate project items (#49) (e9a7811)
v2.0.3
2.0.3 (2022-04-12)
Bug Fixes
- project.items.update(itemNodeId, fields) with invalid field option (#48) (0a2a2da)
v2.0.2
2.0.2 (2022-04-01)
Bug Fixes