- Improve async support and optional explicit
DbConnection
support in CRUD methods: New, Insert, Update, Save, Delete
- Prevent .NET Core ProviderName support getting confused by extra spacing in the connection string
- Convert DataContractStore and TableMetaDataStore from Dictionary to ConcurrentDictionary
- Fix bug in DataContractKey.Equals
- Minor updates to NuGet package description only
- Allow reading from database into enum members (despite C# not being keen to allow this!)
- Related minor fixes
- Update to .NET Core 3.0 final
- Update to use AsyncEnumerator 3.1.0 (non-beta version)
- Fix Intellisense code comments not working due to stackoverflow.com/a/57731750/795690
- Finish database mapping support
- Finish documentation
- Minor improvements to API
First release of Mighty.
It's what I would have done if I could have released a version 3 of Massive ;).
.NET Core support and optional named and directional parameter support are where it all came from, everything else springs from those.