Skip to content

Releases: AngelMunoz/Mondocks

v0.6.0

26 Sep 03:15
4757cc1
Compare
Choose a tag to compare

What's Changed

  • fix: resolve serialization errors in .NET examples by @moonshxne in #37
  • fix: Update Dockerfile to work with mybinder.org by @moonshxne in #38

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

28 Nov 03:48
0cea36e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.8...v0.5.0

0.4.8

14 Feb 04:36
0e67d3e
Compare
Choose a tag to compare

Documentation:

Fixes:

Other:

0.4.2

27 Jul 22:15
163d983
Compare
Choose a tag to compare

BREAKING CHANGE

This release introduces a breaking change previously Mondocks only targeted .NET using the mongodb C# driver, today we're allowing the core of mondocks and aspecific package to run on Javascript via Fable Mondocks.Fable

If you were using mondocks before you need to change your nuget package reference from

  • <PackageReference Include="Mondocks" Version="0.3.18" />

to

  • <PackageReference Include="Mondocks.Net" Version="0.4.2" />

the API Surface works the same as it worked before, Also the Mondocks.Types.Builders module is deprecated and will be removed in a future release, the contents were migrated to the Mondocks.Types.Extras namespace

Documentation:

Features:

Fixes:

Housekeeping:

Other:

Default Converters

07 Dec 02:47
Compare
Choose a tag to compare

This release adds default converters which basically take .NET types and convert them into the canonical form of the MongoDB Extended JSON spec expects them you can find more information in #16 if you need one of the missing converters please raise an issue or send a pull request, I'll be happy to review those