Skip to content

v3.1.0

Compare
Choose a tag to compare
@WebFreak001 WebFreak001 released this 24 Jan 01:02
· 21 commits to master since this release
  • query functions are now @safe if their memberToBson counterparts are too
  • SchemaPipeline (aggregation) now supports query syntax for match and allows any value to be serialized as other arguments
  • numbers (int, float, short, byte, etc) are now all supported and convert between each other. As the MongoDB CLI by default inserts doubles for any number, integral values cast down from floats
  • implement static array deserialization