Releases: Dahkenangnon/flutter_feathersjs.dart
v4.1.5
Full Changelog: v4.1.4...v4.1.5
v4.1.4
- formating code
- update socket.io client to latest version
Full Changelog: v4.1.3...v4.1.4
v4.1.3
- Use application directory for token storage
- Export the JsonBridge class so that you can use it to store data yourself
- Update Dio dep to latest version
Full Changelog: 4.1.2...v4.1.3
4.1.2
What's Changed
- New demo app https://github.com/AurelAgbodoyetin/feathersjs_demo_app
- Remove flutter_secure_storage from deps
- Use now https://pub.dev/packages/json_bridge for token storage, only for test. Please stored tokens yourself with anything with security in mind
- Add feathersjs like syntax: #28
- Improve the package and prepare for next major version 5.0.0 (see: #52)
- Add new HomePage for the project: https://feathersjs.dah-kenangnon.com/ (under hacking)
- Old doc is no longer available: https://dahkenangnon.github.io/flutter_feathersjs.dart/
- allow parameters to be send by @shabanovd in #49
- Announce @AurelAgbodoyetin by @Dahkenangnon in #53
New Contributors
- @shabanovd made their first contribution in #49
Full Changelog: v4.0.2...4.1.2
v4.1.1-dev
Fixing #45
4.1.0-dev
4.0.4+4
Need feedback for next release
V3.0.0
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
V1.0.10
Fix #6 (comment)
More strategy support, realtime event listen
-
Add event bus dependencies
-
Add comment to rest.create (with formData)
-
Upgrade version to 0.0.2
-
Set version 0.0.7
-
install dep
-
Delete pubspec.lock to fix merge conflict error