All Versions
14
Latest Version
Avg Release Cycle
30 days
Latest Release
2832 days ago
Changelog History
Page 2
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