Skip to content

v0.3-pre

Pre-release
Pre-release

Choose a tag to compare

@mbunge mbunge released this 03 Mar 16:00
· 153 commits to master since this release

Changes in Blast ORM

All notable changes are documented in this file using the Keep a CHANGELOG principles.

0.3

Added

  • Blast\Orm\Mapper for accessing and persisting data
  • Blast\Orm\Relations component to create relations between entities
  • Blast\Orm\Object\ObjectAdapterCache for reusing entity definition
  • Blast\Orm\Facades for more customizable classes against contracts

Altered

  • Blast\Orm\Repository is mediating between entity and mapper delivered by entity, repository queries are excluded to mappers

Removed

  • Blast\Orm\Repository::create
  • Blast\Orm\Repository::delete
  • Blast\Orm\Repository::update
  • Blast\Orm\Manager has been replaced by ConnectionFacade