Skip to content

Releases: cartalyst/support

v2.0.2

02 Mar 01:30
Compare
Choose a tag to compare

FIXED

  • Event dispatching method calling for Laravel 5.8 support

v2.0.1

23 Feb 12:06
Compare
Choose a tag to compare

UPDATED

  • use various laravel contracts.

v2.0.0

23 Feb 10:04
Compare
Choose a tag to compare

UPDATED

  • use Illuminate\Contracts\Events\Dispatcher for events.

v1.2.0

21 Jun 05:02
Compare
Choose a tag to compare

ADDED

  • NamespacedEntityInterface A contract for namespacing entities.

v1.1.2

24 Jun 13:41
Compare
Choose a tag to compare

UPDATED

  • License to 3-clause BSD.
  • Some other minor tweaks.

v1.0.1

24 Jun 13:40
Compare
Choose a tag to compare

UPDATED

  • License to 3-clause BSD.
  • Some other minor tweaks.

v1.1.1

04 Feb 03:36
Compare
Choose a tag to compare
  • Added the ability to set custom messages and custom attributes on the Validator class.

v1.1.0

23 Jan 21:20
Compare
Choose a tag to compare
  • Collection A Collection class, similar to the Laravel Collection but more simpler.
  • Mailer A Mailer class that implements the Illuminate\Mail\Mailer with lots of helper methods.
  • Validator A Validation class that allows you to define different rules for different scenarios throughout your application.
  • ContainerTrait Common methods and properties for accessing the Laravel IoC.
  • MailerTrait Common methods and properties for sending emails.
  • ValidatorTrait Common methods and properties for doing validation.

v1.0.0

07 Aug 01:18
Compare
Choose a tag to compare

Initial release.