Releases: ash-jc-allen/short-url
Releases · ash-jc-allen/short-url
v7.7.0
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
What's Changed
- Added support for hashids/hashids v5 by @boris-glumpler in #183
- Added
generateKeyUsing
method by @ash-jc-allen and @JoshTrebilco in #185
New Contributors
- @JoshTrebilco made their first contribution in #187
Full Changelog: v7.5.1...v7.6.0
v7.5.1
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
- @boris-glumpler made their first contribution in #181
Full Changelog: v7.5.0...v7.5.1
v7.5.0
What's Changed
- Added the ability to override the default URL domain by @bbredewold in #173
New Contributors
- @bbredewold made their first contribution in #173
Full Changelog: v7.4.0...v7.5.0
v7.4.0
What's Changed
- Add Larastan 2 by @ash-jc-allen in #169
- Added Laravel 10 support by @ash-jc-allen in #168
Full Changelog: v7.3.0...v7.4.0
v7.3.0
What's Changed
- Added factories for the
ShortURL
andShortURLVisit
models by @LogicSatinn in #162
New Contributors
- @LogicSatinn made their first contribution in #162
Full Changelog: v7.2.0...v7.3.0
v7.2.0
What's Changed
- Added PHP 8.2 support by @ash-jc-allen in #139
- Added support for
when
by @ash-jc-allen in #140 - Remove unused
URL
facade import by @stevebauman in #147 - Fix
null
prefix bug by @ash-jc-allen in #149 and #158
New Contributors
- @stevebauman made their first contribution in #147
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- fix: Add foreign key name to belongsTo relationship (fixes #131) by @pointybeard in #132
- feat: Add Builder::toArray() method by @pointybeard in #133
New Contributors
- @pointybeard made their first contribution in #132
Full Changelog: v7.0.0...v7.1.0
v7.0.0
Added
- Added ability to remove the prefix from default short URLs by @ash-jc-allen in #123
- Added ability to define middleware for the default short URL route by @afiqiqmal in #121
- Added ability to set the key generator on-the-fly by @Victor-emil in #122
New Contributors
- @afiqiqmal made their first contribution in #121
Full Changelog: v6.3.0...v7.0.0