Releases: mokhosh/filament-jalali
Releases Β· mokhosh/filament-jalali
v4.5.0
v4.4.0
Add tests
Full Changelog: v4.3.0...v4.4.0
v4.3.0
Full Changelog: v4.2.0...v4.3.0
v4.2.0
Add farsi numbers
Full Changelog: v4.1.0...v4.2.0
v4.1.0
Removed config file
Full Changelog: v4.0.0...v4.1.0
Remove ignore argument
People who need to ignore jalali conversion can rely on when
and unless
methods.
TextColumn::make('created_at')
->when($condition, fn (TextColumn $column) => $column->jalaliDate()),
TextColumn::make('updated_at')
->unless($condition, fn (TextColumn $column) => $column->jalaliDateTime()),
v3.5.0
v3.4.1
v3.4.0
v3.3.0
This version adds the ignore
attribute.
Full Changelog: v2.3.8...v3.3.0