0.1.17
-
changes the semantics of
Int
to use a variable-length (32-bit or 64-bit) BSON encoding. this change also affects type inference ofBSON.AnyValue<Storage>
integer literals. -
updates documentation to emphasize that
Int32
andInt64
are the dedicated standard library types with fixed-length BSON encodings. -
generalizes the
BSON.ListShape
assertion API toBSON.Shape
, and enables it forBSON.BinaryView<Storage>
. -
adds API for asserting BSON binary array subtypes.