Lines Matching full:now
13 * Now requires PHP 5.5.
22 * The `contextStack` in the Reader object is now correctly rolled back in
24 * repeatingElements deserializer now still parses if a bare element name
26 * `$elementMap` in the Reader now also supports bare element names.
27 * `Service::expect()` can now also work with bare element names.
33 * Parsing clark-notation is now cached. This can speed up parsing large
40 * Any array thrown into the serializer with numeric keys is now simply
44 empty array are now skipped. We believe this to be the saner default, but
54 * #61: You can now specify serializers for specific classes, allowing you
57 * It's now possible to pass an array of possible root elements to
62 now optional.
67 * Using an empty string for a namespace prefix now has the same effect as
112 prefix. This is now fixed.
122 * `Sabre\Xml\Util::parseClarkNotation` is now in the `Sabre\Xml\Service` class.
141 * Now depends on sabre/uri 1.0.
147 * LibXMLException now inherits from ParseException, so it's easy for users to
193 * Added: The writeElement method can now write complex elements.
211 * Added: A LibXMLException is now thrown if the XMLReader comes across an error.
214 * Fixed: The reader now detects when the end of the document is hit before it
223 * Change: Reader::parseSubTree is now named parseInnerTree, and returns either
226 * Added: Reader::parseCurrentElement is now public.