Skip to content

Releases: WebFreak001/MongoSchemaD

v2.5.3

04 Oct 12:53
Compare
Choose a tag to compare

Fixed associative arrays (require strings as keys)

v2.5.2

28 Aug 12:11
Compare
Choose a tag to compare

Fixed SchemaDate.fromISOExtString, now actually usable with the vibe.d serializer

v2.5.1

28 Aug 08:12
Compare
Choose a tag to compare

added to/fromISOExtString to SchemaDate

v2.5.0

19 Jul 14:00
Compare
Choose a tag to compare
  • Support for std.typecons.BitFlags
  • Support for std.typecons.Tuple
  • made save function not @safe

v2.4.1

11 Jul 07:30
Compare
Choose a tag to compare

Ignore vibe.d version

v2.4.0

05 Jul 11:31
Compare
Choose a tag to compare

Added safe & const attributes to functions

v2.3.0

04 Feb 20:06
Compare
Choose a tag to compare
  • Added SchemaDate.fromSysTime

v2.2.1

30 Nov 15:12
Compare
Choose a tag to compare
  • Fixed undefined value parsing (value of bson undefined will get ignored now)

v2.2.0

22 Sep 18:42
Compare
Choose a tag to compare
  • Aggregation using a Pipeline helper function
  • Remove, remove all, drop collection
  • Count, count all

v2.1.1

14 Sep 21:23
Compare
Choose a tag to compare
  • Fixed compilation issues on other projects