Skip to content

Releases: NeilujD/georide-js

Production ready

14 May 14:40
Compare
Choose a tag to compare

Breaking changes

  • store the token in the localStorage or in any other storage strategy you choose (state strategy handled by MemoryStorage)
  • 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 by cross-fetch package for better browser support

Bug fixes

  • fix the documentation update

Finish implementing endpoint

12 May 14:58
Compare
Choose a tag to compare

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

11 May 15:21
Compare
Choose a tag to compare
  • update the README so it is relevant

First version

11 May 15:03
Compare
Choose a tag to compare

Features

  • Georide authentication
  • Georide User endpoint
  • Georide Tracker endpoint (missing some actions)
  • Tracker websocket subscriptions