Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

76 lines (61 loc) · 3.44 KB

Datatables Package for Laravel 4|5

Latest Stable Version Total Downloads Build Status Latest Unstable Version License

Change Log

TODO

  • Fix IE compatibility by using POST method when exporting/printing. #826
  • Enhance/Fix nested relations support. #789
  • Export Selected Rows Datatables Service Provider. #829 #850

v7.4.0 - 05-01-2017

  • Implement multi-term smart search in collection engine. #1115
  • Implement multi-term smart search in QueryBuilderEngine. #1113
  • Fix #881, #1109, #998
  • Credits to @apreiml.

v7.3.0 - 02-23-2017

  • Add support ordering when search in nested relations #965.
  • Credits to @AdrienPoupa and @ethaizone.

v7.2.1 - 02-16-2017

  • Move orchestra/testbench to require-dev.
  • Use phpunit 5.7 to match Laravel’s requirement.
  • Revert branch alias.

v7.2.0 - 02-16-2017

  • Add support for array data source. #992
  • Minor comment correction #1002, credits to @lk77.

v7.1.4 - 02-09-2017

  • Fix collection case insensitive ordering.
  • Fix #945.

v7.1.3 - 02-06-2017

  • Use stable packages.
  • Fix #977.

v7.1.2 - 02-06-2017

  • Add bindings from relation. #979
  • Fix #960.
  • PR #962, credits to @snagytx.

v7.1.1 - 01-30-2017

  • Fix doc block.
  • Fix request class usage on collection engine.

v7.1.0 - 01-30-2017

  • Use orchestra testbench to test the package.
  • Enhance identification of proper engine to use for a given builder. Fix #954.
  • Use Laravel config helper instead of using the facade.
  • Enhance Request class to make it testable using phpunit. Address issue #901

v7.0.2 - 01-29-2017

  • Map all model relations to eloquent engine. Fix #950

v7.0.1 - 01-27-2017

  • Revert getHtmlBuilder method for backward compatibility.
  • Add html builder test.
  • Rename Test class name.
  • Add eloquent engine test.

v7.0.0 - 01-27-2017

  • Support for Laravel 5.4.
  • Features are split across packages. #832
    • Buttons service approach extracted to own plugin.
      • Add fluent way to send variables to DataTable class. #845
    • Html builder extracted to own plugin.
  • DataTable Engines are now pluggable. #544
  • Added option to order by nulls last. #794
  • Escape all columns by default for XSS protection. Fix #909
  • Add rawColumns method for unescaped columns. https://github.com/yajra/laravel-datatables/commit/81adef8555195795189853f91e326dd056e40bb0