Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.09 KB

File metadata and controls

23 lines (14 loc) · 1.09 KB

Changelog

All notable changes to numaxlab/lunar-geslib will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0-beta.5 - 2026-04-25

Fixed

  • Null safety in ProductIndexer: guard authors, productType, and created_at against null values to prevent crashes on incomplete product data.
  • Log merging in ProcessGeslibInterFileBatchLine: use array_merge instead of nested push so command logs are flattened correctly into the parent log array.

Changed

  • Replaced @dev / dev-main constraints for atomic-laravel, cegal-client, and dilve-client with explicit ^1.0@beta constraints matching their released beta versions.
  • Pinned dev tools (laravel/pint, peckphp/peck, rector/rector) to stable constraint ranges instead of dev-main.