Skip to content

Releases: ash-jc-allen/short-url

v8.1.2

17 Sep 09:51
Compare
Choose a tag to compare

What's Changed

  • Fixed bug that threw an exception if the short_urls.id column was returned as a string from the database by @rshkabko in #297

New Contributors

Full Changelog: v8.1.1...v8.1.2

v8.1.1

27 Aug 08:59
Compare
Choose a tag to compare

What's Changed

  • Fix bug where the OS name cannot be determined from the user agent by @ash-jc-allen in #295

Full Changelog: v8.1.0...v8.1.1

v8.1.0

02 Jul 17:37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.1.0

v8.0.1

14 Jun 20:06
Compare
Choose a tag to compare

What's Changed

  • Extra ) in conditionals section of the docs by @alexjustesen in #281
  • Fix error when app is set to use \Carbon\CarbonImmutable by @sshead in #285

New Contributors

Full Changelog: v8.0.0...v8.0.1

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