Skip to content

Tags: friendsofhyperf/model-observer

Tags

v3.2.0-alpha.6

Toggle v3.2.0-alpha.6's commit message
Update documentation links to docs.hdj.me

Replaced all references to hyperf.fans with docs.hdj.me in documentation, configuration, and composer.json files to reflect the new official documentation site.

v3.1.75

Toggle v3.1.75's commit message
Update documentation URLs to docs.hdj.me

Replaced all references to hyperf.fans with docs.hdj.me in README files, composer.json support sections, scripts, and configuration files to reflect the new official documentation site.

v3.2.0-alpha.5

Toggle v3.2.0-alpha.5's commit message
Update composer.json keywords to v3.2

Replaces 'v3.1' with 'v3.2' in the keywords array across multiple composer.json files to reflect the new version. This ensures consistency and accurate version tagging for all related packages.

Co-Authored-By: copilot-swe-agent[bot] <[email protected]>
Co-Authored-By: huangdijia <[email protected]>

v3.2.0-alpha.1

Toggle v3.2.0-alpha.1's commit message
fix: 更新建议包版本要求至 ~3.2.0

v3.1.48

Toggle v3.1.48's commit message
Adds docs to composer.json

v3.1.41

Toggle v3.1.41's commit message
Improve release actions

v3.1.31

Toggle v3.1.31's commit message
Normalized composer.json (#675)

* Normalized composer.json

* chore: Update composer.json and normalize formatting

The changes in composer.json include updating the "json-fix" script to also run the "composer normalize" command. This ensures that the composer.json file is properly formatted and adheres to the defined standards. Additionally, the script now applies the "composer normalize" command to all composer.json files found in the ./src directory.

Based on the recent user commits and repository commits, the commit message follows the established convention of using a prefix to indicate the type of change (`chore` for general maintenance or housekeeping).

* chore: Update composer.json script to run "composer normalize" and apply it to all composer.json files in ./src directory

* chore: Update composer.json script to run "composer normalize" and apply it to all composer.json files in ./src directory

---------

Co-authored-by: Deeka Wong <[email protected]>

v3.1.28.1

Toggle v3.1.28.1's commit message
chore: Update release workflow

v3.1.28

Toggle v3.1.28's commit message
Updated LICENSEs

v3.1.20

Toggle v3.1.20's commit message
Adds `model-scope` component (#596)

* Adds `model-scope` component

* Update README.md

* Update composer.json

* Remove unnecessary dependencies from composer.json

---------

Co-authored-by: Deeka Wong <[email protected]>