Skip to content

2.0.0

Compare
Choose a tag to compare
@DavidSuescunPelegay DavidSuescunPelegay released this 24 Oct 18:26
· 41 commits to master since this release

24/10/2021

What's new

  • Master branch is now using .NET 5 by default
    • You can switch to an older SDK by downgrading the version in the Project Properties page and downgrading the NuGet Packages.
  • Now you can download all the rows to an Excel spreadsheet! #8
    • The feature was developed using dataTables.buttons plugin, but with server-side data rendering, the file generated will be ordered and filtered with the client parameters.
    • Currently, it's only available to download an Excel document, in the next releases I'll add more file formats, like PDF or HTML.
    • The document is generated using EPPlus NuGet Package with NonCommercial License.
  • Added Swagger Docs Page!

Updates

  • Updated .NET version (3.1 => 5.0)
  • Updated Bootstrap (4.5.0 => 5.1.3)
  • Updated jQuery (3.5.1 => 3.6.0)
  • Updated jQuery-datatable (1.10.21 => 1.11.3)
  • Updated momentjs (2.27.0 => 2.29.1)
  • Updated NuGet Package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (3.1.6 => 5.0.11)
  • Updated NuGet Package Microsoft.AspNetCore.Identity.EntityFrameworkCore (3.1.6 => 5.0.11)
  • Updated NuGet Package Microsoft.AspNetCore.Identity.UI (3.1.6 => 5.0.11)
  • Updated NuGet Package Microsoft.AspNetCore.Mvc.NewtonsoftJson (3.1.6 => 5.0.11)
  • Updated NuGet Package Microsoft.EntityFrameworkCore.SqlServer (3.1.6 => 5.0.11)
  • Updated NuGet Package Microsoft.EntityFrameworkCore.Tools (3.1.6 => 5.0.11)
  • Updated NuGet Package RandomGen (1.1.4 => 1.1.5)