Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

46 lines (33 loc) · 1.49 KB

Changelog

All notable changes to GrokPHP/Client will be documented in this file.
This project follows Semantic Versioning.


[v1.3.0] - 2025-02-24

New Features

  • Vision API Support: Added a new Vision class to analyze images using the Grok-2-Vision models.
    • Supports grok-2-vision, grok-2-vision-latest, and grok-2-vision-1212 models.
    • Allows image analysis through vision()->analyze($image, $message).
    • Automatically validates supported models to prevent incorrect usage.

[v1.2.0] - 2025-02-24

Improvements

  • Replaced Pest with PHPUnit for testing, aligning with industry standards.
  • Enhanced exception handling to provide more structured and informative error responses.
  • Updated GitHub Actions workflow to support PHP 8.2, 8.3, and 8.4.

[v1.1.1] - 2025-02-11

Improvements

  • Refactored code formatting for better readability and maintainability.
  • Implemented GitHub Actions CI to run tests automatically on each push to the main branch.

[v1.1.0] - 2025-02-07

Enhancements

  • Upgraded to version 1.1.0 with internal improvements and stability fixes.

[v1.0.0] - 2025-02-06

Initial Release

  • Launched GrokPHP/Client v1.0.0 – a robust, framework-agnostic PHP client for interacting with Grok AI APIs.

Notes