Releases: codingpot/paperswithcode-go
Releases · codingpot/paperswithcode-go
v2.3.0
2.3.0 (2022-03-17)
Feature
Bug Fixes
v2.2.1
2.2.1 (2021-10-04)
Bug Fixes
Chores
v2.2.0
2.2.0 (2021-09-09)
Feature
Code Refactoring
- use a common function to send a GET request (669236a)
Chores
- add a new line at the end of the file (b9029e6)
v2.1.3
2.1.3 (2021-06-07)
Bug Fixes
- update PaperListParams to match Python (2b45ea8)
Chores
- use v2 in the code examples (70ac12b)
v2.1.2
2.1.2 (2021-05-31)
Bug Fixes
- README: CI badge should not change (89c257c)
Chores
- README: update badge to use v2 (400937f)
v2.1.1
2.1.1 (2021-05-31)
Bug Fixes
Documentation
v2.1.0
2.1.0 (2021-05-31)
Feature
Documentation
- README: add go report badge (79c9c22)
v2.0.0
2.0.0 (2021-05-31)
Breaking Changes
- rename files and types to match the original code in Python (e1f0e2b)
BREAKING CHANGE:
- PaperListResult -> PaperList
- PaperListResultItem -> Paper
v1.1.0
1.1.0 (2021-05-30)
Feature
- update README with a link to the Python lib (4825127)
Documentation
- README: update the example for no API version (c857c87)
v1.0.1
1.0.1 (2021-05-30)
Bug Fixes
- PaperListResultItem no longer implements Stringer (ed264d5)
- go fmt and remove unused func (041e281)