Skip to content

Releases: cycle/active-record

v1.1.1

14 Sep 07:35
ac6750f

Choose a tag to compare

1.1.1 (2025-09-14)

Bug Fixes

  • Improve type for ::getRepository() method (#45) (671aa27)

v1.1.0

14 Sep 05:11
e070448

Choose a tag to compare

1.1.0 (2025-09-14)

Features

  • add ActiveRecord::tableName() method (5431a10)
  • autowire callable in transact() method (182d387)

v1.0.2

11 Sep 11:46
50d434d

Choose a tag to compare

1.0.2 (2025-09-11)

Bug Fixes

  • improve role resolving in AR::transact method (#41) (00bfb68)

v1.0.1

01 Sep 07:55
c410f89

Choose a tag to compare

1.0.1 (2025-09-01)

Documentation

  • add advanced usage examples for query builder and batch operations (da273da)
  • refresh readme (99519ac)

v1.0.0

31 Aug 19:56
36c99e9

Choose a tag to compare

v1.0.0-RC1

20 Dec 20:46
7b6539b

Choose a tag to compare

What's Changed

  • feat: rename ActiveRecord::transact() to ActiveRecord::groupActions(); add a new ActiveRecord::transact(). By @roxblnfk in #34

Full Changelog: v0.8.0...v1.0.0-RC1

v0.8.0

24 Jul 19:10
4f4a952

Choose a tag to compare

0.8.0 (2024-07-24)

Features

  • implement AR transaction via UoW (9b55326)
  • rewrite AR transaction to using EntityManager (10dea8f)

v0.7.0

05 Jul 20:42
20c4006

Choose a tag to compare

0.7.0 (2024-07-04)

Features

  • add AR::make() method (a5a37fe)
  • unfinalize ActiveQuery::__construct() and ActiveRepository::__construct(); (ad7c0de)
  • update ActiveRepository to have all the necessary methods; add examples (1031c38)

Documentation

  • Andrij's Jul 3 changes [19] (9dbb0f7)
  • Andrij's Jul 3 changes [20] (b52b819)
  • docs: fix link [23] (fcc8b4c)
  • minor fixes in docs [21] (3cb2bc0)

v0.6.0

27 Jun 13:05
6bdf0de

Choose a tag to compare

0.6.0 (2024-06-11)

Features

  • ActiveQuery: orm is available as protected property of class (92c65f4)
  • rename active record method (find => findByPK); add type annotations (58d85ca)
  • rename active repository methods; add type annotations (485848b)

Bug Fixes

  • psalm failure and markdown failure with docs dir (956618d)
  • use self accessor, as test classes are final (b0b0eb1)

Documentation

v0.5.0

05 May 08:30
36ba964

Choose a tag to compare

0.5.0 (2024-05-05)

Features

  • ActiveQuery PoC (502fa02)
  • Add ActiveRepository draft (35e496b)
  • add repository method for active-record class (b3aef78)
  • set repository namespace from wayofdev to cycle (918a1df)
  • use ActiveQuery class in ActiveRecord (350b9f5)

Bug Fixes