Releases: simonmau/enum_ext
Releases · simonmau/enum_ext
EFCore 2.0.0
23 Oct 23:24
Compare
Sorry, something went wrong.
No results found
Switched to .NET 8 as .NET 6 lifecycle ends in November
Updated dependencies
Enum.Ext.Swashbuckle.AspNetCore - 1.0.8
Enum.Ext.NewtonsoftJson - 1.0.8
Enum.Ext.Swashbuckle.AspNetCore - 1.1.1
Enum.Ext.SystemTextJson - 1.0.9
SystemTextJson 1.0.8
29 Nov 16:37
Compare
Sorry, something went wrong.
No results found
Fixed a bug where enums in dictionaries could not be serialized/de-serialized
Enum.Ext.Swashbuckle.AspNetCore 1.1.0
14 Aug 20:49
Compare
Sorry, something went wrong.
No results found
Improved type mapper so that all possible values are displayed as enum in Swagger
Enum.Ext.Swashbuckle.AspNetCore 1.0.0
13 Aug 23:36
Compare
Sorry, something went wrong.
No results found
Added new package that can be used to add type mappers for Swashbuckle.AspNetCore so that enums are correctly displayed in the swagger documentation
EFCore 1.1.0
30 Jul 20:01
Compare
Sorry, something went wrong.
No results found
Added support for owned entities to Enum.Ext.EFCore
1.0.7.0
19 Nov 01:11
Compare
Sorry, something went wrong.
No results found
Updated NuGet dependencies to latest version
Switched Enum.Ext.EFCore from .NET Standard to .NET 6 to support newest EF Core Version
1.0.6.0
21 Oct 10:01
Compare
Sorry, something went wrong.
No results found
Converters, that are needed for JSON conversion are now available as separate packages (BREAKING CHANGE ) so that we can support multiple JSON frameworks and have no unnecessary dependencies on the main package
Added support for System.Text.Json
added auto-initialize & added additional overrides
02 Jul 07:39
Compare
Sorry, something went wrong.
No results found
same release as 1.0.3.0, but with autofixture
24 Jun 06:50
Compare
Sorry, something went wrong.
No results found
1.0.3.1
released autofixture extension
1.0.3.0
22 Jun 12:21
Compare
Sorry, something went wrong.
No results found
Fixed bug in Ext.Enum.EFCore where a NullReferenceException occurred when creating a migration
Initialization of all enums is now possible by specifying an assembly instead of each enum one by one