Skip to content

Releases: robclancy/presenter

3.0.0

21 Feb 15:48
Compare
Choose a tag to compare
  • minimum PHP version is now 8.1
  • fixed PHP 8.1 ArrayAccess deprecations

2.0.1

15 Feb 03:45
Compare
Choose a tag to compare
  • branched off 2.x to support < PHP 8.1
  • modernized the repository somewhat
  • updated documentation

2.0.0

17 Jul 21:15
Compare
Choose a tag to compare
  • minimum Laravel version is now 5.8
  • minimum PHP version is now 7.1
  • improved the view factory integration which should be future proof

1.4.0

30 Jul 20:37
Compare
Choose a tag to compare

1.3.2

22 Feb 07:45
Compare
Choose a tag to compare
  • updated to work with laravel 5.4.x, only actual changes that aren't style or tests
  • added php-cs-fixer to update the code style
  • added examples to have tests for providers in a full app situation

1.3.1

14 Mar 08:16
Compare
Choose a tag to compare
  • updated to work with laravel 5.x

1.3.0

17 Jun 20:32
Compare
Choose a tag to compare
  • updated to work with laravel 4.2.x, to use in 4.1.x stay on version 1.2.*
  • moved to PSR-4 and now PHP 5.4+
  • small refactor and check isset again 'present' methods, thanks BenConstable

1.2.0

17 Jun 20:31
Compare
Choose a tag to compare

1.1.0

17 Jun 20:31
Compare
Choose a tag to compare
  • the Presenter class now implements ArrayAccess
  • added ability to use an array as your internal data

1.0.2

17 Jun 20:30
Compare
Choose a tag to compare
  • fixed bug caused by laravel update
  • added smarter converting of presenters from PresentableInterface'd objects
  • added object getter getObject to retrieve the internal object