- Using at least v1.0.1 of the Laravel Migration Compatibility library that fixes an important bug.
- Using the Laravel Migration Compatibility v1.0 package to properly solve the Laravel 5.8 + bigInt problem.
- Support for
USER_ID_IS_BIGINT
env variable in migrations has been dropped
- FIXED: broken migration for SQLite
- Proper Laravel 5.8 (bigInt user id) support
- PHP 7.3 support
- User type
api
has been added to the stock user type enum - Documentation has been added - https://konekt.dev/user/1.1
- FIXED: broken migrations
- CI runs tests with mysql and postgres as well
- Call it a
dayrelease! - Improved interfaces (Contracts)
- Proper/working Avatar support
- First release, on AS-IS basis