MongoFramework v0.19.0 Release Notes

Release Date: 2019-12-03 // over 4 years ago
  • Breaking

    • ✂ Removed MongoDbConnection.FromConfig (ac77903) (If an application needs it, it could implement its own helper to get the value and pass it into FromConnectionString)

    Other

    • Standardising the validity checks for entity type mapping (80dd893) (Addresses a few edge cases around certain types like BsonValue)
    • 👀 Only use reference equality in EntityCollection (bb711c2) (See #118 for details)