Releases: ForceUniverse/cargo
Releases · ForceUniverse/cargo
Async/Await
v0.7.2 add changelog.md functionality
Revert
- Adding Options revert to cargo, so we can export a list and revert it in its order
Options
- Adding Options in the export methods, first usecase is limiting your export to a certain amount of results
SpecialChars
- Change return type of the clear() method, return a Future.
- Fix encoding of special chars for the file implementation.
Export parameters
-
Export with query parameters, extend method with optional query parameters.
Map exportSync({Map params});
Future export({Map params});
Collections
Add the dimension of a collection.
- add collection switch
- improve testing suite
- add method instanceWithCollection
DataChangeTypes
- add DataType into DataEvent, so you can see if a data element is been changed or removed
onAll
get notifications whenever a data change is been done
AsyncLength
- length method returns now Future instead of int, go to an asynchronous implementation.
exportSync
Introducing exportSync