Skip to content

Releases: fleetbase/fleetbase-js

v1.2.9

27 Mar 08:25
04de076
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

15 Feb 05:06
008541b
Compare
Choose a tag to compare

What's Changed

  • added switch, list organization methods by @doljko in #13

New Contributors

Full Changelog: v1.2.7...v1.2.8

v1.2.7

19 Dec 10:30
de00c15
Compare
Choose a tag to compare

What's Changed

  • fix: axios.create is not a function error on node adapter by @tortuvshin in #10

Full Changelog: v1.2.6...v1.2.7

v1.2.6

19 Dec 03:42
47a4cbd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

v1.2.5

28 Feb 08:57
Compare
Choose a tag to compare
  • Added Driver resource getters for isOnline and token
  • Also patched Driver resource method syncDevice(token)

v1.2.4

28 Feb 05:49
Compare
Choose a tag to compare
  • Initialisation config options patched, can now set namespace

v1.2.3

24 Feb 07:46
Compare
Choose a tag to compare

Added several resource actions critical for Fleetbase apps

  • Driver tracking via fleetbase.drivers.track() or driver.track()
  • Ability to set the current destination for a multiple waypoint order order.setDestination()
  • Ability to update activity for an order via config flow or specified activity order.updateActivity()
  • Ability to capture QR Code and Signature proofs for an order / or oder subject order.captureQrCode() and order.captureSignature()
  • Ability to cancel or complete order order.complete() and order.cancel()
  • Ability to start or dispatch order order.start() and order.dispatch() -- with ability to skipDispatch as a flag
  • Ability to get order or waypoint next activity from config via order.getNextActivity() or order.getNextActivity({ waypoint })

v1.2.2

21 Feb 10:25
Compare
Choose a tag to compare
  • Order resource methods
  • Order resource helpers
  • Added meta getter attribute for all resources

v1.2.1

10 Dec 09:58
Compare
Choose a tag to compare
  • Patches and updates!

v1.2.0

14 Oct 11:47
Compare
Choose a tag to compare
  • Minor patch for Place resource