Skip to content

Releases: glhd/aire

1.9.0

15 Jan 21:48
Compare
Choose a tag to compare

This release improves some of the client-side validation logic to handle custom themes (like Bootstrap) better. It allows for more flexibility in how you format your error messages while still allowing for fully-automatic client-side validation.

It also includes a fix for nested input names, like foo[bar][].

1.8.1

04 Oct 23:51
Compare
Choose a tag to compare

The version constraints on 1.8.0 got messed up. This also adds better constraints to handle the fact that Laravel is now semver.

1.8.0

16 Sep 19:45
Compare
Choose a tag to compare
  • Bumped minimum version from 5.5 to 5.7
  • Fixed an issue where calling Aire::route() or Aire::resourceful() would not work without first calling Aire::open() beforehand.

1.7.1

04 Sep 03:09
71c5a65
Compare
Choose a tag to compare

There was an issue with the composer file for 1.7.0 so it didn’t get published. This is just a re-release with the fixed JSON file.

1.7.0

03 Sep 21:06
Compare
Choose a tag to compare

Added Laravel 6.0 support

1.6.1

23 Aug 18:31
Compare
Choose a tag to compare
  • Fixes a bug where Aire::summary() was setting summaries to verbose by default.
  • Adds a verbose_summaries_by_default configuration option if you would like summaries to be verbose by default.

1.6.0

23 Aug 03:59
Compare
Choose a tag to compare
  • Aire now uses ForwardsCalls to improve error messages if a method doesn't exist.
  • Dropped use of collect() method in favor of new Collection()
  • Element::data() will now try to serialize the data value if possible, so that you can pass JSON down to your javascript easily

1.5.1

20 Aug 03:19
Compare
Choose a tag to compare

The Element base class is now macroable, for easier extension.

1.5.0

13 Aug 15:34
Compare
Choose a tag to compare

Added support for variants (i.e. Aire::input()->variant()->primary())

1.5.0-beta.1

09 Aug 21:20
Compare
Choose a tag to compare
1.5.0-beta.1 Pre-release
Pre-release
Improve variant support