Skip to content

Releases: veelasky/laravel-hashid

v3.1.4

03 Oct 08:03
539597d
Compare
Choose a tag to compare

What's Changed

  • Bump phpunit/phpunit from 10.1.3 to 10.3.2 by @dependabot in #85
  • Bump orchestra/testbench from 8.5.4 to 8.9.0 by @dependabot in #87
  • Bump orchestra/testbench from 8.9.0 to 8.9.1 by @dependabot in #88
  • Bump orchestra/testbench from 8.9.1 to 8.10.0 by @dependabot in #89
  • Bump orchestra/testbench from 8.10.0 to 8.10.1 by @dependabot in #91
  • Bump orchestra/testbench from 8.10.1 to 8.11.1 by @dependabot in #95
  • Bump orchestra/testbench from 8.11.1 to 8.12.1 by @dependabot in #96
  • Add feature to override salt (environment variable/config) for when t… by @jonhassall in #98

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

19 Aug 13:18
3c586c1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3

v3.1.2

15 Feb 04:39
9f5d8e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

03 Dec 17:41
50eaf74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

01 Sep 03:42
ff4aef8
Compare
Choose a tag to compare

What's Changed

  • Drop Support for php 7.4
  • Bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #26
  • fix: matched offsetSet and offsetUnset signature by @Mondotosz in #30

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

10 May 08:28
e77e46c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

21 Apr 16:10
e8c6030
Compare
Choose a tag to compare

What's Changed

  • Bump guzzlehttp/psr7 from 2.1.0 to 2.2.1 by @dependabot in #20
  • fix: make hash attribute available only if model is exists in database by @veelasky in #22

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Feb 04:55
Compare
Choose a tag to compare

Release Notes

  • Support for Laravel 9.*
  • drop support for php 7.3

Supported Laravel version

  • Laravel 7.* on php 7.4 - 8.0
  • Laravel 8.* on php 7.4 - 8.1
  • Laravel 9.* on php 8.0 and above

v2.2.0

24 Jun 07:11
Compare
Choose a tag to compare

Changelog

  • Add custom salt capabilities in model. (#13)

v2.1.0

24 Feb 00:48
8a80724
Compare
Choose a tag to compare

Changelog

  • Add new $hashKey property if configurable
  • Update Documentation