Skip to content

0.8.10

Choose a tag to compare

@fatbobman fatbobman released this 20 Mar 02:52
· 31 commits to main since this release

CoreDataEvolution 0.8.10

This release adds generated to-many relationship count accessors and completes the related tooling/config plumbing.

Added

  • @PersistentModel(generateToManyCount: Bool = true)
  • Generated relationshipNameCount accessors for to-many relationships
  • CLI/config support for generateToManyCount / --generate-to-many-count

Fixed

  • Preserve generateToManyCount through tooling IR generation
  • Forward generateToManyCount for inspect --config
  • Add regression coverage for generation policy and inspect config propagation

Verification

  • bash Scripts/run-tests.sh