Version 6.4.1
This release is intended to add support for storing binary data within your MongoDB collections through the use of Buffer
objects and the MongoDB Binary
type.
It is now possible to mark a property as requiring binary serialization and validation using the Iridium.Binary
decorator.
In addition to this, there was a bit of refactoring done to make adding additional default validators and transforms easier in future.
This patch addresses an issue with cloning a buffer object, resulting in random memory being used to populate the new buffer.