Skip to content

Releases: ForceUniverse/cargo

Async/Await

02 May 13:26
Compare
Choose a tag to compare
v0.7.2

add changelog.md functionality

Revert

17 Feb 20:20
Compare
Choose a tag to compare
  • Adding Options revert to cargo, so we can export a list and revert it in its order

Options

05 Feb 22:09
Compare
Choose a tag to compare
  • Adding Options in the export methods, first usecase is limiting your export to a certain amount of results

SpecialChars

23 Dec 16:38
Compare
Choose a tag to compare
  • Change return type of the clear() method, return a Future.
  • Fix encoding of special chars for the file implementation.

Export parameters

21 Dec 11:44
Compare
Choose a tag to compare
  • Export with query parameters, extend method with optional query parameters.

    Map exportSync({Map params});
    Future export({Map params});

Collections

15 Dec 12:21
Compare
Choose a tag to compare

Add the dimension of a collection.

  • add collection switch
  • improve testing suite
  • add method instanceWithCollection

DataChangeTypes

26 Nov 20:47
Compare
Choose a tag to compare
  • add DataType into DataEvent, so you can see if a data element is been changed or removed

onAll

15 Nov 22:31
Compare
Choose a tag to compare

get notifications whenever a data change is been done

AsyncLength

26 Oct 11:31
Compare
Choose a tag to compare
  • length method returns now Future instead of int, go to an asynchronous implementation.

exportSync

16 Oct 21:41
Compare
Choose a tag to compare

Introducing exportSync