Skip to content

Releases: simonmau/enum_ext

EFCore 2.0.0

23 Oct 23:24
Compare
Choose a tag to compare
  • Switched to .NET 8 as .NET 6 lifecycle ends in November
  • Updated dependencies

Enum.Ext.Swashbuckle.AspNetCore - 1.0.8

  • Updated dependencies

Enum.Ext.NewtonsoftJson - 1.0.8

  • Updated dependencies

Enum.Ext.Swashbuckle.AspNetCore - 1.1.1

  • Updated dependencies

Enum.Ext.SystemTextJson - 1.0.9

  • Updated dependencies

SystemTextJson 1.0.8

29 Nov 16:37
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
3237bb7
Compare
Choose a tag to compare
  • 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
cb97d8e
Compare
Choose a tag to compare
  • Added support for owned entities to Enum.Ext.EFCore

1.0.7.0

19 Nov 01:11
65cf73d
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
096a83a
Compare
Choose a tag to compare

same release as 1.0.3.0, but with autofixture

24 Jun 06:50
Compare
Choose a tag to compare
1.0.3.1

released autofixture extension

1.0.3.0

22 Jun 12:21
Compare
Choose a tag to compare
  • 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