Releases: ash-jc-allen/short-url
Releases · ash-jc-allen/short-url
v8.2.1
What's Changed
- Removed
laravel/framework
dependency that was accidentally added. 7f3bc3b
Full Changelog: v8.2.0...v8.2.1
v8.2.0
v8.1.2
v8.1.1
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
What's Changed
- Add ability to specify the allowed URL schemes by @lewis-smith and @ash-jc-allen in #287 and #288
New Contributors
- @lewis-smith made their first contribution in #287
Full Changelog: v8.0.1...v8.1.0
v8.0.1
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
- @alexjustesen made their first contribution in #281
- @sshead made their first contribution in #285
Full Changelog: v8.0.0...v8.0.1
v8.0.0
What's Changed
- Switch from
jenssegers/agent
towhichbrowser/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 theShortURL
andShortURLVisit
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
What's Changed
- Add support for nesbot/carbon 3.0 by @ash-jc-allen in #246
Full Changelog: v7.9.0...v7.10.0
v7.9.0
What's Changed
- Only add the "utf8mb4_bin" collation if using MySQL by @ash-jc-allen in #241
- Added support for Laravel 11 by @ash-jc-allen in #239
Full Changelog: v7.8.2...v7.9.0
v7.8.2
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