Releases: AngelMunoz/Mondocks
v0.6.0
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
- @moonshxne made their first contribution in #37
Full Changelog: v0.5.0...v0.6.0
v0.5.0
0.4.8
Documentation:
- 5ca1401 docs: update readme and the CRUD-Guide @AngelMunoz
Fixes:
- ee6789d fixes #32 @AngelMunoz
Other:
- 5aa25af update dependencies @AngelMunoz
- 6495e52 update local tools @AngelMunoz
- 8a15ad0 update projects to .NET6 @AngelMunoz
- 0e67d3e update build to .NET6 (#33) @AngelMunoz
0.4.2
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:
- 7e6aff2 docs update readme (#20) @AngelMunoz
- 28ea7a2 docs remove caveats section @AngelMunoz
- f3ec666 docs: use float (as in sample code) (#22) @AlexZeitler
- c85cf9b Docs/guide (#23) @AngelMunoz
- 30a5cde docs add binder dockerfile @AngelMunoz
- 1e2b7eb docs mode crud to notebooks dir @AngelMunoz
- f62c7fb docs add nuget options @AngelMunoz
- c2b56dd docs fix name? @AngelMunoz
- e3f7cca docs fix config @AngelMunoz
- f01a59e Docs updates (#24) @AngelMunoz
- b595865 docs fix some grammar mistakes @AngelMunoz
- 828cd8c docs update readme.md @AngelMunoz
- 5908770 Docs fix typo (#28) @woojamon
Features:
- 94a2952 Feature: Enable Fable (#30) @AngelMunoz
Fixes:
- e499011 fix trigger build (#21) @AngelMunoz
Housekeeping:
- 886b26d housekeeping fix build @AngelMunoz
Other:
- 57c26ca Create dotnet-core.yml @AngelMunoz
- 2924e44 trigger build @AngelMunoz
- 78817e1 Merge branch 'master' of github.com:AngelMunoz/Mondocks @AngelMunoz
- f8d9f7c Update README.md @AngelMunoz
- 88ae3e0 Update dotnet-core.yml @AngelMunoz
- 132ea5a try to trigger build @AngelMunoz
- e22145d delete action @AngelMunoz
- 088ac77 Create dotnet-core.yml @AngelMunoz
- 4fec918 update readme @AngelMunoz
- 28a3cb1 rename @AngelMunoz
- 35fd79b Create build.yml @AngelMunoz
- caf1e67 Merge pull request #18 from AngelMunoz/s @AngelMunoz
- 7bf58ab delete workflow @AngelMunoz
- 4fde51e trigger build? @AngelMunoz
- 6bbcec4 R (#19) @AngelMunoz
- 947bbab Create FUNDING.yml @AngelMunoz
- ed937bc Create CONTRIBUTING.md @AngelMunoz
- 8d531da Merge branch 'main' of github.com:AngelMunoz/Mondocks into main @AngelMunoz
- fbb727b Add Aggregates (#27) @AngelMunoz
Default Converters
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