Skip to content

Releases: formix/damn-simple-xml

Added the Any Dept Declarator

05 Jun 10:27
Compare
Choose a tag to compare

This new feature enables a user to declare an element name at any depth within the XML path or object graph using the "*." notation. See the library API in Github wiki for complete documentation.

For now the feature is enabled only for arrays but it will be extended to other behavior objects.

Asked by @dsamit

Added bufferization to serialization

06 Apr 16:16
Compare
Choose a tag to compare

Now buffer in a 64k temporary variable before calling the callback. This accelerates the streaming to a file or another unbuffered output stream.

1.1.1

26 Mar 12:06
Compare
Choose a tag to compare

Improved deserialize async calls