Skip to content

V3.0.0

Compare
Choose a tag to compare
@Dahkenangnon Dahkenangnon released this 06 Apr 10:58
· 96 commits to master since this release

V3.0.0

Error handling - Docs - Default, Rest, Socketio 's Methods improved or added

  • Error handling is fully supported both in socketio and rest, even in global scope

  • Documentation is now ready to be used

  • Demo api and site is now available at: https://dahkenangnon.github.io/flutter_feathersjs.dart/guide/#demo

  • Because we love the realtime side of feathers js, socketio is set to default client. E.g: So doing flutterFeathersJs.find({...}) will call flutterFeathersJs.scketio.find({...})

  • Default client (socketio) don't support file upload

  • Rest and socketio methods are improved

Thanks