Skip to content

Releases: compositephp/db

v0.4.2

25 Dec 10:24
Compare
Choose a tag to compare
  • Minor fixes and optimisations

v0.4.1

23 Dec 14:43
Compare
Choose a tag to compare
  • Performance optimisations

v0.4.0

19 Nov 10:18
1237e5e
Compare
Choose a tag to compare
  • Rework internal find methods: rename findOneInternal to _findOne etc and get rid of mandatory createEntity calling
  • Add Where class for flexible condition
  • Add to CombinedTransaction saveMany and deleteMany
  • Bugfixes and improvements

v0.3.3

21 Oct 22:15
c63426c
Compare
Choose a tag to compare
  • Support UUID as primary key
  • Optimize Optimistic locks
  • Code improvements

v0.3.2

18 Jun 11:51
Compare
Choose a tag to compare
  • Smart multi-get added
  • Smart multi-insert added
  • Updated logic with cache flushing
  • Tests code coverage 100%

v0.3.1

20 May 14:16
Compare
Choose a tag to compare
  • Remove hidden logic behind the SoftDelete trait
  • Add UpdatedAt trait
  • Add .gitattributes

v0.3.0

14 May 23:20
Compare
Choose a tag to compare
  • Move migrations and code generation to composite/sync package
  • Update entity dependency version

v0.2.0

06 Nov 15:55
998a03f
Compare
Choose a tag to compare
  • Migrate from cycle/database to doctrine/dbal
  • Add ConnectionManager
  • Move migrations to separate package
  • Change psalm to phpstan

v0.1.8-alpha

30 Oct 10:26
Compare
Choose a tag to compare
v0.1.8-alpha Pre-release
Pre-release

TableConfig optimisation

v0.1.7-alpha

29 Oct 23:25
be31ffd
Compare
Choose a tag to compare
v0.1.7-alpha Pre-release
Pre-release

Migrate to external compositephp/entity package