Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 949 Bytes

File metadata and controls

23 lines (18 loc) · 949 Bytes

Changelog

0.1.0

Added

  • Added available_languages(), available_regions(), and available_category() endpoint wrappers.
  • Added language parameter support to latest_news().
  • Added GitHub Actions CI workflow.
  • Added unit tests using unittest.mock.

Changed

  • Aligned search() parameters with the current documented API surface.
  • Modernized packaging metadata: updated repository URL, classifiers, and dependency pins.
  • Unified package version to 0.1.0 across setup.py and currentsapi/__init__.py.
  • Updated README with current docs link and usage examples.

Fixed

  • Fixed start_date handling in search() which incorrectly referenced end_date.
  • Renamed exception class to CurrentsAPIError with cleaner attribute access.

Removed

  • Removed unsupported search() parameters: page_number, limit, has_image, has_description.
  • Removed the "subtly broken or buggy" disclaimer from the README.