- added option for working with polymorphic translations
- fixed support for Laravel 6
- Fixed a bug where fallback translations weren't being loaded.
- added optional middleware setting
- added customizable language key
- fixed fallback bug that caused the fallback to always being used instead of selectively like it was intended
- updated package to rely on middleware for language ID
- fixed issue with n queries running on translations
- fixed crucial mistake for getting fallback translations
- fixed problem with loading fallback attributes in toArray
- fixed issue with accessing attributes directly
- added config option for locale column
- removed support for Laravel < 5.3
- added switch to native mode
- updated configuration
- added more functions
- smaller updates
- added defaults from native table
- various fixes
- fixed tests issue
- initial release