Releases: gr2m/github-project
Releases · gr2m/github-project
v1.2.0
1.2.0 (2022-03-08)
Features
- add 'title' and 'url' properties to project item content (#20) (81ecd9d)
v1.1.4
1.1.4 (2022-02-25)
Bug Fixes
v1.1.3
1.1.3 (2022-02-23)
Bug Fixes
- load first 50 fields instead of 20 (8319416)
v1.1.2
1.1.2 (2022-01-20)
Bug Fixes
v1.1.1
1.1.1 (2021-12-16)
Bug Fixes
v1.1.0
1.1.0 (2021-12-15)
Features
project.items.getByContentRepositoryAndNumber()
, project.items.updateByContentRepositoryAndNumber()
, project.items.removeByContentRepositoryAndNumber()
(#9) (411a821)
v1.0.1
1.0.1 (2021-12-15)
Bug Fixes
- avoid unneeded mutation request for
project.items.remove()
and handle GraphQL error (9a7b58e)
v1.0.0
Features
project.items.list()
project.items.add(contentId)
project.items.get(contentId)
project.items.get(itemId)
project.items.update()
project.items.add(contentId, fields)
project.items.remove()
project.items.getByContentId()
project.items.updateByContentId()
project.items.removeByContentId()
- Cache fields/items data
(#1) (ada696d)