Skip to content

Releases: aislandener/mix-telematics-laravel

0.6.1

08 Jun 02:01
Compare
Choose a tag to compare
  • TripsServices mapped in MixTelematics Facade

Full Changelog: v0.6.0...v0.6.1

0.6.0

08 Jun 00:18
Compare
Choose a tag to compare
  • Create Model Trip (memory only)
  • Create Service Trip

Full Changelog: v0.5.1...v0.6.0

0.5.1

17 May 03:40
Compare
Choose a tag to compare
  • Null safely in relationship Asset <---> Position
  • Null safely in relationship Driver <---> Position

Full Changelog: v0.5.0...v0.5.1

0.5.0

17 May 03:33
Compare
Choose a tag to compare
  • 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

02 Apr 17:00
Compare
Choose a tag to compare
  • Relationship adjustment between tables

  • Command in asset with null safe.

Full Changelog: v0.4.0...v0.4.2

v0.4.0

18 Feb 05:08
Compare
Choose a tag to compare
  • Command for load data
  • Refactor services to Command class

Full Changelog: v0.3.0...v0.4.0

v0.3.0

09 Feb 02:17
Compare
Choose a tag to compare
  • 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

20 Jan 00:16
Compare
Choose a tag to compare
  • 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

08 Jan 17:04
Compare
Choose a tag to compare
  • Driver getting the token correctly

Full Changelog: v0.1.0...v0.1.1

First Release

08 Jan 16:55
Compare
Choose a tag to compare

0.1.0

  • Create file config
  • Get the token via API
  • Searching for drivers (no class implemented)
  • Laravel packages auto-package