Releases: NeilujD/georide-js
Releases · NeilujD/georide-js
Production ready
Breaking changes
- store the token in the
localStorage
or in any other storage strategy you choose (state strategy handled byMemoryStorage
) - better export management
Features
- add
supportSocket
option to add or not socket support - can instantiate the the socket client when listening any event
- replace
node-fetch
bycross-fetch
package for better browser support
Bug fixes
- fix the documentation update
Finish implementing endpoint
Features :
- complete the
Tracker
endpoint - add the
Trip
endpoint - add documentation link
- make
circleci
update documentation
Bug fixes :
- fix the
Tracker.lock()
action
Minor fix
First version
Features
- Georide authentication
- Georide User endpoint
- Georide Tracker endpoint (missing some actions)
- Tracker websocket subscriptions