Skip to content

Releases: ash-jc-allen/short-url

v8.0.0

26 Apr 22:04
Compare
Choose a tag to compare

What's Changed

  • Switch from jenssegers/agent to whichbrowser/parser for user agent parsing. #261, #256
  • Added property types and strict type-checking. #265
  • Added support for PHPUnit 11. #268
  • Added Pest architecture tests. #274
  • Switch to ashallendesign/laravel-config-validator to validate the package's config. #278
  • Dropped support for PHP 8.0. #257
  • Dropped support for Laravel 8 and 9. #257
  • Dropped support for PHPUnit 8 and 9. #268
  • Switched from "nunomaduro/larastan" to "larastan/larastan". #267
  • Removed the date property from the ShortURL and ShortURLVisit models. #266
  • Abstract the key generator out to use an interface. #262
  • Updated the facade to include all methods in the docblock. #252

Huge thank you to @stevebauman and @marzvrover for their contributions in this release. I really appreciate it! 🚀

Please make sure to check the upgrade guide: https://github.com/ash-jc-allen/short-url/blob/master/UPGRADE.md#upgrading-from-7-to-800

Full Changelog: v7.10.0...v8.0.0

v7.10.0

19 Mar 10:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.9.0...v7.10.0

v7.9.0

12 Mar 00:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.8.2...v7.9.0

v7.8.2

12 Feb 17:03
Compare
Choose a tag to compare

What's Changed

  • Added missing methods to the ShortURL facade's docblock. By @iRaziul in #233
  • Fixed a bug in the ShortURL model that prevented a boolean field from being cast. By @ockstadt in #234

New Contributors

Full Changelog: v7.8.1...v7.8.2

v7.8.1

28 Dec 23:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.8.0...v7.8.1

v7.8.0

11 Nov 00:13
Compare
Choose a tag to compare

What's Changed

  • Added the ability to store custom database fields when creating short URLs by @stevebauman in #225

Full Changelog: v7.7.0...v7.8.0

v7.7.0

26 Oct 14:29
Compare
Choose a tag to compare

What's Changed

  • Added PHP 8.3 CI tests by @ash-jc-allen in #216
  • Improve the query key generation performance by @hari in #213
  • Added the ability to specify the database connection for the package's models by @tuskcode in #214

New Contributors

Full Changelog: v7.6.0...v7.7.0

v7.6.0

21 Mar 12:11
dc71eb3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.1...v7.6.0

v7.5.1

01 Mar 00:05
Compare
Choose a tag to compare

What's Changed

  • Added regression tests for the dates property removed in Laravel 10 by @ash-jc-allen in #182
  • Added missing date fields to the models' casts property for compatibility with Laravel 10 by @boris-glumpler in #181

New Contributors

Full Changelog: v7.5.0...v7.5.1

v7.5.0

28 Jan 17:11
Compare
Choose a tag to compare

What's Changed

  • Added the ability to override the default URL domain by @bbredewold in #173

New Contributors

Full Changelog: v7.4.0...v7.5.0