Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 1.1.0 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

1.1.0 (2024-12-23)

Features

  • ActiveQuery PoC (502fa02)
  • ActiveQuery: orm is available as protected property of class (92c65f4)
  • add AR::make() method (a5a37fe)
  • Add ActiveRepository draft (35e496b)
  • add AR::transact() method to open a DB transaction; (be62b85)
  • add delete entity method (8be8e30)
  • add persist method and tests (abd9ff1)
  • add remove method (4d2843c)
  • add repository method for active-record class (b3aef78)
  • added buggregator/trap support with Makefile and docker (9a0de71)
  • allow to save entities (ffdd41a)
  • code updates (9a0de71)
  • implement AR transaction via UoW (9b55326)
  • rename active record method (find => findByPK); add type annotations (58d85ca)
  • rename active repository methods; add type annotations (485848b)
  • rename ActiveRecord::transact to ActiveRecord::groupActions (2e0aa92)
  • rewrite AR transaction to using EntityManager (10dea8f)
  • send EntityManagerInterface as the first argument of AR::groupActions() callable (e2036f3)
  • set repository namespace from wayofdev to cycle (918a1df)
  • unfinalize ActiveQuery::__construct() and ActiveRepository::__construct(); (ad7c0de)
  • update ActiveRepository to have all the necessary methods; add examples (1031c38)
  • use ActiveQuery class in ActiveRecord (350b9f5)
  • use custom exceptions (e18df6d)

Bug Fixes

  • failing static facade tests (6f72a44)
  • generic types (3e74968)
  • generics in repository (ba41883)
  • laravel service provider (9a0de71)
  • phpstan errors on level 5 (9a0de71)
  • psalm and infection checks (ba78f31)
  • psalm failure and markdown failure with docs dir (956618d)
  • require dependencies (d88008e)
  • use self accessor, as test classes are final (b0b0eb1)

Documentation

Dependencies

  • require laravel support package as dev package (908ace0)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants