Releases: jonperron/python-navitia-client
Releases · jonperron/python-navitia-client
1.1.3
What's Changed
- fix(journey): fix support of add_poi_infos by @jonperron in #67
- chore(release): also release on testpypi when creating new release version by @jonperron in #68
- chore(bump): bump to 1.1.3 by @jonperron in #69
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- fix(arrays): fix arrays handling when building filter query before calling navitia APIs by @jonperron in #64
- chore(version): bump to 1.1.2 by @jonperron in #65
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- chore(update): update two files by @jonperron in #61
- chore(update): bump to version 1.1.1 by @jonperron in #62
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- chore(tests): move test data into dedicated json by @jonperron in #49
- feat(documentation): add documentation by @jonperron in #50
- feat(documentation): add more documentations by @jonperron in #51
- chore(tests): clean tests data by @jonperron in #52
- feat(coverage): add coverage check on PR by @jonperron in #53
- feat(raw): add client to make raw calls on APIs by @jonperron in #54
- Update issue templates by @jonperron in #55
- feat(release): add prerelease job by @jonperron in #56
- fix(workflow): fix missing job by @jonperron in #57
- fix(metadata): fix metadata in pyproject by @jonperron in #58
- chore(version): bump to version 1.0.3 by @jonperron in #59
- feat(release): add release workflow by @jonperron in #60
Full Changelog: 1.0.0...1.1.0
1.0.3
What's Changed
- fix(metadata): fix metadata in pyproject by @jonperron in #58
- chore(version): bump to version 1.0.3 by @jonperron in #59
Full Changelog: 1.0.2...1.0.3
1.0.2
1.0.1
What's Changed
- chore(tests): move test data into dedicated json by @jonperron in #49
- feat(documentation): add documentation by @jonperron in #50
- feat(documentation): add more documentations by @jonperron in #51
- chore(tests): clean tests data by @jonperron in #52
- feat(coverage): add coverage check on PR by @jonperron in #53
- feat(raw): add client to make raw calls on APIs by @jonperron in #54
- Update issue templates by @jonperron in #55
- feat(release): add prerelease job by @jonperron in #56
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
- Feat(entities): add Entities defined in public documentations by @jonperron in #1
- Chore(repo): add github-action to run pre-commit by @jonperron in #2
- chore(github): update action to version 4 by @jonperron in #3
- feat(client): add base http client by @jonperron in #4
- chore(entities): refacto entities folder to reduce circular dependancies by @jonperron in #6
- feat(coverage): add class to call coverage api by @jonperron in #7
- chore(readme): update readme with a clearer description of the repo by @jonperron in #8
- feat(client): add datasets apis support by @jonperron in #9
- fix(typo): fix typo in method name by @jonperron in #10
- fix(datasets): add missing parameters in url for datasets by @jonperron in #11
- feat(client): add support for contributors APIs by @jonperron in #12
- fix(coverage): fix bad url when getting by coordinates by @jonperron in #13
- feat(public_transport_objects): add classes supporting each service by @jonperron in #14
- chore(entities): refactoring couple of entities by @jonperron in #16
- fix(typo): fix typo in code + use classmethod by @jonperron in #17
- feat(pagination): add pagination support by @jonperron in #18
- fix(apis): add missing filters on apis for public transportation by @jonperron in #20
- feat(apis): add support for autocomplete public transport objects api by @jonperron in #21
- feat(api): add support for places api by @jonperron in #22
- feat(api): add support for places nearby apis by @jonperron in #23
- fix(typo): fix copy/paste in tests by @jonperron in #24
- chore(readme): add unofficial mention of the library by @jonperron in #27
- feat(apis): add support for inverted geocoding apis by @jonperron in #28
- feat(exception): add handling of navitia error messages by @jonperron in #29
- feat(apis): add support for route schedules apis by @jonperron in #31
- feat(apis): add support for stop schedules api by @jonperron in #32
- feat(apis): add support for terminus schedules apis by @jonperron in #33
- feat(refacto): update method name to from_payload by @jonperron in #34
- feat(apis): add support for departure apis by @jonperron in #35
- feat(apis): add support for arrivals apis by @jonperron in #36
- feat(api): add support for line reports apis by @jonperron in #37
- feat(api): add support for traffic reports apis by @jonperron in #39
- fix(api): handle urls without resource path properly for reports APIs by @jonperron in #40
- fix(refactoring): remove refactoring when calling APIs by @jonperron in #42
- chore(github): add CODEOWNERS file by @jonperron in #43
- feat(apis): add support for journeys apis by @jonperron in #44
- chore(refacto): move method to api_base_client by @jonperron in #45
- feat(apis): update readme to display no support of equipments support apis by @jonperron in #47
- feat(apis): add support for isochrone apis by @jonperron in #48
New Contributors
- @jonperron made their first contribution in #1
Full Changelog: https://github.com/jonperron/python-navitia-client/commits/1.0.0