Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

63 lines (49 loc) · 2.11 KB

Changelog

All notable changes to omines\datatables-bundle will be documented in this file. This project adheres to Semantic Versioning.

Nothing yet.

0.2.0 - 2018-05-23

Added

  • Add ElasticaAdapter for use with ruflin/elastica
  • Add MapColumn for rendering enumerated types from a predefined list of options

Changed

  • Moved internal DI config to XML so Yaml dependency can be dropped
  • Dropped direct requirement of twig/twig package

0.1.5 - 2018-01-25

Fixed

  • Fixed inconsistency in DateTimeColumn with default/null values

0.1.4 - 2018-01-21

Added

  • Add TwigColumn for easily rendering Twig templates into your table cells
  • Column types can now be declared as services and have dependencies injected

Changed

  • Moved AbstractColumn initialization from constructor to dedicated function to facilitate being instantiated as services.

0.1.3 - 2017-12-18

Added

  • Add BoolColumn for handling strict boolean columns

Changed

  • Column values default to 'data' only on NULL instead of any 'emptiness'

Fixed

  • Moved public assets back into bundle's public folder

0.1.2 - 2017-12-14

Added

  • Implement persist_state parameter to automate table state persistence

Fixed

  • Fixed exception during template rendering when enabling searching serverside
  • Fixed sort behavior when defaulting field detection

0.1.1 - 2017-12-03

Fixed

  • Changed ORMAdapter autowire to manual to avoid compile time failures when optional dependencies are missing

0.1.0 - 2017-12-01

Added

  • Basic functionality