All Versions
14
Latest Version
Avg Release Cycle
30 days
Latest Release
2832 days ago

Changelog History
Page 2

  • v0.10.0 Changes

    • πŸ‘Œ Support for deserialization of entity subclasses a650fb1
    • πŸŽ‰ Initial test structure for outlook services d51911b
    • βž• Added tests for deserializing lists and single items in the correct d… … f445dea
    • ⚑️ Updated CalendarView tests, added getCalendarView for particular cale… … 6de06e3
    • βž• Adding new ADAL based dependency resolver 1530d5e
    • ⚑️ Updating sample with new ADAL based dependency resolver 54ad1f0
    • πŸ‘ OrderBy support bb34fc7
    • βž• Added tests for skip and order by 08ed48e
    • πŸ”– Version bump d9637b6
    • πŸ‘ Excluding android support from resulting .jar from .aar
  • v0.9.4 Changes

    • πŸ“¦ Library consolidation into a new package : odata-engine-core
    • πŸ‘ projection and expansion support for single entities ($expand and $select)
    • πŸ›  Fixed issue with custom headers that were not being added properly
    • ⚑️ Updated ADAL version to use (,2.0)
    • βœ‚ Removed CredentialsFactory interface
    • βž• Added tests for CalendarView functions
  • v0.9.3 Changes

    • Excluding third party dependencies when creating .jar artifact. issue #45
    • ⚑️ Updates in End2End authentication. Using refreshtoken
    • moving fetcher logic to ctor as stated per issue #18. Changes applied to templates
    • πŸ›  Fixing several Code Inspection warnings for issue #13
    • βž• Adding better sintaxis to retrieve items from collection without using getByIdXXX
    • βž• Added select and filter tests for Lists
    • βœ‚ Removed unsupported filter tests for files
    • βž• Added filter, select and top tests in Discovery, Exchange and Files
    • βž• Adding suppress warnings to odatacollectionfetcher
    • βž• Adding constraints to generic parameters. issue #21
    • βž• Adding constraint to generic parameters
    • ⚑️ Updated End2End App
    • ⚑️ Updating outloook services with latest changes in code generator
    • βž• Adding bintray plugin into e2e test app
    • ⚑️ Updated End2End. Added general_settings.xml Started adding Tests for Directory & Discovery
    • Rolling back to gradle wrapper version 1.12 for sample app
    • βž• Add version headers for issue #36
    • βž• Add task to create .jar from .aar
    • Minor changes and clean-ups to gradle scripts
  • v0.9.2 Changes

    • πŸ›  Small fixes and minor improvements