Skip to content

Latest commit

 

History

History
289 lines (135 loc) · 11.2 KB

File metadata and controls

289 lines (135 loc) · 11.2 KB

CHANGELOG

v0.5.3 (2023-11-27)

Fix

  • fix: add describtion of return in methods (a6c075e)

v0.5.2 (2023-11-27)

Fix

v0.5.1 (2023-11-27)

Chore

  • chore: fix pypi release pipeline (9566ea1)

  • chore: fix pypi release pipeline (d199f9e)

  • chore: fix pypi release pipeline (adefbf5)

Fix

  • fix: add docstring to public methods (e9957df)

v0.5.0 (2023-11-27)

Feature

  • feat: add method to retreive bus stop id with bus stop name (55dda8d)

v0.4.0 (2023-11-27)

Documentation

  • docs: update docs with new method (01ada78)

Feature

  • feat: Add endpoint to retreive lines by bus stop Id (98806f5)

Test

  • test: fix tests after changing brigade type (e33c537)

v0.3.6 (2023-11-25)

Documentation

  • docs: change instructions for schedule data retreival (b1418da)

  • docs: move info how to get API KEY (1ddbed1)

  • docs: add info how to get API KEY (39cdb6c)

Fix

  • fix: use str for brigades instead of int (bb09141)

Refactor

  • refactor: remove unpacking undefined type to cast it as a list (75615a6)

Unknown

v0.3.5 (2023-05-10)

Chore

  • chore: move deps from requirements.txt to poetry (c19b778)

Fix

  • fix: change type fo brigade from int to str (4753a99)

Unknown

v0.3.4 (2023-05-10)

Documentation

  • docs: add contributing.md and move tests docs from readme (47f517b)

Fix

  • fix: fix str method of ztmvehicle (5c97abf)

Refactor

  • refactor: add mypy and fix all errors (1185891)

Unknown

v0.3.3 (2023-05-10)

Fix

  • fix: update deps and fix linting issue (8946732)

  • fix: add poetry dependencies (76f6f43)

  • fix: add deps to pyproject.toml (3b4a221)

v0.3.2 (2023-05-10)

Fix

  • fix: update pyproject.toml with requires attr (62bc56f)

v0.3.1 (2023-05-10)

Documentation

  • docs: add github page to show in pypi (eb1e3a7)

Fix

  • fix: add requests package to setup_requires (686f17e)

Unknown

  • Update release.yaml (647d3e5)

  • Merge pull request #4 from radekwielonski/refactor/factory-functions

fix: add requests package to setup_requires (166eb0d)

  • Merge pull request #3 from radekwielonski/show-github-page-in-pypi

docs: add github page to show in pypi (d180130)

v0.3.0 (2021-12-21)

Documentation

  • docs: update passing api key documentation (a09cdc8)

Feature

  • feat: refactor factory functions (2e6d82a)

Unknown

  • Merge pull request #2 from radekwielonski/refactor/factory-functions

Refactor/factory functions (4cbb0ff)

v0.2.1 (2021-12-21)

Fix

  • fix: fix get_bus_stop_schedule_by_name (e313645)

Style

Unknown

v0.2.0 (2021-12-21)

Documentation

  • docs: add current features note to readme (136d8b3)

  • docs: add license and new tags to setup.py (2c730f8)

Feature

  • feat: add fetching schedule for bus stops (010e1f2)

Test

  • test: add basic tests and guide how to run them (e9e3873)

v0.1.4 (2021-12-17)

Chore

  • chore: refactor pipelines (7b3160c)

  • chore: add pre-commit and lint pipeline (ea7ec1b)

Documentation

  • docs: fix typos and format document (9e7e526)

  • docs: update README.md with installation guide and instruciton how to pass api key (bb759e0)

Fix

  • fix: remove unused import (daa4436)

Refactor

  • refactor: change max line length to 79 (c6f1f80)

Unknown

v0.1.3 (2021-12-17)

Fix

  • fix: fix version in tool.poetry in pyproject.toml (45b1493)

  • fix: fix version in tool.poetry in pyproject.toml (a61b63e)

  • fix: fix version in tool.poetry in pyproject.toml (f4dc5a7)

Unknown

v0.1.2 (2021-12-17)

Fix

  • fix: add version to tool.poetry to pyproject.toml (f9d490b)

v0.1.1 (2021-12-17)

Fix

  • fix: add tool.poetry to pyproject.toml (cfb5d66)

Unknown

v0.1.0 (2021-12-17)

Documentation

  • docs: add basic info to readme (1329cf0)

Feature

  • feat: add semantic-release (c853459)

  • feat: add fetching buses and trams location (1d3e295)

Fix

Refactor

  • refactor: use factory to produce session client (a771a27)

Unknown