Skip to content

Releases: cleaniquecoders/blueprint-macro

Added Laravel 11 Support

21 Mar 04:11
Compare
Choose a tag to compare

What's Changed

  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #30
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #31
  • Bump guzzlehttp/psr7 from 2.4.3 to 2.5.0 by @dependabot in #32
  • Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #33
  • Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #34
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #36

Full Changelog: 5.1.0...5.2.0

Added Laravel 10 Support

25 Feb 03:34
Compare
Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 1.1.1 to 1.2.0 by @dependabot in #19
  • Bump dependabot/fetch-metadata from 1.2.0 to 1.2.1 by @dependabot in #20
  • Bump dependabot/fetch-metadata from 1.2.1 to 1.3.0 by @dependabot in #22
  • Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1 by @dependabot in #23
  • Bump actions/checkout from 2 to 3 by @dependabot in #21
  • Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #24
  • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.3 by @dependabot in #25
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #26
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #27
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #28
  • Bump symfony/http-kernel from 6.0.4 to 6.2.6 by @dependabot in #29

Full Changelog: 5.0.0...5.1.0

Added Laravel 9 Support

12 Feb 08:26
Compare
Choose a tag to compare
5.0.0

Fix styling

Fixed Travis

09 Sep 15:48
Compare
Choose a tag to compare
v4.1.0

Update travis

Added Laravel 8.0 Support

09 Sep 12:53
Compare
Choose a tag to compare
v4.0.0

Added Laravel 8.0 Support

Add schema macros for indices management

15 Apr 01:38
1385917
Compare
Choose a tag to compare
Merge pull request #12 from lucasvdh/feature/indices

Add schema macros for indices management

Added Laravel 7.0 Support

05 Mar 00:43
Compare
Choose a tag to compare
v3.0.0

Apply PHP CS Fixer

Added Laravel 6.0 Support

04 Sep 13:01
Compare
Choose a tag to compare
v2.4.0

Cache composer instead of vendor

Added Laravel 5.8 Support

28 Feb 01:34
Compare
Choose a tag to compare
v2.3.0

Set travis min PHP 7.2

Fixed Bug

21 Oct 06:12
Compare
Choose a tag to compare
  • Fixed money() blueprint
  • Allow addAcceptance() to receive 3rd argument - use for default value for is() macro.