Skip to content

Releases: binary-cats/laravel-sku

0.8 | Add support for Laravel 11

19 Feb 14:54
2731e7a
Compare
Choose a tag to compare

Add Support for Laravel 12

0.7.1 | Add dependabot

27 Jan 23:25
3a676a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

v.7 | Add Laravel 11

03 Feb 18:55
9b69d80
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

v0.6 | Add Laravel 10 support

28 Jan 17:42
edabe1a
Compare
Choose a tag to compare

What's Changed

  • Add Laravel 10 Dependency
  • Add PHP CS Fixer rules
  • Updated composer fix to rely on docker

by @cyrillkalita

Full Changelog: 0.5.0...0.6.0

v0.5.0 | Add Laravel 9 support

23 Feb 00:06
0c99da9
Compare
Choose a tag to compare
  • Add Laravel 9 support
  • Update tests
  • Update dependencies

v0.4.1

04 Dec 17:24
64a4d5a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

v.0.4.0

20 Feb 22:21
56a251a
Compare
Choose a tag to compare

2021-02-21

  • Add support for custom SKU generators (original idea, #12)
  • Add support for PHP 8.0 and above

v.0.3.2

08 Sep 17:18
eb9e7c9
Compare
Choose a tag to compare
  • Add support for Laravel 8
  • Add base tests
  • Apply style fix

v.0.3.1 | Add support for Laravel 8

08 Sep 17:05
Compare
Choose a tag to compare
  • Add support for Laravel 8
  • add base tests

v0.3.0

29 Aug 00:29
ddf8d50
Compare
Choose a tag to compare
  • Enforce the string type for the attribute (as requested in #6 )
  • Implement Jsonable contact on SkuGenerator