Skip to content

Releases: fleetbase/fleetbase-js

v1.2.12 ~ Service Areas, Zones, Fleets

03 Feb 06:43
0b52b9b

Choose a tag to compare

What's Changed

  • v1.2.12 ~ added Fleet resource and added stores for service areas, zones, and f… by @roncodes in #20

Full Changelog: v1.2.11...v1.2.12

v1.2.11 ~ 🎄🎅🏾

25 Dec 08:31
360fee1

Choose a tag to compare

What's Changed

  • Introduces new registry and resolver for dependency injection
  • Upgraded all dependencies
  • Refactor code
  • License changed to AGPL v3
  • v1.2.11 ~ 🎄🎅🏾 by @roncodes in #19

Full Changelog: v1.2.10...v1.2.11

v1.2.10 🎄

24 Dec 07:56
5a71ba5

Choose a tag to compare

What's Changed

  • added export on resolver and lookup, patched place and driver resource by @roncodes in #18

New Contributors

Full Changelog: v1.2.9...v1.2.10

v1.2.9

27 Mar 08:25
04de076

Choose a tag to compare

What's Changed

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

v1.2.8

15 Feb 05:06
008541b

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

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

Choose a tag to compare

What's Changed

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

v1.2.5

28 Feb 08:57

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

Choose a tag to compare

  • Initialisation config options patched, can now set namespace

v1.2.3

24 Feb 07:46

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 })