Skip to content

Commit 0c8afa0

Browse files
author
Dirk Luijk
committed
Updated README and changelog
1 parent 3814229 commit 0c8afa0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,11 @@ Configuration
201201

202202
Each mapping definition should be an array with the following
203203
options:
204-
* **type**: Mapping driver type, one of `annotation`, `xml`, `yml` or `php`.
204+
* **type**: Mapping driver type, one of `annotation`, `xml`, `yml`, `simple_xml`, `simple_yml` or `php`.
205205
* **namespace**: Namespace in which the entities reside.
206206

207+
*New: the `simple_xml` and `simple_yml` driver types were added in v1.1 and provide support for the [simplified XML driver][10] and [simplified YAML driver][11] of Doctrine.*
208+
207209
Additionally, each mapping definition should contain one of the
208210
following options:
209211
* **path**: Path to where the mapping files are located. This should
@@ -405,6 +407,8 @@ Some inspiration was also taken from [Doctrine Bundle][4] and
405407
[7]: https://packagist.org/packages/dflydev/doctrine-orm-service-provider
406408
[8]: https://github.com/Cilex/Cilex/blob/master/src/Cilex/Provider/DoctrineServiceProvider.php
407409
[9]: https://github.com/saxulum/saxulum-doctrine-orm-manager-registry-provider
410+
[10]: http://docs.doctrine-project.org/en/latest/reference/xml-mapping.html#simplified-xml-driver
411+
[11]: http://docs.doctrine-project.org/en/latest/reference/yaml-mapping.html#simplified-yaml-driver
408412

409413
[#dflydev]: irc://irc.freenode.net/#dflydev
410414
[#silex-php]: irc://irc.freenode.net/#silex-php

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.1.0-dev
2+
* @dirkluijk: Added support for simple YAML/XML drivers
3+
14
## v1.0.5 (2014-06-17)
25

36
* @c960657: Support remaining config options (#22)

0 commit comments

Comments
 (0)