All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- BREAKING: Migrated from RapidAPI to direct API access at
https://api.astrology-api.io - BREAKING: Authentication changed from
x-rapidapi-keyheader toAuthorization: Bearer <token> - BREAKING: Environment variable renamed from
RAPIDAPI_KEYtoASTROLOGY_API_KEY - Removed
rapidApiHostconfiguration option (no longer needed) - Removed
RAPIDAPI_HOSTenvironment variable support - Updated default base URL to
https://api.astrology-api.io
To upgrade from 0.1.0 to 1.0.0:
- Rename environment variable
RAPIDAPI_KEYtoASTROLOGY_API_KEY - Remove any
rapidApiHostconfiguration option - If using custom
baseUrl, update it to point to the new API server
- Initial release of
@procoders/astrology-api-client - Core API client with configurable base URL and authentication
- Support for natal chart calculations
- Support for transit calculations
- Support for synastry analysis
- Full TypeScript support with comprehensive type definitions
- ESM and CommonJS module support
- Comprehensive test coverage