Releases: fleetbase/fleetbase-js
Releases · fleetbase/fleetbase-js
v1.2.12 ~ Service Areas, Zones, Fleets
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 ~ 🎄🎅🏾
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 🎄
v1.2.9
v1.2.8
v1.2.7
What's Changed
- fix:
axios.create is not a functionerror on node adapter by @tortuvshin in #10
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- fetch current organization info by @tortuvshin in #7
- upgrade dependencies and added prettier by @tortuvshin in #6
- add action to publish package to registry by @tortuvshin in #8
Full Changelog: v1.2.5...v1.2.6
v1.2.5
v1.2.4
v1.2.3
Added several resource actions critical for Fleetbase apps
- Driver tracking via
fleetbase.drivers.track()ordriver.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()andorder.captureSignature() - Ability to cancel or complete order
order.complete()andorder.cancel() - Ability to start or dispatch order
order.start()andorder.dispatch()-- with ability toskipDispatchas a flag - Ability to get order or waypoint next activity from config via
order.getNextActivity()ororder.getNextActivity({ waypoint })