Skip to content

Releases: fenos/Notifynder

fix typos, spellings & code climate issues

03 Jun 21:38
Compare
Choose a tag to compare
  • Issue #139 fix typo in method name dipatchWith() => dispatchWith()

fix url nullable

19 May 12:14
Compare
Choose a tag to compare
  • Issue #129 - publish migration to make url nullable

fix extra bugs with toArray()

18 May 11:18
Compare
Choose a tag to compare
  • Issue #126 fix the bugs with getters/setters arrays/objects/json in extras

enable dot relations

17 May 09:51
Compare
Choose a tag to compare
  • Issue #9: enable dot relations like extra.model.related.name

Throw special Exceptions on loop() misuse

04 May 08:43
Compare
Choose a tag to compare

#118 throw two new Exceptions if loop() is called with not iterable or empty data

fix new config

02 May 20:47
Compare
Choose a tag to compare

fix new config

02 May 09:27
Compare
Choose a tag to compare

#113 fix null not array exception

use getMorphClass() instead of get_class()

27 Apr 09:26
Compare
Choose a tag to compare

#110 allow to put in a EloquentModel directly into the to() & from() methods

allow EloquentModel in to() & from() methods

26 Apr 18:12
Compare
Choose a tag to compare
  • #110 allow to put in a EloquentModel directly into the to() & from() methods

fix migration publishing

25 Apr 13:18
Compare
Choose a tag to compare

Fix the wrong migration classname check in the migration publisher.