Skip to content

Latest commit

 

History

History
125 lines (105 loc) · 3.29 KB

CHANGELOG.rst

File metadata and controls

125 lines (105 loc) · 3.29 KB

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep A Changelog.

Added

  • Allow filtering based on row data (filterarg param in ColumnDT).
  • Add CHANGELOG.

Fixed

  • Fix cell's filter function to run only once.

0.2.1 - 2016-01-08

Fixed

  • Fix fields with a None value that should not be filtered if column search is empty.
  • Fix bug when sort is done on first column.

0.2.0 - 2015-12-06

Added

  • Add DataTables > 1.10.x compatibility.
  • Ensure backward compatibility with DataTables <= 1.9.x.
  • Add unit tests.
  • Add Pyramid and Flask examples.

Changed

  • Follow Semantic versioning now.

0.1.7 - 2015-08-27

Added

  • Allow lists to be printed as well on relationships, not just one to one.
  • Properly type request values for python 3.4.
  • Work with python 3.4.
  • Explicit imports.
  • Override searchability server side.
  • Sort by relationships of relationships.
  • Add MANIFEST.
  • Add coverage test with Coveralls.

Changed

  • Change sorting algorithm to rely solely on SQLAlchemy to do the joining.

Fixed

  • Fix to unicode problem in python 2.7.
  • Fix searches per column, simplified example, updated js.

0.1.6 - 2015-08-27

Added

  • Allow to run with python 3.x.

Removed

  • Remove python 2.5 from Travis.

Fixed

  • Fix unicode problem in python 3.2.

0.1.5 - 2013-10-18

Added

  • Add awareness of bSearchable_* properties, while doing a global search.

Fixed

  • Fix bug when searching Id columns.
  • Fix bug when showing in ColumnDT, an SQLAlchemy's @hybrid_property or a Python @property.

0.1.4 - 2013-09-17

Added

  • Add searching individual columns, with like possibilities.

0.1.3_ - 2013-09-16

Fixed

  • Fix setup.py's README error on develop.

0.1.2 - 2015-08-27

Fixed

  • Fix filtering and sorting errors due to relationships.
  • Fix filter's default value to str in order to avoid JSON serializable type errors.

0.1.1 - 2013-08-12

Fixed

  • Fix showing columns issuing from relations.

0.1.0 - 2013-08-11

Added

  • Initial version of the lib.