Releases: fenos/Notifynder
Releases · fenos/Notifynder
fix typos, spellings & code climate issues
- Issue #139 fix typo in method name
dipatchWith()
=>dispatchWith()
fix url nullable
- Issue #129 - publish migration to make url nullable
fix extra bugs with toArray()
- Issue #126 fix the bugs with getters/setters arrays/objects/json in extras
enable dot relations
- Issue #9: enable dot relations like
extra.model.related.name
Throw special Exceptions on loop() misuse
#118 throw two new Exceptions if loop()
is called with not iterable or empty data
fix new config
fix new config
#113 fix null not array exception
use getMorphClass() instead of get_class()
#110 allow to put in a EloquentModel directly into the to() & from() methods
allow EloquentModel in to() & from() methods
- #110 allow to put in a EloquentModel directly into the
to()
&from()
methods
fix migration publishing
Fix the wrong migration classname check in the migration publisher.