Skip to content

Releases: anavel/crud

Major improvements

28 Sep 22:34
Compare
Choose a tag to compare

Improved model selection with "With" criteria.
Added CSV Exporter.
Minor improvements.
Improved default index template.
Updated default listing order to ID DESC.

Fixed only relations tables edit

15 Jun 17:20
Compare
Choose a tag to compare
0.1.22

Update Model.php

Updated module detect to avoid default load

28 Mar 22:42
Compare
Choose a tag to compare
0.1.21

Updated default module load

Select relations are ordered by display setting

22 Feb 10:38
Compare
Choose a tag to compare
0.1.20

Select relations are ordered by display setting

Unset select relations

30 Jan 14:34
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

# Conflicts:
#	src/Abstractor/Eloquent/Model.php

Fix: restore the ability to show relations of relations

28 Dec 08:18
Compare
Choose a tag to compare
Merge pull request #87 from anavel/fix/recovery-relation-in-minicrud

Fix/recovery relation in minicrud

Hot fix: added deleted_at to read only columns

24 Nov 10:58
Compare
Choose a tag to compare

Restore changes deleted in a bad merge

Fix bug getting value of a null object

24 Nov 08:43
Compare
Choose a tag to compare

In the list view a non necessary relation`s attribute could be retrieved. When it happens, instead to throw an exception a null value is returned to allow to render the list.

Select file from uploads file selector

14 Nov 09:07
Compare
Choose a tag to compare
Merge pull request #79 from anavel/analysis-XleKEk

Applied fixes from StyleCI

Added deleted_at to read only columns

27 Oct 13:29
Compare
Choose a tag to compare
0.1.14

Added deleted_at to read only columns