Releases: aislandener/mix-telematics-laravel
Releases · aislandener/mix-telematics-laravel
0.6.1
- TripsServices mapped in MixTelematics Facade
Full Changelog: v0.6.0...v0.6.1
0.6.0
- Create Model Trip (memory only)
- Create Service Trip
Full Changelog: v0.5.1...v0.6.0
0.5.1
- Null safely in relationship Asset <---> Position
- Null safely in relationship Driver <---> Position
Full Changelog: v0.5.0...v0.5.1
0.5.0
- Create migration for Position.
- Create model for Position.
- Command for populate Position.
- Relationships Asset <---> Position
- Relationships Driver <---> Position
Full Changelog: v0.4.2...v0.5.0
v0.4.2
-
Relationship adjustment between tables
-
Command in asset with null safe.
Full Changelog: v0.4.0...v0.4.2
v0.4.0
- Command for load data
- Refactor services to Command class
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Injection Dependency from Laravel
- Create Migration for Groups
- Create Model for Groups
- Create Seeder for Groups
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Create Migration for Assets
- Create Model for Assets
- Create Migration for Drivers
- Create Model for Drivers
- Use Sanctum for Drivers
- Create Migration hasMany Drivers <---> Assets
Full Changelog: v0.1.2...v0.2.0
Driver getting the token correctly
- Driver getting the token correctly
Full Changelog: v0.1.0...v0.1.1
First Release
0.1.0
- Create file config
- Get the token via API
- Searching for drivers (no class implemented)
- Laravel packages auto-package