Skip to content

v0.9.0

Compare
Choose a tag to compare
@priyadi priyadi released this 09 Jul 09:54
· 34 commits to main since this release
541b227

What's Changed

  • feat: add ArrayCollection that does matching() calls against the private properties, not indirectly through the getters. by @priyadi in #105
  • refactor: move count strategy resolver to CountStrategyUtil by @priyadi in #106
  • chore: cs fix by @priyadi in #107
  • refactor: use standard constructor for repositories, scrap the configuration by @priyadi in #108
  • refactor: consolidate util classes by @priyadi in #109
  • feat: default indexBy by @priyadi in #110
  • feat: repositories now automatically detect indexBy by @priyadi in #111
  • refactor: CriteriaPageable, CriteriaRecollection, MinimalCriteriaRecollection now respect default order by by @priyadi in #112
  • refactor: consistent argument ordering by @priyadi in #113
  • feat: repository now accept ManagerRegistry instead of EntityManagerInterface by @priyadi in #114
  • feat: default items per page by @priyadi in #115
  • feat: different default count strategies for full & minimal classes by @priyadi in #116
  • chore: cleanup typehints by @priyadi in #117
  • refactor: change KeyTransformer to instance object, not static class by @priyadi in #118
  • release: v0.9.0 by @priyadi in #119

Full Changelog: v0.8.0...v0.9.0