CHANGELOG

v1.1.8 (2025-02-03)

Bug Fixes

  • Fixed typo in README file (6c1c17c)

v1.1.7 (2025-02-03)

Bug Fixes

  • Feedback addressed by Sienko (c2e16ec)

Documentation

  • Improved parse_content docstring for clarity and completeness (#82, f9119bc)

v1.1.6 (2025-02-02)

Bug Fixes

  • Updated imports in test_save_data.py and test_parse_content.py to reduce redundancy (#83, 31af83e)

v1.1.5 (2025-02-02)

Bug Fixes

  • Updated imports in test_fetch_html.py to reduce redundancy (#83, 0314486)

  • Updated README title to reflect feedback for better package clarity (#66, 5939090)

v1.1.4 (2025-02-02)

Bug Fixes

  • Add detailed inline comments to improve code readability (#80, 31da54d)

  • Added usage instructions to README.md (#69, 48bc468)

  • Refactored save_data.py to improve readability and comments (#81, 4f6e4b3)

  • Updated authors list in pyproject.toml with all team members (#75, 36a3637)

  • Updated LICENSE to list all authors (#75, d7f1515)

v1.1.3 (2025-01-30)

Bug Fixes

  • Rename in command of cicd.yml (2b2b069)

v1.1.2 (2025-01-30)

v0.1.1 (2025-01-30)

Bug Fixes

  • parse_content: Removed the redundant code in the else branch. This scenario is already handled before the block (d66d643)

Documentation

  • Added cicd badge (9ba91a5)

  • Bumped up version in pyproject.toml (fc734b2)

v1.1.1 (2025-01-30)

Documentation

v0.1.0 (2025-01-26)

Build System

  • Added jupyter dependency (5e7bd8c)

  • Added poetry-cov dependency (b1c31ec)

  • Amend README.md to reflect package functionality (d1f6fad)

  • Fixed docstring in example for parse_content (6e2d126)

Documentation

  • Added example usage (a74e8e5)

  • Added tutorial with example for running each function end to end (e5339c4)

  • Updated example usage (18c4aec)

Features

  • Modified parse_content to return dictionary (8db970f)