Skip to content

2.0.0-beta2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dbu dbu released this 17 Jan 14:53
· 20 commits to 2.x since this release
2.0.0-beta2
970e074

Changes since 2.0.0-beta1

  • Removed annotation mappings. Use attributes (or XML or YAML) instead.

  • ChildrenCollection::slice no longer accepts a node name as offset. If you
    want a slice starting from a node name, use ChildrenCollection::sliceByChildName
    instead.

  • Removed DocumentManager::merge()

  • Removed support for short namespace aliases. ClassMetadataFactory::getFqcnFromAlias and the namespace registering
    on Configuration are removed. ClassMetadataFactory methods now require their $className argument to be an
    actual FQCN.

  • Support Symfony 7