Skip to content

Releases: tschettler/olingo-odata4-js

xmldom dependency update

21 Dec 04:15
Compare
Choose a tag to compare

What's Changed

  • Xmldom update by @tschettler in #11

    • Adds objects for tests to npm ignore
    • Simplifies build process
    • Updates to use @xmldom/xmldom
    • Adds debug log to rat excludes

Full Changelog: 4.0.7...4.0.8

Tooling updates and fixes for lookup methods

21 Dec 04:16
Compare
Choose a tag to compare

What's Changed

  • Net browser fix by @tschettler in #9
    • Updated to toggle net module to use for oData.net export.
  • Tooling updates by @tschettler in #10
    • Build script updates.
    • Fixed test project and tests.
    • Updated dependencies based on npm audit.
    • Added missing exports for odatautils: lookupAction, lookupFunction, lookupActionImport.
    • Fixed license-check issues.

Full Changelog: 4.0.6...4.0.7

Updated to toggle net module to use for oData.net export

16 Dec 16:11
Compare
Choose a tag to compare

Additional Typings

07 Oct 04:21
a2a403e
Compare
Choose a tag to compare
  • Fixed issue with ignored httpClient properties
  • Added OData HttpClient and request interfaces
  • Added Edmx interface references for metadata parameters
  • Added Context interface for invokeRequest
  • Added withCredentials to request
  • Updated typings for odata and odatautils
  • Fixed jsdoc issue in Gruntfile
  • Fixed implicit any

Build fixes

06 Mar 04:22
8b09e32
Compare
Choose a tag to compare
  • Updated xmldom to a dev dependency
  • Fixed msbuild issues
  • Added build script
  • Added lookup functions for action, actionImport, and function EDM types

More typings

18 May 21:47
Compare
Choose a tag to compare
  • Fixed typings for optional parameters
  • Added interfaces for most Edm and Edmx schema elements
  • Fixed parsing logic for OData 4 metadata
  • Added interfaces for batch request/response objects