Skip to content

Releases: DavidSuescunPelegay/jQuery-datatable-server-side-net-core

1.3.0

30 Jul 12:38
Compare
Choose a tag to compare

30/07/2020

Important

  • Improved LINQ queries to not pull all results for in-memory processing (verified by SQL Server Profiler - #2)

Updates

  • Updated .NET Core version (3.0 => 3.1)
  • Updated Bootstrap (4.4.1 => 4.5.0)
  • Updated jQuery (3.3.1 => 3.5.1)
  • Updated jQuery-datatable (1.10.20 => 1.10.21)
  • Updated datetime-moment (1.10.20 => 1.10.21)
  • Updated momentjs (2.24.0 => 2.27.0)

Contributions

  • #5 Thanks a lot to @fouadgm for making this contribution

1.2.0

22 Apr 22:33
Compare
Choose a tag to compare

23/04/2020

Important

  • Due to this framework issue I cannot create a dynamic query, this will be solved in the next release

Updates

  • Updated .NET Core version (2.2 => 3.0)

Miscellaneous

  • Improved README
  • Renamed Visual Studio project from jQueryDatatableServerSideNetCore{versionNumber} to just jQueryDatatableServerSideNetCore, to make it easier to upgrade to new code

Bug fixes

  • #1 Improved JS first load $(() => { ... }); => $(document).ready(function () {});
  • #1 Added strtrunc() function

1.1.1

22 Apr 05:20
2cc66b7
Compare
Choose a tag to compare

22/04/2020

Bug fixes

  • #4 Solved bug when a value from a column is null or empty, thanks a lot to @AlanLaiTw to make this contribution

1.1.0

19 Apr 16:37
Compare
Choose a tag to compare

19/04/2020

Enhancements

  • #2 Added dynamic Where clause
  • #2 Added dynamic OrderBy clause
  • Improved and simplified Razor views

Updates

  • Updated NuGet packages

Miscellaneous

1.0.0

09 Jul 22:29
Compare
Choose a tag to compare

17/04/2019

Miscellaneous

First version of the project