Skip to content

0.1.17

Compare
Choose a tag to compare
@tayloraswift tayloraswift released this 14 May 22:43
· 255 commits to master since this release
dcbb016
  • changes the semantics of Int to use a variable-length (32-bit or 64-bit) BSON encoding. this change also affects type inference of BSON.AnyValue<Storage> integer literals.

  • updates documentation to emphasize that Int32 and Int64 are the dedicated standard library types with fixed-length BSON encodings.

  • generalizes the BSON.ListShape assertion API to BSON.Shape, and enables it for BSON.BinaryView<Storage>.

  • adds API for asserting BSON binary array subtypes.