# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.1.0
### Added
- Add `sClass` property for `DataTableColumn` class
- Add `title` property for `LinkColumn` class
### Changed
- Improve README
- Change `options` property to `linkOptions` at LinkColumn class
- Move asset classes to separate directory
- Update minimal php version to 5.5.0
- Reverse order CHANGELOG

## v1.0.4
### Added
- php 7.2 compatibility

## v1.0.3
### Added
- Data and response formatting in DataTableAction

## v1.0.2
### Fixed
- Server-side pagination

## v1.0.1
### Changed
- Improve README

## v1.0.0
### Changed 
- Move DataTable options to protected array. Add __set and __get methods.
