All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update method name as to get column for
MorphTo
relationships
- Support for Laravel 5.8
- Allow order by raw statements
- CONTRIBUTING file
- .gitattributes file
- Internal: Initialize search and select columns as an array
- Allow specifying non-searchable columns in config file #26 (@sharifzadesina)
- Tests
- Separate searchable columns #21 (@mirabdolbaghi)
- Separate class for
laratables
methods #7 (@shadoWalker89)
- A feature to modify the query with
recordsOf()
method (@cvsouth) - Note about the non-support of nested relationships.
- Changelog file
- Link to online demo of the package - https://laratables.freshbits.in.
- Additional check for Carbon\Carbon instance in RecordsTransformer #10 (@felipesp88)
- Parse limit and offset values as integers #9 (@felipesp88)
- Proper doc blocks #11 (@cvsouth)