Skip to content

3.3.0

Compare
Choose a tag to compare
@DavidSuescunPelegay DavidSuescunPelegay released this 10 May 21:38
· 8 commits to master since this release

10/05/2023

What's new

  • Now you can download all the rows to a JSON file!
    • 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.
  • Now you can download all the rows to a XML file!
    • 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.
  • Now you can download all the rows to a YAML file!
    • 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.

Updates

  • Updated Bootstrap (5.2.0 => 5.2.3)
  • Updated jQuery-datatable (1.12.1 => 1.13.4)
  • Updated jQuery (3.6.0 => 3.6.4)
  • Updated momentjs (2.29.1 => 2.29.4)
  • Updated NuGet Package EPPlus (6.0.6 => 6.2.3)
  • Updated NuGet Package RandomGen (1.1.5 => 1.1.6)
  • Updated NuGet Package Swashbuckle.AspNetCore (6.4.0 => 6.5.0)
  • Updated NuGet Package Swashbuckle.AspNetCore.Swagger (6.4.0 => 6.5.0)