Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Releases: svenluijten/artisan-view

Version 3.0.0

09 Feb 08:17
Compare
Choose a tag to compare
  • Added support for Laravel 5.6
  • Update minimum PHP version to ^7.1
  • Update phpunit/phpunit to ~7.0
  • Update graham-campbell/testbench to ^5.0
  • Update mockery/mockery to ^1.0

Version 2.1.0

21 Jan 18:14
Compare
Choose a tag to compare

This version introduces 2 new options: --with-yields and --with-stacks. These directives only work in conjunction with --extends=. When the extended view exists, it will read the view and look for @yield() or @stack() directives and will add them to the generated view automatically. Thanks for the PR, @dicarlosystems!

Version 2.0.3

11 Jan 08:49
Compare
Choose a tag to compare
  • Adds .styleci.yml to .gitattributes's export-ignore list.

Version 2.0.2

14 Oct 19:51
Compare
Choose a tag to compare

Added some feedback to the commands.

Version 2.0.1

15 Sep 07:00
Compare
Choose a tag to compare

Removes the iterable typehint from various classes and replaces it with array.

Version 2.0.0

09 Sep 12:05
Compare
Choose a tag to compare

🎉

A complete rewrite of Artisan View!

Added

  • Cleaner code
  • Better tested code
  • Ability to scrap (part of) a resource
  • Much more (read the improved readme!)

Version 2.0.0-beta3

05 Sep 20:01
Compare
Choose a tag to compare
Version 2.0.0-beta3 Pre-release
Pre-release

This version drops support for Laravel < 5.4

Version 2.0.0-beta2

02 Sep 01:06
Compare
Choose a tag to compare
Version 2.0.0-beta2 Pre-release
Pre-release

Fixed some minor issues with the first beta.

Version 2.0.0-beta1

02 Sep 01:07
Compare
Choose a tag to compare
Version 2.0.0-beta1 Pre-release
Pre-release

🎉 First beta! 🎉

This is a complete rewrite, which means (among other):

  • More & better tests
  • Improved configuration
  • More options are now available on scrap:view commands

Version 1.3.4

30 Aug 12:42
Compare
Choose a tag to compare

Support Laravel 5.5