Skip to content

Releases: mokhosh/filament-jalali

v4.5.0

18 Feb 16:14
Compare
Choose a tag to compare

v4.4.0

21 Oct 14:07
Compare
Choose a tag to compare

Add tests

Full Changelog: v4.3.0...v4.4.0

v4.3.0

29 Sep 17:52
Compare
Choose a tag to compare

Full Changelog: v4.2.0...v4.3.0

v4.2.0

22 Sep 15:44
Compare
Choose a tag to compare

Add farsi numbers

Full Changelog: v4.1.0...v4.2.0

v4.1.0

16 Sep 17:37
Compare
Choose a tag to compare

Removed config file

Full Changelog: v4.0.0...v4.1.0

Remove ignore argument

08 Sep 13:09
Compare
Choose a tag to compare

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

18 Aug 09:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.1...v3.5.0

v3.4.1

16 Aug 12:21
Compare
Choose a tag to compare
  • sync resources with filament original resources

v3.4.0

16 Aug 11:51
Compare
Choose a tag to compare
  • add IDE helper for autocompletion

v3.3.0

02 Jul 10:21
Compare
Choose a tag to compare

This version adds the ignore attribute.

Full Changelog: v2.3.8...v3.3.0